From 7d68b7060e99fa3547700558444382815ce9d1cc Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 2 Feb 2022 14:05:17 +0100 Subject: [PATCH] Fix anchors in links --- doc/book/connect/cli.md | 8 ++++---- doc/book/connect/repositories.md | 4 ++-- doc/book/connect/websites.md | 2 +- 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):