airshipctl/docs/source
Sirisha Gopigiri 4da8a54887 Separate folders-Create airshipctl cli user guide documentation
Current modified go code, generates RsT files for each airshipctl
cmd and places them in a folder specific to the airshipctl subcommand.
It also generates the index.rst file for the specific airshipctl
subcommand folders. These generated rst files are appropriate to sphinx,
so that they can be easliy rendered in docs.airshipit.org

Steps to render the document locally

	* Install sphinx: python3 -m pip install sphinx
        * Clone airshipctl: git clone https://github.com/airshipit/airshipctl.git
        * Download current PS: cd airshipctl; git fetch "https://review.opendev.org/airship/airshipctl" refs/changes/50/789250/2 && git checkout -b change-789250-1 FETCH_HEAD
	* Build sphinx html pages: cd docs/source; sphinx-build -b html . _build
	* Run local server: cd _build; python3 -m http.server
	* Open URL to access the page: http://localhost:8000/ navigate to commands section access the document

Relates-To: #280
Change-Id: Ifa1dafc7b296014cc826072ac2c52f4488421352
2021-06-28 10:20:55 +05:30
..
_templates Fix hard coded max width in Sphinx rtd theme 2021-03-23 20:47:23 +00:00
cli Separate folders-Create airshipctl cli user guide documentation 2021-06-28 10:20:55 +05:30
img Update architecture documentation 2020-12-18 14:24:09 +03:00
providers Update CAPG provider documentation 2021-04-26 12:39:51 +00:00
architecture.md Update architecture documentation 2020-12-18 14:24:09 +03:00
conf.py Add links to other airship projects 2020-06-17 13:54:44 +00:00
developers.md Added script for the missing controlplane_target phase 2021-04-13 10:47:47 -07:00
hardware_profile.md Fix incorrect links in Hardware Profile Documentation 2021-01-05 17:25:12 +05:00
index.rst Separate folders-Create airshipctl cli user guide documentation 2021-06-28 10:20:55 +05:30
phases.rst Add ClusterAPIRef related documentation 2020-12-08 18:18:04 +00:00
plugins.md Externalize KRM function versions 2021-05-26 20:18:49 +00:00
secrets-guidelines.md Adding a phase to help importing external secrets 2021-05-20 04:50:06 +00:00
sphinx_build.md Separate folders-Create airshipctl cli user guide documentation 2021-06-28 10:20:55 +05:30
testing-guidelines.md [#85] update testing documentation 2020-03-09 12:00:04 +00:00
virtual_redfish_bmc.md Redfish Emulator Documentation - Stale Issue 2020-08-17 15:17:45 +05:00