From 82b88dbc6e82821bd2f76ebba88ce79a6cd527fe Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Wed, 19 Jan 2022 11:50:57 -0800 Subject: [PATCH] docs: Link to supported config kinds in `config write` Remove statement about service-defaults and proxy-defaults being the only supported configuration entry types. Update the sentence to point to the configuration entry documentation for a list of supported types. --- website/content/commands/config/write.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/content/commands/config/write.mdx b/website/content/commands/config/write.mdx index d577999b4f..214b92a247 100644 --- a/website/content/commands/config/write.mdx +++ b/website/content/commands/config/write.mdx @@ -70,8 +70,9 @@ From stdin: ### Config Entry examples -All config entries must have a `Kind` when registered. Currently, the only -supported types are `service-defaults` and `proxy-defaults`. +All config entries must have a `Kind` when registered. See +[Service Mesh - Config Entries](/docs/connect/config-entries) for the list of +supported config entries. #### Service defaults