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

[Enhancement] Missing Documentation of "extends" and "configuration in js" features #1859

Closed
JamesWang0210 opened this issue Feb 3, 2022 · 2 comments

Comments

@JamesWang0210
Copy link

Search Terms

  • Typedoc
  • Documentation of Features

Problem

Hi team,

I am using typedoc to generate docs from typescript based packages in React. While reading the following two issues, I learned that typedoc is currently supporting to use extends as one field in configuration. Also, typedoc.js is supported as one form of configuration for use as well.

I would like to know why both of them are not documented officially. I can not find either of them on the typedoc webiste: https://typedoc.org/guides/installation/. Is it because any of them will be removed in the near future? Since I am going to use either of these features in long-term run, I would like to know the thoughts from typedoc team. Please let me know if there are any deprecation plans of them. Thank you.

Dependencies Version

  • typescript: ^3.9.x
  • typedoc: ^0.22.10
  • typedoc-plugin-markdown: ^3.11.8

Suggested Solution

It would be better to document these useful features if typedoc team is going to keep them in the future revisions.

@Gerrit0
Copy link
Collaborator

Gerrit0 commented Feb 4, 2022

JS configuration is documented: http://typedoc.org/guides/options/#options-1

Missing extends is an oversight - PR welcome!

@JamesWang0210
Copy link
Author

Thank you Gerrit @Gerrit0 What I mean is there is no official example of JS configuration documented. See if it is possible to provide some, even though I understand officially typedoc team prefers users to use configruation in JSON.

@Gerrit0 Gerrit0 removed the enhancement Improved functionality label Feb 2, 2025
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

No branches or pull requests

2 participants