-
Notifications
You must be signed in to change notification settings - Fork 513
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
chore(macros/LearnSidebar): add Games Developing section #10064
Conversation
This looks good to me. One other one looks interesting: https://developer.mozilla.org/en-US/docs/Games/Techniques do you think it's worth adding? |
kumascript/macros/LearnSidebar.ejs
Outdated
link: "../Games", | ||
subsections: [ | ||
{ | ||
name: "Guides_and_tutorials", | ||
pages: [ | ||
"../Games/Introduction", | ||
"../Games/Tutorials", | ||
"../Games/Publishing_games", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@caugner do you know if there's a different way to handle relative paths like this, or is ../
okay to use here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was the only way I could get out of the Learn section. It works, but there might be a better way :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess the best would be to move the Games section inside the Learn section, but otherwise I'm glad that the ../
syntax works. It makes it obvious that we're including pages from a different section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move the Games section inside the Learn section
That's a good idea. We should keep this in mind for Learn area refresh when we get to it.
A good one! Added. |
Thanks, both! 🙌🏻 |
Summary
Features the Games section and a few articles in the Learn sidebar.
Fixes #8948
Problem
Low visibility of the Games section.
Solution
Screenshots