From 10e6725a7e33f9bc88956a8e2e0a7c9cdaf96893 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 13 Aug 2024 19:38:03 -0700 Subject: [PATCH] docs: tools index table (#25370) --- docs/scripts/tool_feat_table.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/scripts/tool_feat_table.py b/docs/scripts/tool_feat_table.py index 85cf7061d1..a6a5876f7d 100644 --- a/docs/scripts/tool_feat_table.py +++ b/docs/scripts/tool_feat_table.py @@ -210,6 +210,11 @@ The following table shows tools that can be used to automate tasks in databases: {database_table} +## All tools + +import {{ IndexTable }} from "@theme/FeatureTables"; + + """ # noqa: E501