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.
655 B
655 B
sidebar_position |
---|
1 |
仓库管理
Let's discover Docusaurus in less than 5 minutes.
Getting Started
Get started by creating a new site.
Or try Docusaurus immediately with new.docusaurus.io.
Generate a new site
Generate a new Docusaurus site using the classic template:
npx @docusaurus/init@latest init my-website classic
Start your site
Run the development server:
cd my-website
npx docusaurus start
Your site starts at http://localhost:3000
.
Open docs/intro.md
and edit some lines: the site reloads automatically and display your changes.