Replies: 1 comment
-
|
Hi 👋 如果你只是想快速开始写 Markdown 文档,最简单的方法是使用官方模板。 方法一(推荐): 直接使用官方模板创建项目: npx create-next-app -e https://github.com/shuding/nextra/tree/main/examples/docs my-docs 然后你就可以在 pages 目录下创建 .mdx 文件开始写 Markdown。 例如: pages/index.mdx Hello 👋This is my first Nextra page. 方法二(手动安装):
之后运行: npm run dev 这样就可以开始写 Markdown 了 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
这个项目的第一步操作到底是啥,为啥https://nextra.site/docs 这个地方第一步上来就是安装包呢?哪个傻逼写的呢
Beta Was this translation helpful? Give feedback.
All reactions