From c5c88e42951ced91eb180c3afcd56bfa43c3a267 Mon Sep 17 00:00:00 2001
From: Marta Rybczynska <marta.rybczynska@huawei.com>
Date: Wed, 10 Aug 2022 13:49:19 +0200
Subject: [PATCH] docs: add Product Configuration Guidelines

Add a template for Product Configuration Guidelines that will be
filled soon.

Signed-off-by: Marta Rybczynska <marta.rybczynska@huawei.com>
---
 docs/index.rst              |  1 +
 docs/product-guidelines.rst | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 100644 docs/product-guidelines.rst

diff --git a/docs/index.rst b/docs/index.rst
index 802a2d7a..1a749308 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -29,6 +29,7 @@ Build System Guide
    ci/index
    supported-images
    hardware-support/index
+   Product Configuration Guidelines <product-guidelines>
 
 .. toctree::
    :caption: Supported Technologies
diff --git a/docs/product-guidelines.rst b/docs/product-guidelines.rst
new file mode 100644
index 00000000..99580786
--- /dev/null
+++ b/docs/product-guidelines.rst
@@ -0,0 +1,22 @@
+.. SPDX-FileCopyrightText: Huawei Inc.
+..
+.. SPDX-License-Identifier: CC-BY-4.0
+
+.. include:: definitions.rst
+
+.. _RepoWorkspace:
+
+Product Configuration Guidelines (WIP)
+######################################
+
+|main_project_name| provides images that can serve as a base for production
+images. We recommend, however, to review some defaults to fit with your
+product needs.
+
+.. contents:: 
+    :depth: 2
+
+Default User and Password
+*************************
+
+Content to be added here.
-- 
GitLab