Skip to content

Commit

Permalink
Add placeholder for custom group name
Browse files Browse the repository at this point in the history
See #1467 (using camelCase as that's what other page schemas use)
  • Loading branch information
caendesilva committed Nov 24, 2023
1 parent 648a506 commit 50b4398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/extensions/extensions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
navigation:
label: "Extensions & Integrations"
groupName: "Extensions & Integrations"
priority: 80
---

Expand Down

2 comments on commit 50b4398

@caendesilva
Copy link
Member Author

@caendesilva caendesilva commented on 50b4398 Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can now be reverted after #1481 is merged, and be replaced by:

'sidebar_group_labels' => [
    'extensions' => 'Extensions & Integrations',
],

@caendesilva
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted in #1482 (1ca7290)

Please sign in to comment.