-
Notifications
You must be signed in to change notification settings - Fork 1
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
Information architecture work #165
Information architecture work #165
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.
One tiny comment but looks fine otherwise.
apps/docs/lib/customize-output.mjs
Outdated
|
||
import { MarkdownPageEvent } from 'typedoc-plugin-markdown'; | ||
|
||
export function load(app) { |
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.
Can you add a what/why comment to this? See that it is prefixing some text to the content but have no idea why it is necessary.
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.
Yes. :)
3b4207c
to
eb72007
Compare
eb72007
to
d6f909b
Compare
d6f909b
to
4c51e20
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.
noice
|
||
- There are three Docusaurus groupings that can house content: pages (can NOT have a sidebar), docs, and blog. We will primarily use docs as our content organization grouping strategy in Docusaurus. | ||
- Pages (src/pages) | ||
- Highest priority for resolution it seems because with a default page in `content/README.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.
incomplete sentence?
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.
Yep. Will have to complete the thought.
Information architecture work
apps/docs/content
instead ofapps/docs/docs
- because reasonsapi
to match the top-bar (Docusaurus) nav item and url structure