Effect-TS / docgen

An opinionated documentation generator for Effect projects
https://effect-ts.github.io/docgen
MIT License
34 stars 8 forks source link

Support deeply nested namespaces #84

Closed vecerek closed 2 weeks ago

vecerek commented 2 weeks ago

What is the problem this feature would solve?

The docgen would fail with the following error when encountering deeply nested TS namespaces.

[Markdown] Unsupported namespace nesting: 4

What is the feature you are proposing to solve the problem?

Cap the level of heading at H4 for all namespaces at depth level of 3+.

What alternatives have you considered?

None