|
6 | 6 | [](https://gitter.im/web-build-tools?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://dev.azure.com/RushStack/Gearbox%20GitHub%20Projects/_build/latest?definitionId=3&branchName=master) |
7 | 7 |
|
8 | 8 | The home for various projects maintained by the Rush Stack community, whose mission is to develop reusable tooling |
9 | | -for large scale NodeJS monorepos. |
| 9 | +for large scale TypeScript monorepos. |
10 | 10 |
|
11 | 11 | ## Documentation Links |
12 | 12 |
|
13 | | -- [What is Rush Stack?](https://rushstack.io/) |
14 | | -- [Package API reference](https://rushstack.io/pages/api/) |
15 | | -- [Gitter chat room](https://gitter.im/web-build-tools/web-build-tools): chat with the Rush Stack developers |
16 | | -- [Rush](https://rushjs.io/): a scalable NodeJS build orchestrator |
17 | | -- [API Extractor](https://api-extractor.com/): manages API reviews and generates .d.ts rollups |
18 | | -- [API Documenter](https://api-extractor.com/pages/setup/generating_docs/): generates your API documentation website |
| 13 | +- [What is Rush Stack?](https://rushstack.io/) - learn about the mission behind these projects |
| 14 | +- [API reference](https://rushstack.io/pages/api/) - browse API documentation for NPM packages |
| 15 | +- [Gitter chat room](https://gitter.im/web-build-tools/web-build-tools) - chat with the Rush Stack developers |
| 16 | +- [Rush](https://rushjs.io/) - a build orchestrator for large scale TypeScript monorepos |
| 17 | +- [API Extractor](https://api-extractor.com/) - create .d.ts rollups and track your TypeScript API signatures |
| 18 | +- [API Documenter](https://api-extractor.com/pages/setup/generating_docs/) - use TSDoc comments to publish an API documentation website |
19 | 19 |
|
20 | 20 | ## Published Packages |
21 | 21 |
|
| 22 | +<!-- the table below was generated using the ./repo-scripts/repo-toolbox script --> |
| 23 | + |
22 | 24 | | Folder | Version | Changelog | Package | |
23 | 25 | | ------ | ------- | --------- | ------- | |
24 | 26 | | [/apps/api-documenter](./apps/api-documenter/) | [](https://badge.fury.io/js/%40microsoft%2Fapi-documenter) | [changelog](./apps/api-documenter/CHANGELOG.md) | [@microsoft/api-documenter](https://www.npmjs.com/package/@microsoft/api-documenter) | |
@@ -61,6 +63,8 @@ for large scale NodeJS monorepos. |
61 | 63 |
|
62 | 64 | ## Unpublished Local Projects |
63 | 65 |
|
| 66 | +<!-- the table below was generated using the ./repo-scripts/repo-toolbox script --> |
| 67 | + |
64 | 68 | | Folder | Description | |
65 | 69 | | ------ | -----------| |
66 | 70 | | [/build-tests/api-documenter-test](./build-tests/api-documenter-test/) | Building this project is a regression test for api-documenter | |
|
0 commit comments