From 750fe0a47319e44f8df23e8e44d1e9a234c89d74 Mon Sep 17 00:00:00 2001 From: Bruce Jones Date: Thu, 20 Dec 2018 10:26:59 -0800 Subject: [PATCH] Add git pull commands for the stx-docs & specs repos. This change adds example git clone commands to the documentation contributor's guide to show them how to find the proper git repos. Closes-Bug: 1809285 Change-Id: Iecd02ac18be0ee46771928ecc16660ce44d86883 Signed-off-by: Bruce Jones --- doc/source/contributor/doc_contribute_guide.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/contributor/doc_contribute_guide.rst b/doc/source/contributor/doc_contribute_guide.rst index 7df958b7e..0448021a6 100644 --- a/doc/source/contributor/doc_contribute_guide.rst +++ b/doc/source/contributor/doc_contribute_guide.rst @@ -18,6 +18,14 @@ Locations StarlingX documentation consists of several types of manuals and is found in the **stx-docs** and **stx-specs** projects (i.e. repositories). + +You can clone these repositories by: + +:: + + $ git clone https://git.starlingx.io/stx-docs + $ git clone https://get-starlingx.io/stx-specs + These projects contain hierarchy that organizes the documentation by topic: - **Installation Guide**