summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <alyssa.ross@unikie.com>2022-11-16 10:54:50 +0000
committerAlyssa Ross <alyssa.ross@unikie.com>2022-11-18 10:17:14 +0000
commit4ca9933fe8371d148731702ebbe677892f8bc426 (patch)
treec130821df3048901264da414a5550384dff80578
parentc2017dcbf690fd5e412a739d6e575efae86c5c12 (diff)
downloadspectrum-4ca9933fe8371d148731702ebbe677892f8bc426.tar
spectrum-4ca9933fe8371d148731702ebbe677892f8bc426.tar.gz
spectrum-4ca9933fe8371d148731702ebbe677892f8bc426.tar.bz2
spectrum-4ca9933fe8371d148731702ebbe677892f8bc426.tar.lz
spectrum-4ca9933fe8371d148731702ebbe677892f8bc426.tar.xz
spectrum-4ca9933fe8371d148731702ebbe677892f8bc426.tar.zst
spectrum-4ca9933fe8371d148731702ebbe677892f8bc426.zip
Documentation: rename "Getting Started" to "Using Spectrum"
I clicked on "Getting Started" by mistake expecting to find the
documentation about obtaining and installing a Spectrum image, but it
actually contains documentation that explains how to use the system
once it's installed.  So I think it would be clearer if it were named
"Using Spectrum".

Signed-off-by: Alyssa Ross <alyssa.ross@unikie.com>
Cc: Jenni Nikolaenko <evgeniia.nikolaenko@unikie.com>
Message-Id: <20221116105450.610594-1-alyssa.ross@unikie.com>
-rw-r--r--Documentation/using-spectrum/creating-vms.adoc (renamed from Documentation/getting-started/creating-vms.adoc)2
-rw-r--r--Documentation/using-spectrum/index.adoc (renamed from Documentation/getting-started/index.adoc)6
-rw-r--r--Documentation/using-spectrum/running-vms.adoc (renamed from Documentation/getting-started/running-vms.adoc)2
3 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/getting-started/creating-vms.adoc b/Documentation/using-spectrum/creating-vms.adoc
index a2ad952..6847249 100644
--- a/Documentation/getting-started/creating-vms.adoc
+++ b/Documentation/using-spectrum/creating-vms.adoc
@@ -1,5 +1,5 @@
 = Creating VMs
-:page-parent: Getting Started
+:page-parent: Using Spectrum
 :page-nav_order: 1
 
 // SPDX-FileCopyrightText: 2022 Alyssa Ross <hi@alyssa.is>
diff --git a/Documentation/getting-started/index.adoc b/Documentation/using-spectrum/index.adoc
index 10dde7f..5ee5043 100644
--- a/Documentation/getting-started/index.adoc
+++ b/Documentation/using-spectrum/index.adoc
@@ -1,4 +1,4 @@
-= Getting Started
+= Using Spectrum
 :description: Exploring Spectrum OS. Using (=How-To-Guides), Configuring (adding smth).
 :page-nav_order: 3
 :page-has_children: true
@@ -9,5 +9,5 @@
 
 Ready to get started with Spectrum? Here is what you can do next:
 
-* xref:../getting-started/creating-vms.adoc[Create your own VM] to use others applications.
-* xref:../getting-started/running-vms.adoc[Start some applications].
+* xref:creating-vms.adoc[Create your own VM] to use others applications.
+* xref:running-vms.adoc[Start some applications].
diff --git a/Documentation/getting-started/running-vms.adoc b/Documentation/using-spectrum/running-vms.adoc
index ca70835..518b00e 100644
--- a/Documentation/getting-started/running-vms.adoc
+++ b/Documentation/using-spectrum/running-vms.adoc
@@ -1,5 +1,5 @@
 = Running VMs
-:page-parent: Getting Started
+:page-parent: Using Spectrum
 :page-nav_order: 2
 
 // SPDX-FileCopyrightText: 2022 Alyssa Ross <hi@alyssa.is>