From 2c7d2c718ae99e408be69acdb70c62b63988ed1a Mon Sep 17 00:00:00 2001 From: Slipstream Date: Mon, 21 Oct 2024 11:16:57 +0530 Subject: [PATCH] Modify headers for overview --- src/content/docs/intro/downloadiso.md | 4 ++-- src/content/docs/intro/partners.md | 2 +- src/content/docs/strata/Ubuntu.md | 4 ++-- src/content/docs/tools/StratVIM/01-introduction.md | 6 +++--- src/content/docs/tools/StratVIM/02-installation.md | 8 ++++---- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/content/docs/intro/downloadiso.md b/src/content/docs/intro/downloadiso.md index 50caf3f..b2161b5 100644 --- a/src/content/docs/intro/downloadiso.md +++ b/src/content/docs/intro/downloadiso.md @@ -5,10 +5,10 @@ description: Documentation designed to be devoured in as little time as possible StratOS can be downloaded from either [GitHub](https://github.com/StratOS-Linux/) or [SourceForge](https://sourceforge.net/u/stratos-linux/profile) -# Links for the Gnome Flavor +## Links for the Gnome Flavor - Github : [Link](https://github.com/StratOS-Linux/gnome-iso/releases) - SourceForge : [Link](https://sourceforge.net/projects/stratos-gnome-iso/files/) -# Links for the Hyprland Flavor +## Links for the Hyprland Flavor - GitHub : [Link](https://github.com/StratOS-Linux/hyprland-iso/releases) - SourceForge : [Link](https://sourceforge.net/projects/stratos-hyprland-iso/files/) diff --git a/src/content/docs/intro/partners.md b/src/content/docs/intro/partners.md index e544292..6c8f10a 100644 --- a/src/content/docs/intro/partners.md +++ b/src/content/docs/intro/partners.md @@ -3,6 +3,6 @@ title: Our Partners description: Partners and Backers of the StratOS team --- -# Altacee : +## Altacee - Altacee is a web hosting company that provides StratOS Linux team with web hosting and other services. diff --git a/src/content/docs/strata/Ubuntu.md b/src/content/docs/strata/Ubuntu.md index b92ec39..07dd17b 100644 --- a/src/content/docs/strata/Ubuntu.md +++ b/src/content/docs/strata/Ubuntu.md @@ -2,7 +2,7 @@ title: Ubuntu on StratOS --- -# What is Ubuntu? +## What is Ubuntu? Ubuntu is a Linux distribution developed by Canonical. It is one of the most popular distribution due to its simplicity and ease of use for people new to Linux. @@ -12,7 +12,7 @@ Ubuntu was one of the first Linux distributions to have a scheduled release cycl Ubuntu uses a Y.MM naming scheme for its version number. For example, Ubuntu 22.04 is meant to denote that this version of Ubuntu was released of the April of 2022. -# How to use Ubuntu in StratOS +## How to use Ubuntu in StratOS StratOS has out-of-the-box (OOTB) support for Ubuntu : diff --git a/src/content/docs/tools/StratVIM/01-introduction.md b/src/content/docs/tools/StratVIM/01-introduction.md index ac0fccb..7f22891 100644 --- a/src/content/docs/tools/StratVIM/01-introduction.md +++ b/src/content/docs/tools/StratVIM/01-introduction.md @@ -4,13 +4,13 @@ title: What is StratVIM? ![StratVIM working on StratOS](./images/StratVIM.png) -# Introduction: +## Introduction: StratVIM is a custom neovim configuration made for StratOS. -# What is it made using? +## What is it made using? It is made using [lazy.nvim](https://github.com/folke/lazy.nvim) as its plugin manager. It contains some extra plugins like telescope-themes, cheatsheet.nvim etc for the convenience of the user. -# What features does StratVIM have ? +## What features does StratVIM have ? - Theme switching using [telescope-themes](https://github.com/andrew-george/telescope-themes) diff --git a/src/content/docs/tools/StratVIM/02-installation.md b/src/content/docs/tools/StratVIM/02-installation.md index 047b292..1f8fea7 100644 --- a/src/content/docs/tools/StratVIM/02-installation.md +++ b/src/content/docs/tools/StratVIM/02-installation.md @@ -2,11 +2,11 @@ title: Installing StratVIM --- -# Prerequisites: +## Prerequisites: - Install [Neovim v0.9+](https://github.com/neovim/neovim). - Make sure you have [npm](https://npmjs.com/), [node](https://nodejs.org/), [cargo](https://www.rust-lang.org/tools/install), [pip](https://pypi.org/project/pip/), [python](https://www.python.org/), [git](https://git-scm.com/) and [lazygit](https://github.com/jesseduffield/lazygit) installed in your system. -# How to install ? +## How to install ? - Clone the [StratVIM](https://github.com/StratOS-Linux/StratVIM) git repository into the .config folder: @@ -14,14 +14,14 @@ title: Installing StratVIM git clone https://github.com/lugvitc/StratVIM.git ~/.config/nvim ``` -# Updating plugins in StratVIM : +## Updating plugins in StratVIM : To update plugins in StratVIM, use the `:Lazy` command inside StratVIM: ```bash :Lazy sync ``` -# Uninstalling StratVIM : +## Uninstalling StratVIM : To uninstall StratVIM and its plugins: - First remove the nvim folder from the .config directory :