Skip to content

uclid-org/uclid-org.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uclid-docs

Check out mdBook documentation here: mdBook


Install and build:

  1. Install Rust on your local machine to get access to cargo, which is Rust package manager a. https://www.rust-lang.org/tools/install
  2. Install mdbook (precompiled binaries are available here or do cargo install mdbook)
  3. Install mdbook-bib (precompiled binaries are available here or do cargo install mdbook-bib)
  4. In mdbook/ run mdbook serve and go to localhost (usually http://127.0.0.1:3000 or http://localhost:3000) in your browser

Directory structure:

  • book.toml: config file
  • book: mdBook are built to here
  • src: write stuff here
    • SUMMARY.md: describes structure of mdBook (used by mdbook), summary docs
    • other files: source Markdown (files as specified in SUMMARY.md)

Owners:

Please subscribe to adding stuff to the documentation by adding entries to owners.md

Releases

No releases published

Packages

No packages published