-
Notifications
You must be signed in to change notification settings - Fork 6
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
MB-9609 migrate frontend #32
Conversation
8c3d208
to
15ff2fc
Compare
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.
lgtm 🌈
frontendSidebar: [{ | ||
type: 'autogenerated', | ||
dirName: 'frontend', | ||
}], |
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.
This starts the Sidebar.
I'm using this to start my review.
@@ -1,3 +1,5 @@ | |||
# Guide to Implementing UI |
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 with the IDs
docId: 'frontend/index', | ||
position: 'left', | ||
label: 'Frontend', | ||
}, |
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.
Move Frontend pages to new home. This PR follows the pattern set in #24 but is independent of it.