This is a refactored version of the Apigee Reference Implementation. Improvements include:
To access the previous version, see here
All documentation should be managed in the docs-src
folder. Codelabs is used to generate the User Guide and plantuml for sequence diagrams. Install them as below.
# Install claat
go get github.com/googlecodelabs/tools/claat
# Install plantuml
apt-get install -y plantuml
# Alternatively, you can download the plantuml jar file
You can then use the following commands to generate and serve the docs locally.
npm run generateDocs
npm run serveDocs
This is not an officially supported Google Product.