theatre/devEnv
Aria Minaei f24e2b96d5 Removed the automatically generated docs
I tried to generate the API section of the docs automatically from tsdoc comments. That failed for the follwing reasons:
1. It has been difficult to configure the layout of the API docs, such as, what information to show, how to sort the information, etc. I kept getting less relevant parts of the API show up before the more important parts. I would have had to write a plugin/theme for typedoc to fix that, which doesn't seem worth the effort.
2. The generated docs don't seem to be nearly as useful as the docs shown in the editor. It's just easier to browse the API in an IDE than on a static website.
3. Docs must have a narrative (we're trying to walk the user through the library) which goes against the unordered nature of automatically generated docs.
2021-09-05 13:51:42 +02:00
..
eslint/rules Initial OSS commit 2021-06-18 13:05:06 +02:00
typecheck-all-projects Initial OSS commit 2021-06-18 13:05:06 +02:00
deploy.mjs Fix the quote issue in yarn deploy 2021-08-08 10:52:31 +02:00
ensurePublishing.js Simplified the deployment script 2021-08-04 21:51:25 +02:00
getAliasesFromTsConfig.d.ts Fix filename cases 2021-06-18 14:19:21 +02:00
getAliasesFromTsConfig.js Fix filename cases 2021-06-18 14:19:21 +02:00