Skip to content

sidebar nested pages#762

Open
alex-cit wants to merge 1 commit into
mainfrom
iss_761-sidebar-nested-pages
Open

sidebar nested pages#762
alex-cit wants to merge 1 commit into
mainfrom
iss_761-sidebar-nested-pages

Conversation

@alex-cit
Copy link
Copy Markdown
Contributor

fix #761
Nested pages in the sidebar now have un-clickable "subsection title" instead of a docs page. Instead of using "overview" I changed the titles a bit to better represent the content.

@alex-cit alex-cit requested a review from tomasMizera May 11, 2026 13:23
Copy link
Copy Markdown
Contributor

@tomasMizera tomasMizera left a comment

Choose a reason for hiding this comment

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

Looking good, thanks! I have just some minor comments. Also, do links remain the same or do we need to add redirects?

{ text: 'Widgets', link: '/layer/form-widgets/',
{ text: 'Widgets',
items: [
{ text: 'Form Widgets Gallery', link: '/layer/form-widgets/' },
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

How about "Available Widgets"? I am concerned "gallery" might be confusing as we also have a gallery widget.

{ text: 'Layout',
collapsed: true,
items: [
{ text: 'Attributes Form Layout', link: '/layer/form-layout/' },
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I'd go with "Form Layout" or "Form Layout Overview", we call this section simply "Forms" (without "Attribute")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sidebar - nested pages - all pages nested under unclickable subsection name

2 participants