Deploy ====== This documentation is split into: :doc:`Development Guides` Instructions on getting set-up and making changes to the ``deploy`` repository. :doc:`Deployment Guides` Instructions for specific deployment tasks. :doc:`Maintenance Guides` Instructions for specific maintenance tasks. :doc:`User Guides` Documentation for users of our services. :doc:`Reference` Infrequently accessed reference material. .. note:: We refer to "Linode", as it was named before becoming `Akamai Connected Cloud `__. Development Guides ------------------ Follow the :doc:`develop/get_started` guide before following any of the :doc:`deploy/index`. If you're new to Salt, :doc:`develop/learn`. To make changes to the `deploy repository `__, read the :doc:`develop/update/index` and following guides. .. toctree:: :maxdepth: 2 develop/index.rst Deployment Guides ----------------- If you need to perform a specific deployment task, follow the relevant how-to guide. This section focuses on deploying the changes you made in the previous section. All changes to servers should be made using Salt to ensure that changes are documented and reproducible; changes should not be made manually, which is undocumented and error-prone. .. toctree:: :maxdepth: 2 deploy/index.rst Maintenance Guides ------------------ This section describes how to perform tasks that don't involve changes in Salt. .. toctree:: :maxdepth: 2 maintain/index.rst User Guides ----------- This section contains documentation specific to our deployment of a given service. For generic documentation of a given service that we authored, follow the *Docs* links on `this page `__. .. toctree:: :maxdepth: 2 use/index.rst Reference --------- This section describes facts about our servers and deployments. .. toctree:: :maxdepth: 2 reference/index.rst