Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

atlassian-archive/brisk-docs

Repository files navigation

This repo is no longer maintained and has been archived for historic purposes.

Brisk Docs

Tools to document your mono-repos and React Packages

Brisk is an Atlassian Initiative to help with documenting code. It contains two main parts:

This is packaged as @brisk-docs/gatsby-plugin and is designed as an all-inclusive documentation tool for mono-repos containing react components and other packages. Check out the package's documentation for more information on how to use it.

Support Packages

As part of being maximally useful, we want to make sure where possible, our helper components exist as their own packages. As such, there are a number of other libraries we maintain that you might be interested in, even if you don't need the complete set of things that brisk does:

  • file viewer - simple package to run a live component example alongside displaying its code
  • react changelogs - Component that accepts raw changelog files and formats them for display. Allows filtering to semver versions
  • extract-react-types - a way to extract and display types for components, works on both flow and typescript
  • codesandboxer - Deploy a single file to codesandbox to make your code easy to share and collaborate on - can be used from node or from within a react app