Update download for 5.0-beta
1 file changed
tree: 2d2264b0ba4a473c8976dd6df290e8255f774d79
  1. website/
  2. .gitignore
  3. README.md
README.md

How to write document

Before your start

Learn more from https://docusaurus.io/ .

Install nodejs

Make sure node.js 16.14 or above is installed.

Check version

node -v
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
sudo npm install npm@latest -g

Directories

website
├── blog 
   ├── 2019-05-29-welcome.md
├── docs 
   ├── doc1.md
   └── mdx.md
├── src 
   ├── css 
      └── custom.css
   └── pages 
       ├── styles.module.css
       └── index.js
├── static 
   └── img
├── docusaurus.config.js 
├── package.json 
├── README.md
├── sidebars.js
└── yarn.lock

Preview at local machine


## Starts the development server. npm start ## Publishes the website to GitHub pages. npm run deploy

Website TODO List

  • [x] Search in document
  • [ ] SEO
  • [ ] Multi Version
  • [ ] i18n

Tech Article

  • [ ] MetadataStore and Job Engine
  • [ ] New Frontend and New Modeling Process
  • [ ] Index Management