Skip to content

Commit

Permalink
cleanup: remove chronos files, add notice about new docs location
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Mar 26, 2024
1 parent c1aa65c commit 8deb0de
Show file tree
Hide file tree
Showing 38 changed files with 41 additions and 2,095 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Lint

on:
push:
branches: [main]
branches: [kinetic]
pull_request:
branches: [main]
branches: [kinetic]
types: [opened, synchronize, ready_for_review, edited]

jobs:
Expand Down
2 changes: 2 additions & 0 deletions _posts/2022-11-05-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
## Preparation

### Requirements
Expand Down
2 changes: 2 additions & 0 deletions _posts/2022-11-11-contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
Thank you for your interest in our project. This guide will help you with writing articles.

The [**Handbook**](https://github.com/Vanilla-OS/handbook) uses Jekyll and GitHub pages for generating the website.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2022-11-18-first-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
## Introduction

Congratulations, you have successfully installed Vanilla OS.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2022-12-09-install-flatpaks.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
Flatpak is a universal package format for Linux desktop applications. It works on most Linux distributions, Vanilla OS included. Flatpak applications get distributed as bundles, similar to native packages, but they are sandboxed and can be updated independently from the host system.

## Install Flatpak
Expand Down
3 changes: 3 additions & 0 deletions _posts/2022-12-10-install-additional-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ authors:
- mrunix00
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
Drivers are software components that allow the operating system to communicate with hardware devices.

In Vanilla OS, primary drivers are installed automatically during the first setup, but some devices may need additional drivers to work ideally. You can install them using two methods:-
Expand Down
2 changes: 2 additions & 0 deletions _posts/2022-12-10-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
Vanilla OS is a point release distribution that receives two new releases annually with security updates and bug fixes for system components distributed between releases, usually without any new features introduced.

## Difference between Update and Upgrade
Expand Down
2 changes: 2 additions & 0 deletions _posts/2023-01-02-install-distrobox.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
## What is Distrobox?

[**Distrobox**](https://github.com/89luca89/distrobox) is a utility that allows you to run multiple Linux distributions in your system without the need to dual boot or install them in a virtual machine. It enables backward and forward compatibility with software and provides freedom to use whatever distribution you need.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2023-01-07-install-steam.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
## What is Steam?

[**Steam**](https://steampowered.com) is the most popular gaming platform. It allows you to download and play a vast library of games. It's client is available natively on Linux.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2023-01-11-install-and-manage-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
## Introduction

Vanilla OS allows installing packages and software from various sources. This guide will discuss them in detail.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2023-01-11-install-vpn-from-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
## Introduction

This guide provides a step-by-step process for installing an OpenVPN file graphically without using the terminal. It helps users who may be uncomfortable with command-line interfaces or who prefer a more user-friendly approach.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2023-01-19-change-default-shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
## Introduction

Vanilla OS allows you to change your Default Shell to optimize your workflow. This guide will show you how to change your Default Shell to [**Zsh**](https://zsh.sourceforge.io/) or [**Fish**](https://fishshell.com/).
Expand Down
2 changes: 2 additions & 0 deletions _posts/2023-01-21-install-in-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
## Introduction

If you are interested in Vanilla OS, it's a good idea to try it out in a VM before using it on your hardware to get used to the Vanilla OS components. This guide will guide you through installing Vanilla OS with various VM software.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2023-01-23-install-jekyll-and-bundler.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
## Introduction

Jekyll is a popular static site generator for creating blogs, documentation, and personal websites.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2023-01-24-install-openrgb.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
## Introduction

[**OpenRGB**](https://openrgb.org/) is an essential application for managing your RGB appliances. This guide will help you install the Flatpak and AppImage of OpenRGB correctly.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2023-01-26-install-homebrew.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
## Terminologies

- **Package Manager**:- A package manager or package-management system is a utility with a collection of software tools that automates installing, upgrading, configuring, and removing applications or packages.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2023-01-28-install-heroic-games-launcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
## What is Heroic Games Launcher?

[**Heroic Games Launcher**](https://heroicgameslauncher.com/) is an open source game launcher for Linux. It allows you to download and play games from the Epic Games Store and the GOG Galaxy client through a user-friendly interface.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2023-01-28-install-lutris.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
## What is Lutris?

[**Lutris**](https://lutris.net/) is an open-source game launcher for Linux that allows you to download and play games from various platforms such as the Epic Games Store, GOG Galaxy client, Origin, Humble Bundle and many others through a simple interface.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2023-02-05-install-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
## Introduction

[**Docker**](https://www.docker.com/) is an open platform for developing, shipping, and running applications in containerized environments. This guide provides the steps to install the Docker engine and Docker desktop in Vanilla OS.
Expand Down
2 changes: 2 additions & 0 deletions _posts/2023-10-26-install-vivaldi.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ authors:
published: true
---

> This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to <https://docs.vanillaos.org/collections/handbook> for the latest documentation.
## Introduction

[**Vivaldi**](https://vivaldi.com) is a freeware, cross-platform web browser based on Chromium, the open-source project behind Google Chrome. Vivaldi is intended to be a customizable, functional, and practical browser for the web.
Expand Down
165 changes: 0 additions & 165 deletions articles/en/change-default-shell.md

This file was deleted.

Loading

0 comments on commit 8deb0de

Please sign in to comment.