Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

DocSiteEx

Project of documentation site

Dependencies:

- Gofiber;
- Mkdocs;
- Material for MkDocs;

Install dependencies:

  go get github.com/gofiber/fiber

  pip install mkdocs-material

Init the project:

  mkdocs new my-project
  
  mkdocs build

  go run  main.go

You can initialize also with:

  go build main.go

  chmod +x main            // this main It's a binary that was compiled

  nohup ./main </dev/null >nohup.out 2>nohup.err &      // to execute in background the script or program 

About

Project of documentation site made with MKDocs, Material Design theme for MkDocs and Gofiber

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages