update all include rules to use % for markdown formatting
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 34s

This commit is contained in:
2026-04-03 08:00:11 +00:00
parent f173c760e3
commit b994734afd
11 changed files with 12 additions and 12 deletions

View File

@@ -15,6 +15,6 @@ tags: []
> [!IMPORTANT] Audiobookshelf requires a websocket connection. > [!IMPORTANT] Audiobookshelf requires a websocket connection.
```sh ```yaml
{{<include "/srv/configs/docker_compose/audiobookshelf/docker-compose.yaml">}} {{% include "/srv/configs/docker_compose/audiobookshelf/docker-compose.yaml" %}}
``` ```

View File

@@ -15,5 +15,5 @@ tags: []
## Docker Compose Example ## Docker Compose Example
```yaml ```yaml
{{<include "/srv/configs/docker_compose/code-server/docker-compose.yaml">}} {{% include "/srv/configs/docker_compose/code-server/docker-compose.yaml" %}}
``` ```

View File

@@ -13,7 +13,7 @@ tags: []
`Frigate` is a complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras. `Frigate` is a complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras.
```yaml ```yaml
{{<include "/srv/configs/docker_compose/frigate/docker-compose.yaml">}} {{% include "/srv/configs/docker_compose/frigate/docker-compose.yaml" %}}
``` ```
requires to set a `config.yml` in the `/config` volume. requires to set a `config.yml` in the `/config` volume.

View File

@@ -17,5 +17,5 @@ multiple people's pages with their own user accounts and everything.
## Docker Compose Example ## Docker Compose Example
```yaml ```yaml
{{<include "/srv/configs/docker_compose/linkstacks/docker-compose.yaml">}} {{% include "/srv/configs/docker_compose/linkstacks/docker-compose.yaml" %}}
``` ```

View File

@@ -22,5 +22,5 @@ theme and plugins built in.
wont work straight out of the box. wont work straight out of the box.
```yaml ```yaml
{{<include "/srv/configs/docker_compose/mkdocs/docker-compose.yaml">}} {{% include "/srv/configs/docker_compose/mkdocs/docker-compose.yaml" %}}
``` ```

View File

@@ -29,7 +29,7 @@ configurations.
## Docker Compose Example ## Docker Compose Example
```yaml ```yaml
{{<include "/srv/configs/docker_compose/nginx-proxy-manager/docker-compose.yaml">}} {{% include "/srv/configs/docker_compose/nginx-proxy-manager/docker-compose.yaml" %}}
``` ```
Nginx gives you that great routing to your internal networked servers. Also Nginx gives you that great routing to your internal networked servers. Also

View File

@@ -19,7 +19,7 @@ will automatically stop the network if the VPN is not functioning correctly.
## Docker Compose Example ## Docker Compose Example
```yaml ```yaml
{{<include "/srv/configs/docker_compose/qbittorrentvpn/docker-compose.yaml">}} {{% include "/srv/configs/docker_compose/qbittorrentvpn/docker-compose.yaml" %}}
``` ```
To set up the VPN you will need to have an existing account with a VPN service. To set up the VPN you will need to have an existing account with a VPN service.

View File

@@ -18,5 +18,5 @@ status page and dashboard.
## Docker Compose Example ## Docker Compose Example
```yaml ```yaml
{{<include "/srv/configs/docker_compose/uptime-kuma/docker-compose.yaml">}} {{% include "/srv/configs/docker_compose/uptime-kuma/docker-compose.yaml" %}}
``` ```

View File

@@ -17,6 +17,6 @@ deployment where running the official resource-heavy service might not be ideal.
## Docker Compose Example ## Docker Compose Example
```yaml ```yaml
{{<include "/srv/configs/docker_compose/vaultwarden/docker-compose.yaml">}} {{% include "/srv/configs/docker_compose/vaultwarden/docker-compose.yaml" %}}
``` ```

View File

@@ -16,6 +16,6 @@ network.
## Docker Compose Example ## Docker Compose Example
```yaml ```yaml
{{<include "/srv/configs/docker_compose/webtop/docker-compose.yaml">}} {{% include "/srv/configs/docker_compose/webtop/docker-compose.yaml" %}}
``` ```

View File

@@ -19,6 +19,6 @@ nothing gets lost if something is corrupted.
## Docker Compose Example ## Docker Compose Example
```yaml ```yaml
{{<include "/srv/configs/docker_compose/wikijs/wikijs.yaml">}} {{% include "/srv/configs/docker_compose/wikijs/wikijs.yaml" %}}
``` ```