-
Notifications
You must be signed in to change notification settings - Fork 991
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
Created VE sidebar #6892
Created VE sidebar #6892
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
hey @nataliefiann , great to see this move to the sidebar!
i believe you’ve nested the visual editor docs under the ide docs in the sidebar.js file.
if you want to add another visual editor subfolder below the ide one, you need to add the below code after the dbt cloud ide/dbt copilot section (line ~310 i think), and not within the dbt cloud ide code.
},
{
type: "category",
label: "dbt Cloud Visual Editor",
collapsed: true,
link: { type: "doc", id: "docs/cloud/visual-editor" },
items: [
"docs/cloud/visual-editor",
"docs/cloud/use-visual-editor",
"docs/cloud/visual-editor-interface",
],
},
],
},
also, i think you need to update the
pagination_next: "docs/cloud/use-visual-editor"
pagination_prev: "docs/cloud/visual-editor" frontmatter so the ‘next/previous’ links flow better because currently it mismatches with what’s on the sidebar
I have rolled in her feedback
What are you changing in this pull request and why?
I have created this PR after being given the go ahead from Greg McKeon to add the VE to the sidebar
Checklist