From c69245eb0c376458799660cd6aa4ac97f18f124e Mon Sep 17 00:00:00 2001 From: Steven Spencer Date: Tue, 1 Feb 2022 10:59:50 -0600 Subject: [PATCH] Edit 535 * Move submitted document to guides/editors, instead of gemstones * Moved the images folder there as well * Updated the images folder link, which was not relative, so would have broken with any future moves too. * Shortened the meta name so that it fits better on the side menu * Added "tested with:" meta item to show that it has been tested with version 8.5 * Fix the .pages file so that "Editors" falls alphabetically in the correct position in the side menu. --- docs/guides/.pages | 1 + .../editors}/images/micro-text-editor.png | Bin docs/{gemstones => guides/editors}/micro.md | 8 +++++--- 3 files changed, 6 insertions(+), 3 deletions(-) rename docs/{gemstones => guides/editors}/images/micro-text-editor.png (100%) rename docs/{gemstones => guides/editors}/micro.md (95%) diff --git a/docs/guides/.pages b/docs/guides/.pages index 6c52400076..58346fb81f 100644 --- a/docs/guides/.pages +++ b/docs/guides/.pages @@ -12,6 +12,7 @@ nav: - Database: database - Desktop: desktop - DNS: dns + - Editors: editors - Email: email - File Sharing Services: file_sharing - Git: git diff --git a/docs/gemstones/images/micro-text-editor.png b/docs/guides/editors/images/micro-text-editor.png similarity index 100% rename from docs/gemstones/images/micro-text-editor.png rename to docs/guides/editors/images/micro-text-editor.png diff --git a/docs/gemstones/micro.md b/docs/guides/editors/micro.md similarity index 95% rename from docs/gemstones/micro.md rename to docs/guides/editors/micro.md index 2376fd6067..a328a385bc 100644 --- a/docs/gemstones/micro.md +++ b/docs/guides/editors/micro.md @@ -1,6 +1,8 @@ --- -title: How to Install micro on Rocky Linux +title: Install micro on Rocky Linux author: Ezequiel Bruni +contributors: Steven Spencer +tested version: 8.5 --- # Install micro on Rocky Linux @@ -18,9 +20,9 @@ author: Ezequiel Bruni And here’s how it looks in my own terminal: -![A screenshot of the micro text editor](D:\dev\RockyLinux\documentation\docs\gemstones\images\micro-text-editor.png) +![A screenshot of the micro text editor](images/micro-text-editor.png) -!!!Note +!!! Note You *can* install micro via a snap app. If you're already using snap on your machine.. I mean... why not? But I prefer to get it straight from the source.