From 08327c698c95adc84726def96ea077bda68e39b3 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Thu, 23 Jun 2022 21:28:02 +0100 Subject: [PATCH] issue #78082 add concepts to start (#78097) --- docs/docsite/rst/getting_started/basic_concepts.rst | 13 +++++++++++++ docs/docsite/rst/getting_started/index.rst | 3 ++- docs/docsite/rst/user_guide/basic_concepts.rst | 9 ++------- docs/docsite/rst/user_guide/index.rst | 1 - 4 files changed, 17 insertions(+), 9 deletions(-) create mode 100644 docs/docsite/rst/getting_started/basic_concepts.rst diff --git a/docs/docsite/rst/getting_started/basic_concepts.rst b/docs/docsite/rst/getting_started/basic_concepts.rst new file mode 100644 index 00000000000..cc433c81f2f --- /dev/null +++ b/docs/docsite/rst/getting_started/basic_concepts.rst @@ -0,0 +1,13 @@ +.. _basic_concepts: + +**************** +Ansible concepts +**************** + +These concepts are common to all uses of Ansible. +You should understand them before using Ansible or reading the documentation. + +.. contents:: + :local: + +.. include:: /shared_snippets/basic_concepts.txt diff --git a/docs/docsite/rst/getting_started/index.rst b/docs/docsite/rst/getting_started/index.rst index 0752b5f9e02..a1419393c19 100644 --- a/docs/docsite/rst/getting_started/index.rst +++ b/docs/docsite/rst/getting_started/index.rst @@ -95,4 +95,5 @@ Continue by :ref:`learning how to build an inventory`. :maxdepth: 1 get_started_inventory - get_started_playbook \ No newline at end of file + get_started_playbook + basic_concepts \ No newline at end of file diff --git a/docs/docsite/rst/user_guide/basic_concepts.rst b/docs/docsite/rst/user_guide/basic_concepts.rst index 76adc6845f6..b2e20ab578c 100644 --- a/docs/docsite/rst/user_guide/basic_concepts.rst +++ b/docs/docsite/rst/user_guide/basic_concepts.rst @@ -1,12 +1,7 @@ -.. _basic_concepts: +:orphan: **************** Ansible concepts **************** -These concepts are common to all uses of Ansible. You need to understand them to use Ansible for any kind of automation. This basic introduction provides the background you need to follow the rest of the User Guide. - -.. contents:: - :local: - -.. include:: /shared_snippets/basic_concepts.txt +This page has moved to :ref:`Getting started with Ansible`. diff --git a/docs/docsite/rst/user_guide/index.rst b/docs/docsite/rst/user_guide/index.rst index 21a27f501ac..d066da732c5 100644 --- a/docs/docsite/rst/user_guide/index.rst +++ b/docs/docsite/rst/user_guide/index.rst @@ -80,7 +80,6 @@ Here is the complete list of resources in the Ansible User Guide: .. toctree:: :maxdepth: 2 - basic_concepts intro_adhoc cheatsheet playbooks_intro