Add title and description metadata to documentation pages

This commit is contained in:
Ludovic Fernandez 2022-04-15 15:44:08 +02:00 committed by GitHub
parent ffdd693ff6
commit 7c4bf602f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
116 changed files with 573 additions and 2 deletions

View file

@ -1,3 +1,8 @@
---
title: "Traefik CLI Flags Documentation"
description: "Reference the CLI flags for static configuration in Traefik Proxy. Read the technical documentation."
---
# Static Configuration: CLI
--8<-- "content/reference/static-configuration/cli-ref.md"

View file

@ -1,3 +1,8 @@
---
title: "Traefik Environment Variables Documentation"
description: "Reference the environment variables for static configuration in Traefik Proxy. Read the technical documentation."
---
# Static Configuration: Environment variables
--8<-- "content/reference/static-configuration/env-ref.md"

View file

@ -1,3 +1,8 @@
---
title: "Traefik File Static Configuration"
description: "Reference the YAML and TOML files for static configuration in Traefik Proxy. Read the technical documentation."
---
# Static Configuration: File
```yml tab="YAML"

View file

@ -1,3 +1,8 @@
---
title: "Traefik Static Configuration Overview"
description: "Read the official Traefik documentation to get started with static configuration in Traefik Proxy."
---
# Static Configuration
- [File](./file.md)