diff --git a/docs/configuration.md b/docs/configuration.md index 94584e0..af69012 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1,5 +1,5 @@ - !!! warning "Important Note" - This section shows how to customize klipper-backup according to your needs. certain things like adding the token are already queried by the installation script and automatically inserted if necessary! +!!! note + This section shows how to customize klipper-backup according to your needs. Certain things like adding the token are already queried by the installation script and automatically inserted if necessary! ## .env Now you need your [GitHub token](installation.md#create-github-token). @@ -84,4 +84,5 @@ A small `nano` YouTube tutorial can be found [here](https://youtu.be/mE2YghYpBBE In case you get an error message like `-sh: nano: not found` you should install `nano`: `sudo apt install nano` If you have installed klipper-backup with the `install.sh` script, you should be finished with everything at this point. **Reminder**: You can install features at anytime automatically by running `install.sh` again, so there is no need to do it manually! + In case you want to do it manually for some reason: Next: [The update section](updating.md) \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 0d52d0c..0a07759 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ This documentation provides a complete step-by-step guide to set up [klipper-backup 💾](https://github.com/Staubgeborener/klipper-backup). This guide is specified for the implementation on a Unix system. ## Getting started -To get started with Klipper-Backup, please jump to [Getting Started Guide](installation.md) to see detailed instructions. +To get started with Klipper-Backup, please jump to the [installation section](installation.md) to see detailed instructions. ## Features - The script does the most complex work in the background automatically