4 Commits

Author SHA1 Message Date
Drew Walters
5e4a3d66a0 Add links to other airship projects
This change adds documentation links to other airship projects, bringing
airshipctl in line with the latest docs.airshipit.org theme changes.

Change-Id: I42fe5371770437d0f106bfdfc1173c9fdade746b
Signed-off-by: Drew Walters <andrew.walters@att.com>
2020-06-17 13:54:44 +00:00
Drew Walters
771536304a Update stale README and reformat docs
This change updates the stale README and makes it the landing page of
our new documentation. This change also makes several formatting changes
to make our documentation fit the new docs.airshipit.org framework.

Lastly, some items from the original README have been updated for
accuracy and moved to a separate page of the documentation.

Change-Id: Iae898b36034640df4d35a430eb28fbda028f10dd
Signed-off-by: Drew Walters <andrew.walters@att.com>
2020-05-11 15:49:32 +00:00
Drew Walters
d902cb98e3 [#59] Add Airship logo to docs
This change adds the Airship logo to our documentation.

Change-Id: Ie3d068eea2e3545fa38f35f6f7a1e1869360ffac
Signed-off-by: Drew Walters <andrew.walters@att.com>
2020-02-20 11:33:24 -06:00
Ian H. Pittwood
b8a2bb3b27 Updates to Makefile
Implements `make docs` command to create rtd-themed docs using Sphinx
from the existing Markdown documents in the docs directory.

Changes the `get-modules` command to `depend` to more closely match
OpenStack guidelines in [0].

Adds `fmt` command as specified in [0], currently referencing the `lint`
command.

Adds `godoc` command that will host a local godoc server instance with a
link directly to airshipctl technical documentation.

Adds `releasenotes` commands specified in [0], currently
noted as "TODO".

Adds `images` command as found in other Airship projects, referencing
`docker-image`.

[0] https://governance.openstack.org/tc/reference/pti/golang.html

Change-Id: I134fc2c2714bce6d23dc9cf8b86c3016d68def7e
2020-01-10 09:20:10 -06:00