Rename 'getting started' link to 'docs'#5806
Conversation
|
I agree that having all the docs under "Getting Started" is confusing but I'm not sure if this is the right solution to that. I think ideally we'd want both "Getting Started" and "Docs" in the navigation. Getting Started would just be the tutorial and Docs would be the rest of the documentation. |
|
Good point @iansu. We were looking to align with React/Jest homepages, as it appears they follow this convention. I think we'd have to probably re-organize our documentation to do what you propose? |
|
If we had to pick one title I think "Docs" would be the best choice. I was looking at the React docs and they have "Docs" and "Tutorial". However, our Getting Started section isn't really a standalone tutorial. Given all that I think this PR is probably fine as is. |
* upstream/master: (210 commits) Support setupTests.ts (facebook#5698) Remove unnecessary whitespace in template HTML Run prettier on HTML files (facebook#5839) Some Grammar fixes (facebook#5858) Fix link to page about running tests (facebook#5883) fix: make typescriptformatter support 0.5 of fork checker (facebook#5879) Always test with the latest stable Node version on Travis (facebook#5546) Fix propertyDecorator test Upgrade babel deps Fix annotated var test Fix TypeScript decorator support (facebook#5783) fix: add `sideEffects: false` to react-error-overlay (facebook#5451) Add allowESModules option to babel-preset-react-app (facebook#5487) Make named-asset-import plugin work with export-as syntax (facebook#5573) React native repository updated in README.md (facebook#5849) extra polyfills must be included manually (facebook#5814) Rename 'getting started' link to 'docs' (facebook#5806) docs: Simplify installing Storybook with npx (facebook#5788) Don't polyfill fetch for Node -- additional files (facebook#5789) docs: Change Storybook install documentation (facebook#5779) ...
@TryingToImprove pointed out that
Getting startedlink might be misleading for new users who are looking for docs. I've changedGetting startedto justDocsin the top of the navigation.It's been mentioned here: #5753