-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
docs: Refactor docs
directory hierarchy
#18773
docs: Refactor docs
directory hierarchy
#18773
Conversation
I'm not necessarily a huge fan of the names EDIT: this has been solved with the help of orlp. |
Does this PR affect the generated paths of the output (breaking existing links), or only the organization in the source tree? As for naming suggestions, may I suggest |
I don't understand the question.
I like |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18773 +/- ##
=======================================
Coverage 79.85% 79.85%
=======================================
Files 1518 1518
Lines 205637 205637
Branches 2893 2893
=======================================
Hits 164205 164205
Misses 40884 40884
Partials 548 548 ☔ View full report in Codecov by Sentry. |
@rodrigogiraoserrao |
Split docs folder into two subfolders. All the main docs content lives in `docs/docs`. Dynamically generated content lives in `docs/docs-res`. This split prevents the MkDocs live reloading from entering an infinite loop when generating data files, images, or pages, for the documentation.
b8c02fe
to
36d7a62
Compare
17ce774
to
6a2b4bc
Compare
The link analyser is complaining about a link that is indeed working... 🤷 |
Split
docs
folder into two subfolders.All the main documentation content lives in
docs/source
.Dynamically generated content lives in
docs/assets
.This split prevents the MkDocs live reloading from entering an infinite loop when generating data files, images, or pages, for the documentation while it's being served with
mkdocs serve
.