-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git mv src/pages/reference_api.mdx src/pages/reference_api/index.mdx #1
- Loading branch information
Showing
5 changed files
with
59 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
# About Nextra | ||
|
||
Nextra is a powerful static site generator designed specifically for creating modern and highly customizable documentation websites. Built on top of Next.js, it leverages React's capabilities to deliver a seamless and efficient experience for developers. | ||
`Nextra` is a powerful static site generator designed specifically | ||
for creating modern and highly customizable documentation websites. | ||
Built on top of `Next.js`, it leverages | ||
[React](https://github.com/dwyl/learn-react/issues/23) | ||
capabilities | ||
to deliver a seamless and efficient experience for developers. | ||
|
||
With Nextra, you can easily create documentation sites with automatic navigation, markdown support, and themable design options. Whether you are documenting an API, creating a knowledge base, or writing a user manual, Nextra provides the tools you need to get the job done. | ||
With `Nextra`, you can easily create documentation sites | ||
with automatic navigation, markdown support, | ||
and themable design options. | ||
Whether you are documenting an API, creating a knowledge base, | ||
or writing a user manual, | ||
`Nextra` provides the tools you need to get the job done. | ||
|
||
Learn more about the features and capabilities of Nextra as you explore this documentation. | ||
Learn more about the features and capabilities of `Nextra` | ||
as you explore this demo. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
import { DocsThemeConfig } from "nextra-theme-docs"; | ||
|
||
const config: DocsThemeConfig = { | ||
logo: <span>My Nextra Documentation</span>, | ||
logo: <span>Nextra Docs</span>, | ||
project: { | ||
link: 'https://github.com/shuding/nextra' | ||
} | ||
} | ||
|
||
export default config | ||
export default config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters