UnityChipForXiangShan/documents
cjh 8118deeffd add optional rtl arg 2025-01-14 16:18:41 +08:00
..
assets/scss limit the table css to ifu verify documents only 2024-12-20 14:07:33 +08:00
content add optional rtl arg 2025-01-14 16:18:41 +08:00
layouts doc: fix url 2024-11-29 20:47:02 +08:00
static ifu fit 103 rtl change and doc fix 2025-01-13 20:47:17 +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 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.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