Skip to content
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

feat: new nav macros #15

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

feat: new nav macros #15

wants to merge 8 commits into from

Conversation

undead404
Copy link
Contributor

To be honest, I'm not sure if this change is necessary

@undead404 undead404 added the enhancement New feature or request label Jan 24, 2024
@undead404 undead404 self-assigned this Jan 24, 2024
@@ -148,6 +148,10 @@ enum MetaMacros {
cssref = 'cssref',
jsref = 'jsref',
jssidebar = 'jssidebar',
glossarysidebar = 'glossarysidebar',
htmlsidebar = 'htmlsidebar',
svgref = 'svgref',
Copy link
Member

Choose a reason for hiding this comment

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

the output of meta macros goes separately from other content. So, first:

  • all sidebars should go to meta macros, otherwise they'll output directly into the page and it won't end up well.
  • there also changes to be made on platform, because it also recognizes only a certain subset of macros

Copy link
Member

Choose a reason for hiding this comment

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

So, yes: your change is absolutely necessary here, and also it's no sufficient to get the structure displayed on UI

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No worries, I debugged everything in https://github.com/webdoky/platform-next, just wasn't always sure I know what I'm doing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants