-
-
Notifications
You must be signed in to change notification settings - Fork 208
chore(docs): add all Markdown files to docs app #1436
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
chore(docs): add all Markdown files to docs app #1436
Conversation
βοΈ Nx Cloud ReportCI is running/has finished running commands for commit 5b67a3a. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. π See all runs for this branch β Successfully ran 4 targetsSent with π from NxCloud. |
β¦ the docs project
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.
@ChristopherPHolder
Please review my changes:
- Move and include remaining
libs/**/docs/Readme.md
files - Correct Markdown outlines for proper tables of contents
- Correct image embed URLs
- Use Sentence case for titles and headings
- Simplify navigation structure and configuration
- Order State navigation
- Update ESLint plugin's
docsUrl
function - Configure API reference slugs
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.
@LayZeeDK All changes have been reviewed, I left a couple of questions.
Should consider unifying the approach we use to link internal MD files?
Examples of different linking styles in the repo:
apps/docs/docs/state/concepts-and-best-practices/concepts-and-best-practices.mdx
Show resolved
Hide resolved
564c4d5
to
5b67a3a
Compare
Description
CONTRIBUTING.md
and packageREADME.md
sCloses #1430.