8000 GitHub - KrisPett/chaincuet-wiki: Collection of docs from various techniques
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

KrisPett/chaincuet-wiki

Repository files navigation

https://wiki.chaincuet.com/

Setup

pip install mkdocs-material
mkdocs serve

Development

Create new .md file in docs folder
Edit mkdocs.yml

Build

mkdocs build

specify IP address and port

docker run --rm -it -p 9000:9000 -v ${PWD}:/workdir -w /workdir python:3.12 bash -c "pip install mkdocs-material && mkdocs serve --dev-addr=0.0.0.0:9000"

About

Collection of docs from various techniques

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0