UnityChipForXiangShan/documents
Zhou Tao 8c2adb336f Decoder: add some RVI function check points 2024-11-18 00:33:42 +08:00
..
assets/scss re struct repo 2024-09-19 11:27:43 +08:00
content Decoder: add some RVI function check points 2024-11-18 00:33:42 +08:00
layouts testmap: add funcov link 2024-11-12 16:26:37 +08:00
resources/_gen/assets/scss re struct repo 2024-09-19 11:27:43 +08:00
static update testmap display 2024-11-08 17:43:02 +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.md Upgrade minimal require version of hugo to 0.124.1 2024-11-11 12:35:57 +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 re struct repo 2024-09-19 11:27:43 +08:00
go.sum re struct repo 2024-09-19 11:27:43 +08:00
hugo.toml Upgrade minimal require version of hugo to 0.124.1 2024-11-11 12:35:57 +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.md

Documents of DUTs

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
    

View Documents

In the documents dir, execute the flow command:

hugo server

Then u