From dc11a64c3ae866ab1210a07fccedb8e805084329 Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Tue, 21 Jan 2025 18:22:51 +0100 Subject: [PATCH] chore: remove html template option --- docs/config.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/config.md b/docs/config.md index c63940fc8..59a16cb82 100644 --- a/docs/config.md +++ b/docs/config.md @@ -38,10 +38,6 @@ Hides the loading animation. Does not apply to CLI or Workflows-rendered docs. Hides the schema title next to to the type. -### htmlTemplate - -Sets the path to the optional HTML file used to modify the layout of the reference docs page. - ### jsonSamplesExpandLevel Sets the default expand level for JSON payload samples (response and request body). The default value is 2, and the maximum supported value is '+Infinity'. It can also be configured as a string with the special value `all` that expands all levels.