Specs for the Airship projects
d1fca12693
This patchset adds a spec outlining the work effort and high-level implementation considerations for adding the ability to generate, encrypt, and decrypt secrets from Pegleg. Change-Id: Iacc99008be96a4b0bac145d5fa84143cc64e9b67 Story: 2003708 Task: 26363 |
||
---|---|---|
doc | ||
gate/playbooks | ||
specs | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
Makefile | ||
README.rst | ||
tox.ini |
Building Airship Specs Documentation
Using the equivalent of pip install sphinx, install the sphinx-build command if it is not already installed.
From the root of this project, issue the command make html. Sphinx will render the output into doc/build/html. Open doc/build/html/index.html using your browser.