aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-02-02 14:05:17 +0100
committerAlex Auvolat <alex@adnab.me>2022-02-07 16:01:48 +0100
commit7d68b7060e99fa3547700558444382815ce9d1cc (patch)
tree5f41412747157044d401f3e790c3a3b994cce06e
parent99ed67503c22b327143f3831402aae0964f05bed (diff)
downloadgarage-doc/clean-and-tests.tar.gz
garage-doc/clean-and-tests.zip
Fix anchors in linksdoc/clean-and-tests
-rw-r--r--doc/book/connect/cli.md8
-rw-r--r--doc/book/connect/repositories.md4
-rw-r--r--doc/book/connect/websites.md2
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/book/connect/cli.md b/doc/book/connect/cli.md
index 61f4feba..fa645078 100644
--- a/doc/book/connect/cli.md
+++ b/doc/book/connect/cli.md
@@ -8,11 +8,11 @@ These tools are particularly suitable for debug, backups, website deployments or
| Name | Status | Note |
|------|--------|------|
-| [Minio client](#minio-client-recommended) | ✅ | Recommended |
+| [Minio client](#minio-client) | ✅ | Recommended |
| [AWS CLI](#aws-cli) | ✅ | Recommended |
| [rclone](#rclone) | ✅ | |
| [s3cmd](#s3cmd) | ✅ | |
-| [(Cyber)duck](#cyberduck--duck) | ✅ | |
+| [(Cyber)duck](#cyberduck) | ✅ | |
| [WinSCP (libs3)](#winscp) | ✅ | No instructions yet |
@@ -177,7 +177,7 @@ s3cmd put /tmp/hello.txt s3://my-bucket/
s3cmd get s3://my-bucket/hello.txt hello.txt
```
-## Cyberduck & duck
+## Cyberduck & duck {#cyberduck}
Both Cyberduck (the GUI) and duck (the CLI) have a concept of "Connection Profiles" that contain some presets for a specific provider.
We wrote the following connection profile for Garage:
@@ -279,7 +279,7 @@ duck --upload /tmp/object.txt garage:/my-files/another-object.txt
duck --delete garage:/my-files/an-object.txt
```
-## WinSCP (libs3)
+## WinSCP (libs3) {#winscp}
*No instruction yet. You can find ones in french [in our wiki](https://wiki.deuxfleurs.fr/fr/Guide/Garage/WinSCP).*
diff --git a/doc/book/connect/repositories.md b/doc/book/connect/repositories.md
index 696ef9a4..4b14bb46 100644
--- a/doc/book/connect/repositories.md
+++ b/doc/book/connect/repositories.md
@@ -9,8 +9,8 @@ Garage can also help you serve this content.
| Name | Status | Note |
|------|--------|------|
| [Gitea](#gitea) | ✅ | |
-| [Docker](#generic-static-site-generator) | ✅ | Requires garage >= v0.6.0 |
-| [Nix](#generic-static-site-generator) | ✅ | |
+| [Docker](#docker) | ✅ | Requires garage >= v0.6.0 |
+| [Nix](#nix) | ✅ | |
| [Gitlab](#gitlab) | ❓ | Not yet tested |
diff --git a/doc/book/connect/websites.md b/doc/book/connect/websites.md
index 6a6d3185..da3dac90 100644
--- a/doc/book/connect/websites.md
+++ b/doc/book/connect/websites.md
@@ -71,7 +71,7 @@ Now, each time you want to publish your website from Publii, just hit the bottom
Some tools do not support sending to a S3 backend but output a compiled folder on your system.
We can then use any CLI tool to upload this content to our S3 target.
-First, start by [configuring minio client](@/documentation/connect/cli.md#minio-client-recommended).
+First, start by [configuring minio client](@/documentation/connect/cli.md#minio-client).
Then build your website (example for jekyll):