summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2023-02-04 15:11:39 +0000
committerDavid King <amigadave@amigadave.com>2023-02-04 15:43:27 +0000
commit6b50dd35c9f72b9859b9ff73f9f14b27989fdcd4 (patch)
treeb8c269c5dc00ab28816a8468476d87b13b04a23d
parent2ef2bbb374cb55c8b2e5fd1a712612ac522b8d89 (diff)
downloadgnome-user-docs-6b50dd35c9f72b9859b9ff73f9f14b27989fdcd4.tar.gz
about: Add page on the OS section
-rw-r--r--gnome-help/C/about-os.page46
-rw-r--r--gnome-help/Makefile.am1
2 files changed, 47 insertions, 0 deletions
diff --git a/gnome-help/C/about-os.page b/gnome-help/C/about-os.page
new file mode 100644
index 00000000..439a2c72
--- /dev/null
+++ b/gnome-help/C/about-os.page
@@ -0,0 +1,46 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="about-os">
+
+ <info>
+ <link type="guide" xref="about" group="os"/>
+
+ <revision pkgversion="44.0" date="2023-02-04" status="draft"/>
+
+ <credit type="author">
+ <name>David King</name>
+ <email>amigadave@amigadave.com</email>
+ </credit>
+
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+ <desc>Discover information about the operating system installed on your
+ system.</desc>
+ </info>
+
+ <title>Find information about your operating system</title>
+
+ <p>Knowing about what operating system is installed may help you understand
+ if new software or hardware will be compatible with your system.</p>
+
+ <steps>
+ <item>
+ <p>Open the <gui xref="shell-introduction#activities">Activities</gui>
+ overview and start typing <gui>About</gui>.</p>
+ </item>
+ <item>
+ <p>Press <gui>About</gui> to open the panel.</p>
+ </item>
+ <item>
+ <p>Look at the information that is listed under <gui>OS Name</gui>,
+ <gui>OS Type</gui>, <gui>GNOME Version</gui> and so on.</p>
+ </item>
+ </steps>
+
+ <note style="tip">
+ <p>Information can be copied from each item by selecting it and then
+ copying to the clipboard. This makes it easy to share information about
+ your system with others.</p>
+ </note>
+
+</page>
diff --git a/gnome-help/Makefile.am b/gnome-help/Makefile.am
index 3bfdf07b..76f7ea2b 100644
--- a/gnome-help/Makefile.am
+++ b/gnome-help/Makefile.am
@@ -176,6 +176,7 @@ HELP_FILES = \
about.page \
about-hardware.page \
about-hostname.page \
+ about-os.page \
about-this-guide.page \
accounts-add.page \
accounts-disable-service.page \