mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 02:11:55 +00:00
Merge branch 'typo-fixes' into docs-updates
This commit is contained in:
@@ -67,7 +67,7 @@ This DSL is utilized in the :ref:`config rules <config_rules>` and :ref:`depende
|
||||
Manifest
|
||||
--------
|
||||
|
||||
This file describes the service and it's requirements. It is used to:
|
||||
This file describes the service and its requirements. It is used to:
|
||||
|
||||
- create a listing in the marketplace
|
||||
- denote any installation considerations
|
||||
|
||||
@@ -37,6 +37,6 @@ The project structure should be used as a model:
|
||||
Submodule
|
||||
==========
|
||||
|
||||
`Git sub-modules <https://www.git-scm.com/book/en/v2/Git-Tools-Submodules>`_ allow use of another project while in the working project directory. Setting up this feature enables linking of the source service repository so that it's context is available.
|
||||
`Git submodules <https://www.git-scm.com/book/en/v2/Git-Tools-Submodules>`_ allow use of another project while in the working project directory. Setting up this feature enables linking of the source service repository so that its context is available.
|
||||
|
||||
Run ``git submodule add <link_to_source_project>``
|
||||
Reference in New Issue
Block a user