mirror this repo: https://github.com/The-Run-Philosophy-Organization/run.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
522 B
15 lines
522 B
# Docs Theme
|
|
|
|
import Callout from 'nextra-theme-docs/callout'
|
|
|
|
<Callout>This website is built with the docs theme.</Callout>
|
|
|
|
The [Get Started](/get-started) page is a great place to start.
|
|
|
|
Just put all your Markdown files (`.md`, `.mdx`) under the `pages` directory. It's the best way to organize your documentation:
|
|
|
|
<br />
|
|
|
|

|
|
|
|
You can also use a `meta.json` file to config the order and displayed name of the page ([example](https://github.com/shuding/nextra/blob/master/pages/meta.json)).
|
|
|