Skip to content

Commit

Permalink
Modify headers for overview
Browse files Browse the repository at this point in the history
  • Loading branch information
slipstream8125 committed Oct 21, 2024
1 parent 62784ab commit 2c7d2c7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/intro/downloadiso.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
2 changes: 1 addition & 1 deletion src/content/docs/intro/partners.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions src/content/docs/strata/Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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 :


Expand Down
6 changes: 3 additions & 3 deletions src/content/docs/tools/StratVIM/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 4 additions & 4 deletions src/content/docs/tools/StratVIM/02-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
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:

```bash
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 :
Expand Down

0 comments on commit 2c7d2c7

Please sign in to comment.