Learn more from https://docusaurus.io/ .
Make sure node.js 18.20.4 or above is installed.
Check version
node -vIf node.js version less than 18.20.4, can use n to install latest stable node.js
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
# update latest npm
sudo npm install npm@latest -gwebsite
├── blog
│ ├── 2019-05-29-welcome.md
├── docs
│ ├── doc1.md
│ └── mdx.md
├── src
│ ├── css
│ │ └── custom.css
│ └── pages
│ ├── styles.module.css
│ └── index.js
├── static
│ └── img
├── versioned_docs
│ └── version-5.0.0
├── versioned_sidebars
│ └── version-5.0.0-sidebars.json
├── docusaurus.config.ts
├── package.json
├── README.md
├── sidebars.ts
└── yarn.lock
## Starts the development server.
npm start
## Publishes the website to GitHub pages.
npm run deploy# example, tag a new version 5.1.0
npm run docusaurus docs:version 5.1.0- Search in document
- SEO
- Multi Version
- i18n
- MetadataStore and Job Engine
- New Frontend and New Modeling Process
- Index Management