diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-01-13 14:12:02 +0000 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-01-13 14:32:10 +0000 |
commit | 97bb1102193e274208ed1db7dc2a8b9445959f94 (patch) | |
tree | 49bd43891bece0591619c493af1acabc335a961d /doc/book/connect/_index.md | |
parent | f5746a46f9ac34a4c189090c2bbd210e60094ee9 (diff) | |
download | garage-97bb1102193e274208ed1db7dc2a8b9445959f94.tar.gz garage-97bb1102193e274208ed1db7dc2a8b9445959f94.zip |
doc: Added observability.md.
Diffstat (limited to 'doc/book/connect/_index.md')
-rw-r--r-- | doc/book/connect/_index.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/book/connect/_index.md b/doc/book/connect/_index.md index ca44ac17..93a2b87e 100644 --- a/doc/book/connect/_index.md +++ b/doc/book/connect/_index.md @@ -10,11 +10,12 @@ Garage implements the Amazon S3 protocol, which makes it compatible with many ex In particular, you will find here instructions to connect it with: - - [Browsing tools](@/documentation/connect/cli.md) - [Applications](@/documentation/connect/apps/index.md) - - [Website hosting](@/documentation/connect/websites.md) - - [Software repositories](@/documentation/connect/repositories.md) + - [Browsing tools](@/documentation/connect/cli.md) - [FUSE](@/documentation/connect/fs.md) + - [Observability](@/documentation/connect/observability.md) + - [Software repositories](@/documentation/connect/repositories.md) + - [Website hosting](@/documentation/connect/websites.md) ### Generic instructions |