Skip to content

go-proc/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-proc/docs

go-proc/docs

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

The organization landing page (go-proc.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

Versioned docs (MkDocs Material + mike) for go-proc: pure-Go process-lifecycle primitives — supervisor + respawn. Served at go-proc.github.io/docs/.

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors