Skip to content

Conversation

@AlexAndBear
Copy link
Collaborator

No description provided.

@AlexAndBear
Copy link
Collaborator Author

facebook/docusaurus#9638

@AlexAndBear AlexAndBear force-pushed the change-path-for-static-files branch 2 times, most recently from 59ed5ef to d62791a Compare January 28, 2026 17:04
@AlexAndBear AlexAndBear force-pushed the change-path-for-static-files branch from d62791a to fb01bcd Compare January 28, 2026 17:21
@AlexAndBear AlexAndBear requested a review from Svanvith January 28, 2026 17:49
@AlexAndBear AlexAndBear marked this pull request as ready for review January 28, 2026 17:49
Copilot AI review requested due to automatic review settings January 28, 2026 17:49
Copy link
Contributor

Copilot AI left a 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/ to docs/dev/server/_static/env-vars/
  • Moved service overview template from static/partials/ to static/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.

@AlexAndBear AlexAndBear merged commit 96c291e into main Jan 29, 2026
2 checks passed
@AlexAndBear AlexAndBear deleted the change-path-for-static-files branch January 29, 2026 09:27
@openclouders openclouders mentioned this pull request Jan 29, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants