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

Keep documentation on symbols in sync with the README's #64

Open
dirkdev98 opened this issue May 21, 2024 · 0 comments
Open

Keep documentation on symbols in sync with the README's #64

dirkdev98 opened this issue May 21, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@dirkdev98
Copy link
Member

We manually copy and paste the documentation changes from, for example, the pull-through-cache to the README. It might be nice to use TypeDoc for this. However, not really a fan of the default output, or the output of typedoc-plugin-markdown.

Like Ion we can probably use TypeDoc's parsers to massage the available info in a different output format. This also requires some rules around docs;

  • Which symbols are included in the generated docs and in what order?
  • Do we want to generate the whole README, or just the API sections?
  • What rules do we need to enforce on TS doc blocks?
  • ...

We probably should wait for at least one package before we start working on this, so we don't design this purely for the pull-through-cache.

@dirkdev98 dirkdev98 added the documentation Improvements or additions to documentation label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant