-
Notifications
You must be signed in to change notification settings - Fork 887
docs: move api and cli docs routes to reference/ #14241
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
Do the routes need to be nested like that? The redirects feel unnecessary. |
@kylecarbs Aren't redirects required for any old links to work? in case someone is using those links in any internal docs?
I fixed the manifest. Routes are now nested under Reference. |
✅ Meticulous spotted zero visual differences across 1354 screens tested: view results. Expected differences? Click here. Last updated for commit 4f098d0. This comment will update as new commits are pushed. |
5978a06
to
a0efc99
Compare
I can make the redirect on coder.com whenever this is good to merge! |
Nice work 👍 |
As part of #13434, this PR moves CLI and API docs under reference.
This will help reduce the size of #14182.
we need to create redirects from docs/[cli,api] to docs/reference/[cli,api]
Docs link check is passing so it should be fine to merge.