Skip to content

Commit 4977f74

Browse files
authored
Merge branch 'next' into rework
2 parents 088aef9 + d9cf942 commit 4977f74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: docs/contributing.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ npm run dev
4141

4242
## Structure
4343

44-
Aside from the projects homepage, all requests are sent via the `src/pages/[owner]/[name]/[[...slug]].tsx` file. If production a cached version of the statically generated HTML output will be served,
44+
Aside from the projects homepage, all requests are sent via the `src/pages/[owner]/[name]/[[...slug]].tsx` file. In production a cached version of the statically generated HTML output will be served,
4545
or created then cached. In development however, the page is built on each request. Therefore load times might seem a bit slower than expected.
4646

4747
> Learn more about this at [Next.js](https://nextjs.org/docs/basic-features/data-fetching#getstaticprops-static-generation).

Diff for: docs/getting-started.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Once you're happy with your documentation you can push changes to your Github re
3939

4040
The project supports rendering all [GitHub-flavored Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet).
4141

42-
Under the hood, [MDX](https://github.com/mdx-js/mdx) is enabled which allows the use of [Custom Components](/components). Each Markdown
42+
Under the hood, [MDX](https://github.com/mdx-js/mdx) is enabled which allows the use of [Custom Components](/components/accordion). Each Markdown
4343
page also supports [Frontmatter](/frontmatter), allowing you to customize the metadata of each specific page.
4444

4545
## Configuring your documentation

Diff for: docs/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GitHub repository. Features include:
2525
- [Configurable](/configuration): Add your own logo, theme, analytics, navigation and more with a config file.
2626
- [Previewing](/previews): View the documentation of any branch, pull request or specific commit,.
2727
- [GitHub Bot](/github-bot): Install our [GitHub bot](https://github.com/apps/docs-page) to automatically get a URL to pull request documentation previews.
28-
- [Components](/components): Powered by [MDX](https://github.com/mdx-js/mdx), use React components such as Tabs (useful for projects with multiple languages) directly in your docs.
28+
- [Components](/components/accordion): Powered by [MDX](https://github.com/mdx-js/mdx), use React components such as Tabs (useful for projects with multiple languages) directly in your docs.
2929
- [Search](/search): Easily add full search support powered by [DocSearch](https://docsearch.algolia.com/).
3030
- [Custom Domains](/custom-domains): Serve your documentation using your own domain.
3131

0 commit comments

Comments
 (0)