-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
New docs #932
Comments
Removing the readmes from the packages does have the downside that you won't have any displayed on npmjs.org: https://www.npmjs.com/package/jss-plugin-vendor-prefixer The individual Just wanted to let you know in case this was not intended. |
Good catch. I think we should just copy the docs when releasing but ignore them in git. |
Also, we should remove all of the version which are <= 9 from the dropdown on the docs page because you end up at a NotFound page |
Regarding readme.md, lets do the same thing as babel: https://www.npmjs.com/package/@babel/plugin-syntax-export-namespace-from Regarding docs: its broken right now. My original plan was to publish the 9th version as a subdomain and when dropdown selects v9, switch to that subdomain. I am not sure though its worth the effort and maybe we should just remove v9 from the docs. |
👍 |
@HenriBeck its not a full readme, its just title, link to the docs on the website and install steps. I think it is manually created for each package. |
Yeah, we can automate that 🤔 Just generate them before the release and they don't even need to be in git |
I think you want them to be in git even if you generate them, for the case someone lands there over github link |
New contents
Structure (inspired by react docs)
Installation
Main Concepts
Advanced Guides
API Reference
Contributing
FAQ
Community
The text was updated successfully, but these errors were encountered: