
This change finalizes the documentation theme and adds links to other projects on docs.airshipit.org. The Airship 1 projects will be added once they are publishing. Change-Id: I6796e2cf8e4d9f8e1b29f831f09bf3eb4aa3257a Signed-off-by: Drew Walters <andrew.walters@att.com>
57 lines
1.6 KiB
ReStructuredText
57 lines
1.6 KiB
ReStructuredText
..
|
|
Copyright 2017-2020 AT&T Intellectual Property.
|
|
All Rights Reserved.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
not use this file except in compliance with the License. You may obtain
|
|
a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
License for the specific language governing permissions and limitations
|
|
under the License.
|
|
|
|
Welcome to Airship documentation!
|
|
=================================
|
|
|
|
Airship is a collection of components that declaratively configure, deploy
|
|
and maintain a `Kubernetes`_ environment defined by `yaml`_ documents.
|
|
|
|
.. toctree::
|
|
:caption: Learn About Airship
|
|
:maxdepth: 3
|
|
:hidden:
|
|
|
|
learn/vulnerabilities.rst
|
|
|
|
.. toctree::
|
|
:caption: Try Airship
|
|
:maxdepth: 3
|
|
:hidden:
|
|
|
|
try/index.rst
|
|
|
|
.. toctree::
|
|
:caption: Develop Airship
|
|
:maxdepth: 3
|
|
:hidden:
|
|
|
|
develop/developers.rst
|
|
develop/conventions.rst
|
|
|
|
.. toctree::
|
|
:caption: Airship Project Documentation
|
|
:hidden:
|
|
|
|
Airship Documentation <https://docs.airshipit.org>
|
|
Airshipctl <https://docs.airshipit.org/airshipctl>
|
|
Airshipui <https://docs.airshipit.org/airshipui>
|
|
Treasuremap <https://docs.airshipit.org/treasuremap>
|
|
|
|
.. _airshipit.org: https://airshipit.org
|
|
.. _Kubernetes: https://kubernetes.io/
|
|
.. _yaml: http://yaml.org/
|