-
Notifications
You must be signed in to change notification settings - Fork 18
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: updates sidebar and removes unnecessary k8s page #1221
Conversation
✅ Deploy Preview for pomerium-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
sidebars.js
Outdated
@@ -40,7 +41,7 @@ const sidebars = { | |||
{ | |||
type: 'category', | |||
label: 'Kubernetes', | |||
link: {type: 'doc', id: 'docs/deploy'}, | |||
// link: {type: 'doc', id: 'docs/deploy'}, |
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.
We can delete this line entirely, right?
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.
Thanks for catching this. Done.
* updates sidebar and removes unnecessary k8s page * removes commented line
Docs: updates sidebar and removes unnecessary k8s page (#1221) * updates sidebar and removes unnecessary k8s page * removes commented line Co-authored-by: zachary painter <[email protected]>
This is a house-cleaning PR that removes an unnecessary
k8s
page and sets thedeploying.md
page as the landing page when users navigate to Deploy in the sidebar.