From 2f87a43db78e97f3b4c233431c6fe328f705b320 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Mon, 12 Oct 2020 15:33:28 -0700 Subject: [PATCH] Disable taxonomies --- daprdocs/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daprdocs/config.toml b/daprdocs/config.toml index 6cd01a42d..21bc80183 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -16,6 +16,8 @@ github_repo = "https://github.com/dapr/docs" github_project_repo = "https://github.com/dapr/dapr" github_subdir = "daprdocs" +disableKinds = ["taxonomy", "term"] + # Algolia # algolia_docsearch = true # sidebar_search_disable = true