-
Notifications
You must be signed in to change notification settings - Fork 174
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
Split documentation for navigation config #365
Conversation
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.
Shouldn't there be a link to navigation-parameters-reference.md
file in navigation-configuration.md
?
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.
Look at the comments, but overall looks good.
docs/navigation-configuration.md
Outdated
|
||
|
||
![Navigation layout](assets/navigation-structure.png) | ||
![Navigation elements](assets/navigation-structure.png) |
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.
Not sure if elements
is a good word here. I kinda liked layout
better :)
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.
I changed it back to layout :)
docs/navigation-configuration.md
Outdated
3. Main content window, where the micro front-end is rendered. | ||
1. Top navigation, which displays the main navigation path. | ||
2. Side navigation, which displays the defined applications. | ||
3. Main content window, which renders the micro 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.
Are you sure about those commas? 🤔
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.
no, I'm gonna remove them.
9226f6d
to
4bc4102
Compare
* Split documentation for navigation config
Description
Changes proposed in this pull request:
Related issue(s)
See also #276