Skip to content

Make all JS articles reachable via sidebar #39143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions files/sidebars/jssidebar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ sidebar:
title: Dynamic_scripting_with_JavaScript
- link: /Learn_web_development/Core/Frameworks_libraries
title: JavaScript_frameworks_and_libraries
- title: Guide
- link: /Web/JavaScript/Guide
title: Guide
details: closed
children:
- link: /Web/JavaScript/Guide/Introduction
Expand Down Expand Up @@ -87,37 +88,43 @@ sidebar:
title: Reference
- type: listSubPages
path: /Web/JavaScript/Reference/Global_Objects
includeParent: true
link: /Web/JavaScript/Reference/Global_Objects
title: Global_Objects
details: closed
- type: listSubPages
path: /Web/JavaScript/Reference/Operators
includeParent: true
depth: 2
nested: true
Comment on lines +96 to +97
Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, I notice this but the indentation does not stand out visually. I wish there was a drop-down available for the children.

import.meta
   import.meta.resolve()

Copy link
Member Author

Choose a reason for hiding this comment

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

I do, too :/

link: /Web/JavaScript/Reference/Operators
title: Operators
details: closed
- type: listSubPages
path: /Web/JavaScript/Reference/Statements
includeParent: true
depth: 2
nested: true
link: /Web/JavaScript/Reference/Statements
title: Statements
details: closed
- type: listSubPages
path: /Web/JavaScript/Reference/Functions
includeParent: true
depth: 2
nested: true
link: /Web/JavaScript/Reference/Functions
title: Functions
details: closed
- type: listSubPages
path: /Web/JavaScript/Reference/Classes
includeParent: true
link: /Web/JavaScript/Reference/Classes
title: Classes
details: closed
- type: listSubPages
path: /Web/JavaScript/Reference/Regular_expressions
includeParent: true
link: /Web/JavaScript/Reference/Regular_expressions
title: Guide_RegExp
details: closed
- type: listSubPages
path: /Web/JavaScript/Reference/Errors
includeParent: true
link: /Web/JavaScript/Reference/Errors
title: Errors
details: closed
- title: More
Expand Down