From 56a1795bbf7c0c1575b7e0671d2685248c2e2ec5 Mon Sep 17 00:00:00 2001 From: Jorge Martinez Date: Thu, 28 Aug 2025 15:04:23 +0200 Subject: [PATCH 1/2] fix(docs): advanced search bar --- doc/source/conf.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index a863a3b340..056d044875 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -74,6 +74,27 @@ "static_search": { "limit": 10, "minMatchCharLength": 2, + "search_filters": { + "Getting started": [ + "getting-started", + "getting-started/", + ], + "User guide": [ + "user-guide", + "user-guide/", + ], + "API reference": [ + "api/", + ], + "Examples": [ + "examples" + "examples/" + ], + "Contributing": [ + "contributing", + "contributing/", + ], + } }, } html_static_path = ["_static"] From f0b888342ac74ac924e3745abf50193848130b33 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 28 Aug 2025 13:06:25 +0000 Subject: [PATCH 2/2] chore: adding changelog file 803.fixed.md [dependabot-skip] --- doc/source/changelog/803.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/803.fixed.md diff --git a/doc/source/changelog/803.fixed.md b/doc/source/changelog/803.fixed.md new file mode 100644 index 0000000000..98126cba03 --- /dev/null +++ b/doc/source/changelog/803.fixed.md @@ -0,0 +1 @@ +Advanced search bar