Skip to content

Commit

Permalink
Merge pull request #33 from ellenfieldn/fix-links-typos-errors
Browse files Browse the repository at this point in the history
Fix links, typos, and errors
  • Loading branch information
NiHaiden authored Jan 20, 2025
2 parents b51bf1e + ca6550a commit 16f24b9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: latest

- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
with:
prettier_options: --write **/*.{ts,js,md}
github_token: ${{ github.token }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Aurora Docs

These docs are pretty sparse on purpose as Aurora's intended to be invisible. Ideally the docs should be able to be consumed in one sitting.
These docs are pretty sparse on purpose as Aurora is intended to be invisible. Ideally, the docs should be able to be consumed in one sitting.

## Guidelines

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Manage installed Flatpaks by downgrading, backing up user data, and adding addit

### Pre-Installed Aurora Packages

Unfortunately, due to a limitation with OCI images, there are too many downsides to recommend uninstalling the pre-installed packages that ship with Aurora without [forking the project](https://github.com/ublue-os/bluefin/fork), building your own based on our [template](https://github.com/ublue-os/image-template), or using the unaffiliated [Blue-Build](https://blue-build.org/learn/universal-blue/) project.
Unfortunately, due to a limitation with OCI images, there are too many downsides to recommend uninstalling the pre-installed packages that ship with Aurora without [forking the project](https://github.com/ublue-os/aurora/fork), building your own based on our [template](https://github.com/ublue-os/image-template), or using the unaffiliated [Blue-Build](https://blue-build.org/learn/universal-blue/) project.

These downsides include:

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ System updates are image-based and automatic. Applications are logically separat

## For Users

- [Ptyxis terminal](https://universal-blue.discourse.group/docs?topic=300) for container-focused workflows
- [Ptyxis terminal](https://devsuite.app/ptyxis/) for container-focused workflows
- [Boxbuddy](https://flathub.org/apps/io.github.dvlv.boxbuddyrs) for container management
- [Tailscale](https://tailscale.com) - included for VPN along with `wireguard-tools`
- KDE Discover with [Flathub](https://flathub.org):
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/quadlet.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ By default quadlet require full repository name. Most image are in docker hub so

### Running Rootful Container as Quadlet

While ideally you would run all container using rootless podman, sadly not all container will work with it. If you noticed in the beginning, this guide used nginx-unprivileged rather than the normal nginx, this because it need root to function. To use rootful podman, you will need to use different quadlet path and run using root systemctl (without `--user`).
While ideally you would run all container using rootless podman, sadly not all container will work with it. If you noticed in the beginning, this guide used nginx-unprivileged rather than the normal nginx, this because it needs root to function. To use rootful podman, you will need to use a different quadlet path and run using root systemctl (without `--user`).

Rootful Quadlet Path

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: How to install software on Aurora

## Flatpak

[Flatpak](https://www.flatpak.org/) is the primary package method for graphical applications. By default, the [Flathub](https://www.flathub.org) remote is used which contains several popular applications to install from. Install Flatpaks with the **Discover** application.
[Flatpak](https://flatpak.org) is the primary package method for graphical applications. By default, the [Flathub](https://www.flathub.org) remote is used which contains several popular applications to install from. Install Flatpaks with the **Discover** application.

## Homebrew

Expand All @@ -29,4 +29,4 @@ Layer RPM packages to the host like a traditional Linux operating system which c
- High potential for broken upgrades due to dependency issues.
- Slower updates due to adding an extra layer to the deployment.

Read more about layering packages to the host [here](https://docs.getaurora.dev/guides/layerapp/).
Read more about layering packages to the host [here](/guides/layerapp).
2 changes: 1 addition & 1 deletion docs/guides/start-icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: How to change your start icon
description: How to change your start icon
---

Updating your start icon in Aurora is a straight-forward process. You'll have access to both a sleek white version and a vibrant, colorful option to customize your experience. By default, the colorful version is selected.
Updating your start icon in Aurora is a straight-forward process. You'll have access to both a sleek white version and a vibrant, colorful option to customize your experience. By default, the white version is selected.

1. Firstly, open the settings for the application launcher. This can be done by right clicking the application launcher icon on your taskbar. It will show a menu, select "Configure Application Launcher".

Expand Down

0 comments on commit 16f24b9

Please sign in to comment.