Skip to content
#

Documentation

Documentation is a set of information that describes a product to its users, including what it is, how it operates, and how to use it.

Here are 6,902 public repositories matching this topic...

storybook
cmsbased
cmsbased commented Apr 21, 2021

What's the problem?

I have successfully customized my storybook with addon-themes and created the dark style for div with a .docs-story class.

I tried to style the "show code" button on the docs tab without luck via CSS in preview-head.html.

The problem is that there is no unique CSS class to scope (only dynamically generated classes):

<div class="css-11xgcgt">
<button c
docusaurus
slorber
slorber commented Apr 9, 2021

🚀 Feature

We should validate docs/blog/pages frontmatter against a Joi schema:

  • prevent the user to use bad frontmatter
  • display friendly error messages when this happens
  • allow unknown frontmatter (user can assign additional metadata to each doc)
  • unit-test this validation logic
  • try to use the frontmatter TS types in the theme?

Some initial work has been done in https://gith

react-styleguidist
typedoc
Gerrit0
Gerrit0 commented Mar 22, 2021

https://github.com/TypeStrong/typedoc/blob/master/scripts/generate_changelog.js can be used to generate a changelog for TypeDoc's versions. It is now being used to generate the release notes when a new release is published.

https://github.com/TypeStrong/typedoc/blob/5071848a65325ba280df4419f9562e968a1b9c9f/scripts/create_release.js#L83-L85

The next step is to use this script in the [typedoc-

Wikipedia
Wikipedia