Skip to content

go-asmgen/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-asmgen/docs

go-asmgen/docs

Versioned documentation for go-asmgen, built with MkDocs Material and versioned with mike. Published to the gh-pages branch and served at https://go-asmgen.github.io/docs/.

The organization landing page (go-asmgen.github.io) links here.

Local preview

python -m venv .venv && . .venv/bin/activate
pip install -r requirements.txt
mkdocs serve                       # http://localhost:8000 (current sources)
mike serve                         # preview the versioned site

Releasing a new docs version

mike deploy --push --update-aliases <version> latest
mike set-default --push latest

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors