Gerkin
Gerkin
You're supposed to base features on the `develop` branch, not main. Main is for released code only.
You've checked out typedoc before checking out the `develop` branch. So I'm not sure the typedoc submodule is at the expected commit to apply the patch. So, I totally understand...
> > You've checked out typedoc before checking out the develop branch. So I'm not sure the typedoc submodule is at the expected commit to apply the patch. > >...
Hi there; I'm finally looking for a way to implement this feature.
Hi there, Well, I have more or less planned to add the concept of _front matter_ similar to what can be done with [some static side generators like _hugo_](https://gohugo.io/content-management/front-matter/). With...
I just thought that changelogs may be auto-generated & published in other tools (GitHub releases, npm tarball, whatever), and thus, adding a front-matter does not really fit. In your case,...
Could you please clarify what you want to do ?
As I mentioned above, glob patterns would be expanded to the non-glob format: ```js {match: './packages/*/README.md', template: { moduleRoot: true, title: "{{CURRENT_MODULE.NAME}}", source: "./README.md", children: [ { source: './CHAMGELOG.md', title:...
Yeah this option was introduced in `0.23.0`, see [the docs page](https://knodescommunity.github.io/typedoc-plugins/_knodes_typedoc_plugin_pages/pages/pages-tree.html#monorepos). Don't hesitate to suggest improvements to documentation
Hi! So, about the 1st point, implementation is mostly done and you'll be able to interpolate almost any field from the path matched, using [lodash templates](https://lodash.com/docs/#template) in which you'll be...