1. 23 10月, 2020 1 次提交
  2. 11 10月, 2020 1 次提交
  3. 08 9月, 2020 1 次提交
    • L
      Update link docs to reflect changes on dynamic routing (#16634) · ea2df6c0
      Luis Alvarez D 提交于
      Closes https://github.com/vercel/next.js/issues/16633
      
      - The docs and examples that use `as` have been updated to show how `href` can be used to get the same results
      - Added new examples and provided more details on current examples for more details on how `href` can be used.
      
      **Note:** With this change the usage of `as` becomes completely unrequired as I failed to find a good use case for it. Therefore documentation for `as` now includes: `Used for dynamic routes before Next.js 9.5.3`. But that should link to somewhere, either to a blog post or to the Upgrade Guide in our docs.
      ea2df6c0
  4. 25 8月, 2020 1 次提交
  5. 21 7月, 2020 1 次提交
  6. 26 6月, 2020 1 次提交
    • L
      [Docs] Focus on useRouter (#14515) · c6dc34e4
      Luis Alvarez D 提交于
      [ch4109]
      
      Closes https://github.com/vercel/next.js/issues/14500
      
      Our current docs for `next/router` use examples from both `useRouter` and `import Router from 'next/router'`, with this PR I'm unifying the API into `useRouter` (`withRouter` is still going to be mentioned multiple times as it is the HOC alternative) and no longer mentioning that you can import a global `Router` object from `next/router`, not sure if I should mention it at least once but that didn't seem to be required.
      
      I also did some structural changes to the docs for `next/router`, now every method starts with a description, then the implementation and explanation of the parameters of the method, and then the usage example, because every method uses the same `Usage` title the hash for them would be something like `#usage`, `#usage-1`, `#usage-2`, e.t.c, so I'm not very happy with this but it looks good.
      
      Feedback wanted 🙏 
      c6dc34e4
  7. 28 5月, 2020 1 次提交
  8. 22 5月, 2020 1 次提交
  9. 19 5月, 2020 1 次提交
  10. 12 5月, 2020 1 次提交
  11. 09 5月, 2020 1 次提交
  12. 02 5月, 2020 3 次提交
  13. 17 4月, 2020 1 次提交
  14. 16 4月, 2020 1 次提交
  15. 06 4月, 2020 1 次提交
  16. 08 1月, 2020 1 次提交
  17. 07 1月, 2020 1 次提交
  18. 04 1月, 2020 1 次提交
  19. 23 12月, 2019 1 次提交
    • L
      New docs (#9301) · e3465615
      Luis Alvarez D 提交于
      * Added the docs from Notion
      
      * Updated the links from notion to relative links
      
      * Added a routes manifest to the docs
      
      * Removed the <br> after examples toggle
      
      * Use the name of the section instead of Introduction
      
      * Fixed spelling errors
      
      * Optimize the content for Algolia
      
      * Add a paragraph for `pageProps`
      
      * Add welcome section
      
      * Transpile -> Compile
      
      * Update getting-started.md
      
      * Update getting-started.md
      
      * Update getting-started.md
      
      * Update getting-started.md
      
      * Update getting-started.md
      
      * Update getting-started.md
      
      * Update getting-started.md
      
      * Update getting-started.md
      
      * Update getting-started.md
      
      * Update getting-started.md
      
      * Test extra room between
      
      * Update getting-started.md
      
      * Update getting-started.md
      
      * Update getting-started.md
      
      * Update getting-started.md
      
      * Update getting-started.md
      
      * Update manifest.json
      
      * Update getting-started.md
      
      * Update getting-started.md
      
      * Add concepts section
      
      * Update pages.md
      
      * Update pages.md
      
      * Add data fetching section
      
      * Update pages.md
      
      * See how a card looks like
      
      * Undo card changes
      
      * Added related section to getting-started
      
      * Fixed wrong markdown syntax in the withRouter page
      
      * Moved the server-side-and-client-side section
      
      * Updated next-cli reference
      
      * updated getInitialProps section
      
      * Minor fixes
      
      * Added more Related sections
      
      * Add html to the related section in getting-started
      
      * Use small for the card
      
      * Use cards for all related sections
      
      * Added src directory docs
      
      * Added src directory to the manifest
      
      * Add note about API routes in next export
      
      * Add initial data fetching docs (private until new methods are released)
      
      * Fix typos
      
      * Improve wording
      
      * Update getting-started.md
      
      * Update getting-started.md
      
      * Move advanced concepts to advanced section
      
      * Hide server-side vs client-side
      
      * Move AMP support
      
      * Move typescript into one page
      
      * Add routing concepts page
      
      * Remove introduction page
      
      * Update section on different route types
      
      * Update routing.md
      
      * Update routing.md
      
      * Update routing.md
      
      * Update routing.md
      
      * Combine router injection pages
      
      * Update pages.md
      
      * Update routing.md
      
      * Update using-link.md
      
      * Update using-link.md
      
      * Update typescript.md
      
      * Move the API Routes typescript to basic features
      
      * Added links to the typescript section
      
      * Updated links to useRouter and withRouter
      
      * Add singleLevel prop to manifest
      
      * Added single page for router docs
      
      * Updated description
      
      * Updated the routes in the manifest
      
      * Add data fetching section
      
      * Update data-fetching.md
      
      * Update data-fetching.md
      
      * Update dynamic-routes.md
      
      * Update manifest.json
      
      * Only use the single router API page
      
      * Moved the concepts pages
      
      * Updated links
      
      * Removed extra space
      
      * Updated title for Router API
      
      * Added a description with frontmatter
      
      * Add open prop to the manifest
      
      * Added datafetching section to API Reference
      
      * Updated links to the getInitialProps reference
      
      * Moved some sections to API
      
      * Added next/head to API reference
      
      * Added next/link to the API Reference
      
      * Removed the populating-head section
      
      * Updated links to the new next/link API
      
      * Added link from dynamic-routes to next/link docs
      
      * use a paragraph
      
      * Added next/router API
      
      * Added next/amp
      
      * Updated the docs for next/amp
      
      * Moved the AMP support folder
      
      * Updated title
      
      * Content updates
      
      * Added more links to the data fetching section
      
      * Added links from the API to introductions
      
      * changing the router API
      
      * Updates to the router API
      
      * Updated the routing section
      
      * life improvements
      
      * Added shallow routing section
      
      * Small fix
      
      * Removed old routing sections
      
      * Updated link to shallow routing
      
      * Removed unrequired page
      
      * Removed /pages
      
      * Update data-fetching.md
      
      * Add initial deployments section
      
      * Update manifest.json
      
      * Update introduction.md
      
      * Update deployment doc
      
      * Add static export section updates
      
      * link ssg/ssr
      
      * Update deployment.md
      
      * Add syntax highlighting
      Co-authored-by: NTim Neutkens <tim@timneutkens.nl>
      e3465615