Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for nested source files #285

Merged
merged 44 commits into from
Jul 29, 2022
Merged

Add support for nested source files #285

merged 44 commits into from
Jul 29, 2022

Conversation

caendesilva
Copy link
Member

No description provided.

StyleCIBot and others added 27 commits July 28, 2022 15:34
This keeps a flat compiled structure, and will not break any links
@caendesilva
Copy link
Member Author

caendesilva commented Jul 28, 2022

First, the documentation sidebar needs to be refactored to use the routing system. And possibly also extend/utilize the navigation menu service.

Edit: Done

@codecov
Copy link

codecov bot commented Jul 29, 2022

Codecov Report

Merging #285 (5dafbc0) into master (2287419) will not change coverage.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##              master      #285   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       800       811   +11     
===========================================
  Files             97        97           
  Lines           2002      2029   +27     
===========================================
+ Hits            2002      2029   +27     
Impacted Files Coverage Δ
...framework/src/Actions/CreatesNewPageSourceFile.php 100.00% <100.00%> (ø)
...kages/framework/src/Concerns/CanBeInNavigation.php 100.00% <100.00%> (ø)
...s/framework/src/Models/Pages/DocumentationPage.php 100.00% <100.00%> (ø)
...ork/src/Models/Parsers/DocumentationPageParser.php 100.00% <100.00%> (ø)
packages/framework/src/Models/Route.php 100.00% <100.00%> (ø)
...kages/framework/src/Services/CollectionService.php 100.00% <100.00%> (ø)
packages/framework/src/Services/SitemapService.php 100.00% <100.00%> (ø)
packages/framework/src/StaticPageBuilder.php 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2287419...5dafbc0. Read the comment docs.

@caendesilva caendesilva marked this pull request as ready for review July 29, 2022 18:21
@caendesilva caendesilva merged commit 15f9ee4 into master Jul 29, 2022
@caendesilva caendesilva deleted the nested-pages branch July 29, 2022 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Add support for storing and rendering source files from subdirectories
2 participants