microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

[RFC] Proposal for documentation site #116

Open janechu opened 3 years ago

janechu commented 3 years ago

Description

Currently all documentation for @microsoft/fast-tooling and @microsoft/fast-tooling-react is located in their package README.md files. This poses a few problems:

  1. The documentation is difficult to parse as it can become quite long
  2. It is difficult to create working inline examples as part of the documentation
  3. Design has no documentation in the README.md file as to how the UI should look
  4. The packages work very closely together, thereby making traversing separate package README.md files cumbersome to understand the entire ecosystem

Given the above issues and the growing complexity of the distributed packages in FAST Tooling, it would be ideal to have a documentation site dedicated to the project.

Requirements

The documentation site should be able to: