docs(web): some fixes

The last example is TOML too, and flipping the order of footnotes and
expanded link URLs (or however that's called) fixes them.

Change-Id: Ia8f1dc72e2622f41b18fb4746966e667d9882456
Reviewed-on: https://cl.snix.dev/c/snix/+/30446
Autosubmit: Florian Klink <flokli@flokli.de>
Tested-by: besadii
Reviewed-by: Vova Kryachko <v.kryachko@gmail.com>
This commit is contained in:
Florian Klink 2025-05-04 18:58:01 +03:00 committed by clbot
parent dd3b447428
commit 2308cb188f

View file

@ -154,7 +154,7 @@ database.
This also showcases how PathInfo services can refer to other store types (blob
services, directory services).
```
```toml
[blobservices.root]
type = "objectstore"
object_store_url = "file:///var/lib/snix-store/blobs.object_store"
@ -183,6 +183,6 @@ blob_service = "root"
directory_service = "root"
```
[^1]: In some leaf binary crates, this can also be controlled via the `xp-store-composition-cli` feature in the leaf crate itself.
[rustdoc-castore-composition]: https://snix.dev/rustdoc/snix_castore/composition/index.html
[rustdoc-store-composition]: https://snix.dev/rustdoc/snix_store/composition/index.html
[^1]: In some leaf binary crates, this can also be controlled via the `xp-store-composition-cli` feature in the leaf crate itself.