Merge "Plugin SDK: A structure for SDK files reference"

This commit is contained in:
Jenkins
2016-09-29 09:31:10 +00:00
committed by Gerrit Code Review
10 changed files with 55 additions and 1 deletions

View File

@@ -16,4 +16,5 @@ Fuel Plugin SDK Guide
fuel-plugin-sdk-guide/create-plugin.rst
fuel-plugin-sdk-guide/requirements.rst
fuel-plugin-sdk-guide/limitations.rst
fuel-plugin-sdk-guide/additional-information.rst
fuel-plugin-sdk-guide/reference.rst
fuel-plugin-sdk-guide/additional-information.rst

View File

@@ -0,0 +1,9 @@
.. _plugin-reference:
Reference
=========
.. toctree::
:maxdepth: 3
reference/files.rst

View File

@@ -0,0 +1,16 @@
.. _plugin-reference-files:
Files
=====
.. toctree::
:maxdepth: 3
files/components.rst
files/deployment_tasks.rst
files/environment_config.rst
files/metadata.rst
files/network_roles.rst
files/node_roles.rst
files/volumes.rst

View File

@@ -0,0 +1,4 @@
.. _components.yaml:
components.yaml
================

View File

@@ -0,0 +1,4 @@
.. _deployment_tasks.yaml:
deployment_tasks.yaml
=====================

View File

@@ -0,0 +1,4 @@
.. _environment_config.yaml:
environment_config.yaml
=======================

View File

@@ -0,0 +1,4 @@
.. _metadata.yaml:
metadata.yaml
=============

View File

@@ -0,0 +1,4 @@
.. _network_roles.yaml:
network_roles.yaml
==================

View File

@@ -0,0 +1,4 @@
.. _node_roles.yaml:
node_roles.yaml
===============

View File

@@ -0,0 +1,4 @@
.. _volumes.yaml:
volumes.yaml
============