Skip to content

Commit

Permalink
fix: add new site pages to nav (#245)
Browse files Browse the repository at this point in the history
# Description

Two new documentation pages were added but aren't in the site nav so are
not discoverable. Adds them to the correct sidebar navigation
categories.

Tested locally:

![image](https://github.com/microsoft/retina/assets/2940321/a000f195-91fb-4f46-ab35-97f2d70475b5)

![image](https://github.com/microsoft/retina/assets/2940321/d7109fbe-e66b-4e74-88c2-230db9f7a4d8)

Signed-off-by: Evan Baker <[email protected]>
  • Loading branch information
rbtr authored Apr 8, 2024
1 parent e4663f5 commit ebd51af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ output

dist/
bin/

image-metadata-*.json
10 changes: 9 additions & 1 deletion site/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const sidebars = {
'installation/grafana',
'installation/cli',
'installation/config',
'installation/verify-signed-images'
],
},
{
Expand Down Expand Up @@ -80,7 +81,14 @@ const sidebars = {
'troubleshooting/basic-metrics',
],
},
'contributing/readme',
{
type: 'category',
label: 'Contributing',
items: [
'contributing/readme',
'contributing/developing',
],
}
],

};
Expand Down

0 comments on commit ebd51af

Please sign in to comment.