Skip to content

Update typeDoc generation#285

Merged
ai merged 1 commit into
postcss:mainfrom
freydev:feature/update_typedoc_generation
May 31, 2023
Merged

Update typeDoc generation#285
ai merged 1 commit into
postcss:mainfrom
freydev:feature/update_typedoc_generation

Conversation

@freydev
Copy link
Copy Markdown
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
Comment thread scripts/build-api.js

function generateSidemenu(nodes) {
let ignore = ['LazyResult', 'Processor', 'Container', 'Node']
let ignore = []
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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