Skip to content

Commit

Permalink
fix(docs): Updating sidebars (#5246)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 authored Jun 24, 2022
1 parent 6710489 commit 68762a2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs-website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = {
"docs/saas",
"releases",
],
"Getting Started": ["docs/quickstart", "docs/cli", "docs/debugging"],
"Getting Started": ["docs/quickstart", "docs/debugging"],
Ingestion: [
// add a custom label since the default is 'Metadata Ingestion'
// note that we also have to add the path to this file in sidebarsjs_hardcoded_titles in generateDocsDir.ts
Expand Down Expand Up @@ -140,6 +140,13 @@ module.exports = {
// "docs/what/delta",
// "docs/what/mxe",
],
CLI: [
{
label: "Overview",
type: "doc",
id: "docs/cli",
},
],
"GraphQL API": [
{
label: "Overview",
Expand Down

0 comments on commit 68762a2

Please sign in to comment.