Add self-hosted Environment Variables page to sidebar nav#799
Conversation
The /selfhosted/environment-variables reference page had no inbound links and was only reachable by direct URL or search. Add it under Maintenance, after Configuration Files.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA new "Environment Variables" navigation link pointing to ChangesNavigation Docs Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
src/components/NavigationDocs.jsxOops! Something went wrong! :( ESLint: 9.39.4 TypeError: Converting circular structure to JSON Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
The self-hosted Environment Variables reference page (
src/pages/selfhosted/environment-variables.mdx, served at/selfhosted/environment-variables) had zero inbound links — it wasn't in either sidebar, no page linked to it, and there was no redirect. It was only reachable by typing the URL directly or via search, despite existing since #553.This adds it to the Maintenance group in the docs sidebar, immediately after "Configuration Files", grouping the two configuration-reference pages together.
Note: the existing "Environment Variables" entry under the client section (
/client/environment-variables) is a different page about the client daemon; this one covers self-hosted Management/Signal/Relay/Dashboard variables.Summary by CodeRabbit