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,865 public repositories matching this topic...

storybook
pantelispanayiotou
pantelispanayiotou commented Apr 13, 2021

Describe the bug
When i pass an array with colors inside and i have two or more identical colors then the error occurs and some values are getting duplicated on rerenders.

To Reproduce
Steps to reproduce the behavior:

  1. Use ColorItem with one or more identical colors

Expected behavior
ColorItems should not be duplicated or at least provide an o

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