UnityChipForXiangShan/documents
cjh e1578c8319 fix rvc appendix reserved missing 2025-03-31 09:53:49 +08:00
..
assets/scss limit the table css to ifu verify documents only 2024-12-20 14:07:33 +08:00
content fix rvc appendix reserved missing 2025-03-31 09:53:49 +08:00
layouts refine: doc table display refinement 2025-02-18 10:52:31 +08:00
static Nutshell doc examples (#102) 2025-03-20 21:02:23 +08:00
Dockerfile re struct repo 2024-09-19 11:27:43 +08:00
LICENSE re struct repo 2024-09-19 11:27:43 +08:00
Makefile re struct repo 2024-09-19 11:27:43 +08:00
README.en.md add: itlb env, update /document/zh_cn/docs/verify_env.md & /document/README.md (#74) 2025-02-21 16:44:00 +08:00
README.zh.md add: itlb env, update /document/zh_cn/docs/verify_env.md & /document/README.md (#74) 2025-02-21 16:44:00 +08:00
config.yaml re struct repo 2024-09-19 11:27:43 +08:00
docker-compose.yaml re struct repo 2024-09-19 11:27:43 +08:00
docsy.work re struct repo 2024-09-19 11:27:43 +08:00
docsy.work.sum re struct repo 2024-09-19 11:27:43 +08:00
go.mod feature: set up test envionment for pred checker under ifu; set up both 2024-12-12 16:55:22 +08:00
go.sum doc: adapted to the latest v0.11.0 of docsy 2024-11-27 11:41:49 +08:00
hugo.toml add docs for ifu and all ifu submodules 2024-12-17 15:14:54 +08:00
netlify.toml re struct repo 2024-09-19 11:27:43 +08:00
package.json re struct repo 2024-09-19 11:27:43 +08:00

README.en.md

Documentation Deployment Instructions

English | 中文

Build

Basic Environment Setup

  1. Install Node.js (version 10.15.3 or above)

    curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -
    sudo apt-get install -y nodejs
    
  2. Install Hugo (version 0.124.1 or above)

    sudo pip3 install hugo
    
  3. Install Golang (version 1.18.0 or above)

    sudo add-apt-repository ppa:longsleep/golang-backports
    sudo apt update
    sudo apt install golang-go
    
  4. Install Dependencies

    npm install -D autoprefixer
    npm install -D postcss-cli
    npm install -D postcss