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, + ];