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

Update typeDoc generation #285

Merged
merged 1 commit into from
May 31, 2023

Conversation

freydev
Copy link
Contributor

@freydev freydev commented May 30, 2023

Corrected the documentation generator, fixed the parser of empty sections

@freydev freydev mentioned this pull request May 30, 2023
@@ -103,12 +132,12 @@ function getName(node) {
}

function generateSidemenu(nodes) {
let ignore = ['LazyResult', 'Processor', 'Container', 'Node']
let ignore = []
Copy link
Member

Choose a reason for hiding this comment

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

We need this array to clean side-menu from internal classes.

The idea is that developers should not look at Node class. They should use Declaration, AtRule, Rule instead.

Copy link
Member

Choose a reason for hiding this comment

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

But you are right, the ignore was broken on production

@ai ai merged commit 12bad74 into postcss:main May 31, 2023
@ai
Copy link
Member

ai commented May 31, 2023

Thanks. Now in production.

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.

2 participants