Hugo and Docsy make an excellent pairing for simple to maintain and publish documentation. Use this to get started.
# I think this is simplest once you have go installed
go install -tags extended github.com/gohugoio/hugo@latest
- Clone it.
rm go.mod go.sum
hugo mod init example.com/docs
hugo mod get github.com/google/docsy@v0.6.0
hugo mod tidy
npm install
hugo server
Next steps: https://www.docsy.dev/docs/adding-content