mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
doc: add pilot and plugins documentation.
This commit is contained in:
committed by
Traefiker Bot
parent
c42f1b7a50
commit
720bef97e6
@@ -57,6 +57,11 @@ THIS FILE MUST NOT BE EDITED BY HAND
|
||||
w.writeln()
|
||||
|
||||
for i, flat := range flats {
|
||||
// TODO must be move into the flats creation.
|
||||
if flat.Name == "experimental.plugins.<name>" || flat.Name == "TRAEFIK_EXPERIMENTAL_PLUGINS_<NAME>" {
|
||||
continue
|
||||
}
|
||||
|
||||
w.writeln("`" + prefix + strings.ReplaceAll(flat.Name, "[0]", "[n]") + "`: ")
|
||||
if flat.Default == "" {
|
||||
w.writeln(flat.Description)
|
||||
|
||||
Reference in New Issue
Block a user