rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
## Summary 生成的markdown 文件是以package.json 中的name字段为前缀,如 ```js // package.json { "name": "test-api", "version": "1.0.0", ... } ``` 那我生成的md文件怎是 `test-api.xxxx.md`。 请问,我要如何去掉这个前缀? --- The generated Markdown files are prefixed with the name field...
## Summary For future extensions of phased commands and more optimal interaction with long-running watch sessions, it would be useful to build on the recent change that gives `Operation` the...
## Summary I encountered an issue when running `rush install` on Windows. The installation fails with the following error message: pnpm: EBUSY: resource busy or locked ## Repro steps 1....
## Summary 在生产的md文档中,在每个文件的顶部都会有这么一句: ```html ``` 这个在使用`docusaurus`部署我的文档会有影响。 所以,我想去掉这个注释,我该如何做? In the generated Markdown (.md) documents, there is a line at the top of each file: ```html ``` This causes issues when deploying...
## Summary 在生产的md文件中,会自动加上面包屑,请问如何去掉? In the generated Markdown files, breadcrumbs are automatically added. How can I remove them? ## Repro steps **Expected result:** **Actual result:** ## Details ## Standard questions Please...
…ious output notices, as well as disabling the "breadcrumb" generation ## Summary This is currently a DRAFT pull request. I'm proposing some new **api-documenter.json** settings to address two feature requests:...
## Summary This PR adds support for a `RUSH_BUILD_CACHE_OVERRIDE_JSON` environment variable that allows users to override the build cache configuration. ## How it was tested Tested by setting up and...
## Summary Adds support for loading env vars via `/.env` and `~/.rush-user/.env` files. ## How it was tested Tested by setting the new variable introduced in https://github.com/microsoft/rushstack/pull/5154 in a `.env`...
## Summary I was hoping that that if the `beforeInstall` hook runs, then there would be some guarantee that the `afterInstall` hook will run and vice versa. That turns out...
## Summary Since API-Extractor does not include `@internal` API exports when generating its doc model, it is impossible for `{@link}` or `{@inheritDoc}` references from non-internal API exports to internal API...