From 1579963a8be0946b36a4f552d209b4c97f6512d8 Mon Sep 17 00:00:00 2001 From: Danny Massa Date: Thu, 21 May 2020 09:36:37 -0500 Subject: [PATCH] Added FAQ section to documentation Added a section for frequently asked questions that can be expended on when relevant. Added a trailing empty line to .gitigore I was advised to submit just the most basic questions to start Change-Id: I384502a3b919773f5839dac50af420b277c34f94 --- .gitignore | 2 +- doc/source/faq.rst | 16 ++++++++++++++++ doc/source/index.rst | 1 + 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 doc/source/faq.rst diff --git a/.gitignore b/.gitignore index 13e9d592a..7030a7d1a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,4 @@ _build .idea/ .vimrc *.swp -.vscode/ \ No newline at end of file +.vscode/ diff --git a/doc/source/faq.rst b/doc/source/faq.rst new file mode 100644 index 000000000..689ca8699 --- /dev/null +++ b/doc/source/faq.rst @@ -0,0 +1,16 @@ +========================== +Frequently Asked Questions +========================== + +.. contents:: Table of Contents + :depth: 3 + +What is a good starting point to develop understanding of Airship? +------------------------------------------------------------------ +In the +`Learn Documentation `__ + +Where can I find more information about hardware infrastructure? +---------------------------------------------------------------- +In the +`CNTT Documentation `__ diff --git a/doc/source/index.rst b/doc/source/index.rst index dd2581242..9e25b0824 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -199,6 +199,7 @@ Process Flows airsloop airskiff development_guide + faq .. _Barbican: https://docs.openstack.org/barbican/latest/api/ .. _Helm Homepage: https://helm.sh/