-
Notifications
You must be signed in to change notification settings - Fork 24
Change path for static files #622
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
Conversation
59ed5ef to
d62791a
Compare
d62791a to
fb01bcd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR reorganizes the static documentation files by moving them from static/env-vars/ to a new _static/env-vars/ directory, and updates all import paths throughout the documentation to reflect this change. Additionally, it renames a template file from service-overview.md to match its new location in the templates directory.
Changes:
- Moved environment variable documentation files from
static/env-vars/todocs/dev/server/_static/env-vars/ - Moved service overview template from
static/partials/tostatic/templates/ - Updated all import statements across service documentation files to use relative paths pointing to the new location
Reviewed changes
Copilot reviewed 268 out of 500 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| static/env-vars/*.md, *.yaml | All environment variable files deleted from old location |
| docs/dev/server/services/*/info.mdx | Updated import paths from @site/static/env-vars/ to ../../_static/env-vars/ |
| docs/dev/server/services/*/env-vars.mdx | Updated import paths from @site/static/env-vars/ to ../../_static/env-vars/ |
| docs/dev/server/services/*/example-config.mdx | Updated import paths from @site/static/env-vars/ to ../../_static/env-vars/ |
| docs/dev/server/services/*/index.md | Updated import paths from @site/static/partials/ to @site/static/templates/ |
| docs/dev/server/configuration/global-envvars.mdx | Updated import path to use relative path ../_static/env-vars/ |
| docs/dev/server/services/ocdav/* | Removed all ocdav service documentation files |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.