This framework makes it simple for developers to add gRPC and automated REST interfaces for their Golang applications.
Please see our Documentation for more information.
- FYI, we are in the process of creating tutorials and adding more documentation to the framework
- Setup the environment to write documentation
$ make doc-env
- Bring up the webserver
$ make doc-serve
Now edit the files in the direcory website
.
- When done, build the website and add the
docs
dir to git:
$ make doc-build
For more information on mkdocs go to: