From fc69da44191d0c2990e2970be00b06f7d6336b05 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 27 Nov 2023 19:51:55 +0100 Subject: [PATCH] Add custom sidebar label Will be used for https://github.com/hydephp/develop/commit/50b4398be1805fe2f27127653bd27e03d8cac842 when https://github.com/hydephp/develop/pull/1481 is released --- config/docs.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/docs.php b/config/docs.php index fc8fdfe2..50ec5ec2 100644 --- a/config/docs.php +++ b/config/docs.php @@ -55,7 +55,11 @@ 'installation', 'getting-started', ], - + + 'sidebar_group_labels' => [ + 'extensions' => 'Extensions & Integrations', + ], + /* |-------------------------------------------------------------------------- | Table of Contents Settings @@ -132,4 +136,5 @@ */ 'flattened_output_paths' => true, + ];