-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
Static assets doc on 2 pages #3198
Comments
Yes, I'll work on this :) |
MDX feature page is getting quite big. We should split it and create a new category. We can move it out of Docs catogory also since now Pages also support MDX. |
Creating a new MDX Features category should be nice for users searching and reading docs. |
Yes I agree, but we shouldn't use a page for that because the mdx features are version-dependant. A new sidebar category would be nice. We need a clear distinction of what md features are general, and which ones are doc-related (docs have additional features around linking using .md file paths, relative linking advised so that linking still work once the docs are versioned etc...) In general, I think we should have way more categories. For example the plugins/themes/presets should imho be first class categories |
Yeah, making more categories help in organizing docs. |
Section assets was moved to https://docusaurus.io/docs/markdown-features/assets in #3975. |
We still have https://docusaurus.io/docs/static-assets and https://docusaurus.io/docs/markdown-features/assets. I don't think it's very problematic considering the logic behind them, but the issue is still valid. |
Moving everything to markdown-features/assets probably doesn't make sense, considering assets can also be handled in React/pages. We should probably move all markdown-related things out of https://docusaurus.io/docs/static-assets, and just link the 2 pages together: one is for general knowledge about assets, and the other for md specifics |
📚 Documentation
The static assets doc from there:
https://v2.docusaurus.io/docs/markdown-features#assets
Should probably be merged into:
https://v2.docusaurus.io/docs/static-assets/#jsx-example
(this is not a doc-only feature btw)
Anyone interested to do this merge and improve our doc?
The text was updated successfully, but these errors were encountered: