[websites/rkward-kde-org] /: Flatten menu (because nested menu is broken, somehow)

Thomas Friedrichsmeier null at kde.org
Wed Nov 29 22:02:31 GMT 2023


Git commit 30f510b6dc1cf8e334ed8fb3f05f9cf4cd03f5bf by Thomas Friedrichsmeier.
Committed on 29/11/2023 at 23:01.
Pushed by tfry into branch 'master'.

Flatten menu (because nested menu is broken, somehow)

M  +8    -0    About.md
M  +3    -10   Download_RKWard.md
M  +5    -23   _config.yml

https://invent.kde.org/websites/rkward-kde-org/-/commit/30f510b6dc1cf8e334ed8fb3f05f9cf4cd03f5bf

diff --git a/About.md b/About.md
index cf18c35..def9d77 100644
--- a/About.md
+++ b/About.md
@@ -17,6 +17,14 @@ RKWard's features include:
 
 RKWard's features can be extended by plugins, and it's all free software.
 
+## Screenshots
+
+[Screenshots](Screenshots.html)
+
+## User Documentation
+
+[Documentation Section](User_Documentation.html)
+
 ## Citation
 
   - Suggested citation for RKWard itself (please do not forget to update the version number as appropriate): Friedrichsmeier, T. & the RKWard Team (2022). RKWard: Frontend to the R statistics language. Version 0.7.4. https://rkward.kde.org
diff --git a/Download_RKWard.md b/Download_RKWard.md
index dc4c71b..50494c5 100644
--- a/Download_RKWard.md
+++ b/Download_RKWard.md
@@ -2,8 +2,6 @@
 layout: page
 ---
 
-# Download RKWard
-
 ## Official source releases
 
 The latest official source packages. See [Building RKWard From Source](Building_RKWard_From_Source.html) for help on compiling.
@@ -11,20 +9,15 @@ The latest official source packages. See [Building RKWard From Source](Building_
 - **[rkward-0.7.5](https://download.kde.org/stable/rkward/0.7.5/rkward-0.7.5.tar.gz)** (released Oct 24, 2022)
 - [ChangeLog](https://invent.kde.org/education/rkward/-/blob/releases/0.7.5/ChangeLog)
 
-## Compiled packages and system specific instructions
-
-Ready-made binaries or hands-on instructions are available for many
-different setups:
-
-### Linux / Unix / BSD binaries
+## Linux / Unix / BSD binaries
 
 Please refer to this page for more info: [Binaries and Build Scripts](Binaries_and_Build_Scripts.html).
 
-### Windows Installer
+## Windows Installer
 
 See [RKWard on Windows](RKWard_on_Windows.html) for details.
 
-### Mac OS X Installer
+## Mac OS X Installer
 
 See [RKWard on Mac](RKWard_on_Mac.html) for details.
 
diff --git a/_config.yml b/_config.yml
index 5d39c01..c5ce58d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -23,30 +23,12 @@ collections:
 
 navigation:
   top:
-    - title: Learn
-      subnav:
-      - title: Overview
-        url: /About.html
-      - title: Screenshots
-        url: /Screenshots.html
-      - title: User Documentation
-        url: /User_Documentation.html
+    - title: About
+      url: /About.html
     - title: Download
-      subnav:
-      - title: Official sources
-        url: /Download_RKWard.html
-      - title: Binaries for Windows
-        url: /RKWard_on_Windows.html
-      - title: Binaries for Mac
-        url: /RKWard_on_Mac.html
-      - title: Linux / Unix packages
-        url: /Binaries_and_Build_Scripts.html
-    - title: Get support
-      subnav:
-      - title: Report a bug or wish
-        url: /Bugs.html
-      - title: Get in contact
-        url: /Contact.html
+      url: /Download_RKWard.html
+    - title: Support
+      url: /Contact.html
     - title: Get Involved
       url: /Developer_Information.html
     - title: Donate


More information about the rkward-tracker mailing list