Skip to content

Commit db1b2b5

Browse files
committed
Add detailed navigation management documentation
- Updated Drupal section with individual menu item settings from screenshot - Added Advanced Top Level Main Navigation section for Drupal - Documented Secondary Dropdown Button Label functionality - Added Hide from Main Navigation checkbox documentation - Updated WordPress section with menu management interface details - Documented WordPress Advanced Top Level Main Navigation features - Added screenshot-based instructions for both platforms - Build passes successfully
1 parent 106a180 commit db1b2b5

1 file changed

Lines changed: 45 additions & 4 deletions

File tree

docs/accelerator/04-site-options.md

Lines changed: 45 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,58 @@ The global site options control many sitewide features of your Accelerator proje
4242

4343
### Menu Configuration
4444

45-
- **Hide Top Level Pages**: Configure main navigation to hide specific top-level pages from appearing in the primary navigation menu while keeping them accessible via direct URLs.
46-
- **Menu Structure**: Organize hierarchical menu items and manage their visibility in the main navigation.
45+
Drupal provides individual menu item configuration through the menu editing interface:
46+
47+
#### Individual Menu Item Settings
48+
- **Enabled Checkbox**: Each menu item has an "Enabled" checkbox that controls whether the item appears in the navigation
49+
- **Hide from Navigation**: Uncheck "Enabled" to hide specific top-level pages from appearing in the primary navigation menu while keeping them accessible via direct URLs
50+
51+
#### Advanced Top Level Main Navigation
52+
53+
**Secondary Dropdown Button Label**
54+
- **Purpose**: If added, and this is top-level navigation, this text will display as the text of the second button in the dropdown
55+
- **Use Case**: Useful if the text of the Main dropdown and the secondary button need to be different
56+
- **Application**: This setting ONLY applies if this is a level one page in the main navigation
57+
- **Field**: "Optional Different Text for Link" - Enter custom text for the secondary dropdown button
58+
59+
**Hide from Main Navigation**
60+
- **Purpose**: Useful for top-level landing pages and their children that need to be in the main menu for breadcrumbs and sidebar navigation, but should not be visible as a main dropdown
61+
- **Application**: This setting ONLY applies if this is a level one page in the main navigation
62+
- **Checkbox**: "Hide this item, and any children, in Top Main Navigation Bar" - Check to hide the item and its children from the top navigation while maintaining them in other navigation contexts
4763

4864
</TabItem>
4965

5066
<TabItem value="wp-nav" label="WordPress">
5167

5268
### Menu Configuration
5369

54-
- **Hide Top Level Pages**: Configure main navigation to hide specific top-level pages from appearing in the primary navigation menu while keeping them accessible via direct URLs.
55-
- **Menu Structure**: Organize hierarchical menu items through the WordPress menu system and manage their visibility.
70+
WordPress provides menu configuration through the **Appearance > Menus** interface:
71+
72+
#### Menu Management Interface
73+
- **Menu Location**: Configure which menu appears in "Main Menu" location
74+
- **Drag and Drop**: Reorder menu items by dragging them into preferred order
75+
- **Page Selection**: Add pages from the left panel using checkboxes and "Add to Menu" button
76+
77+
#### Individual Menu Item Settings
78+
- **Navigation Label**: Customize the text that appears in the navigation (can differ from page title)
79+
- **Menu Parent**: Set hierarchical relationships using "No Parent" dropdown
80+
- **Menu Order**: Control positioning with order numbers (e.g., "1 of 4")
81+
82+
#### Advanced Top Level Main Navigation
83+
84+
**Secondary Dropdown Button Label**
85+
- **Purpose**: If added, and this is top level navigation, this text will display as the text of the second button in the dropdown
86+
- **Use Case**: Useful if the text of the Main dropdown and the secondary button need to be different
87+
- **Field**: "Optional Different Text for Link" - Enter custom text for the secondary dropdown button
88+
89+
**Hide in Top Main Navigation Bar**
90+
- **Purpose**: Useful for Top Level landing pages and their children that need to be in the main menu for breadcrumbs and sidebar navigation, but should not be visible as a main dropdown
91+
- **Application**: This setting ONLY applies if this is a level one page in the main navigation
92+
- **Checkbox**: "If chosen, this will hide this item, and its children will not display when in the Top Main Navigation" - Check to hide from top navigation while maintaining in other contexts
93+
94+
#### Menu Actions
95+
- **Save Menu**: Save all menu configuration changes
96+
- **Delete Menu**: Remove the current menu configuration
5697

5798
</TabItem>
5899

0 commit comments

Comments
 (0)