Skip to content

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

Notifications You must be signed in to change notification settings

OSX-RSPlug-a/DocSiteEx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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

  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

Watchers

Forks

Releases

No releases published

Packages

No packages published