Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

apache/kylin

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
114 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to write document

Before your start

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

Install nodejs

Make sure node.js 18.20.4 or above is installed.

Check version

node -v

If 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 -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
├── 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

Preview at local machine

## Starts the development server.
npm start

## Publishes the website to GitHub pages.
npm run deploy

How to tag a new version

# example, tag a new version 5.1.0
npm run docusaurus docs:version 5.1.0

Website TODO List

  • Search in document
  • SEO
  • Multi Version
  • i18n

Tech Article

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

About

Apache Kylin

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.