-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[project] Add API docs for each project (#136)
* fix: allow typings to be used for each project * fix: add missing tsdoc npmignore entries * fix: use relative path imports * fix: add changelogs * docs: add basic project documentation * fix: remove boilerplate docs * feat: add heft rig for API extraction and documentation * fix: add missing heft dependency * fix: typescript plugin issues * fix: update dependencies * fix: remove vite plugin for d.ts files * fix: re-enable heft typescript plugin * fix: move stories to examples folder * test: add missing data * fix: move beam stories to examples folder * fix: move code editor stories to examples folder * fix: move node editor stories to examples folder * fix: move desktop stories to examples folder * fix: move grapqhl client stories to examples folder * fix: minor fixes * style: add lint fixes * docs: add changelog for themes * fix: remove unused dependency * fix: add missing graphql exports --------- Co-authored-by: Rohan Bansal <[email protected]>
- Loading branch information
Showing
247 changed files
with
4,596 additions
and
1,767 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", | ||
"extends": "../../common/config/api-extractor-base.json", | ||
|
||
"docModel": { | ||
"enabled": true, | ||
"projectFolderUrl": "https://github.com/agritheory/stonecrop/tree/development/aform" | ||
}, | ||
|
||
"messages": { | ||
"extractorMessageReporting": { | ||
// Disable this validation at your own risk: Processing an incorrect file type | ||
// may lead to other errors. Function bodies may incorrectly get emitted in the | ||
// .d.ts rollup. | ||
"ae-wrong-input-file-type": { | ||
"logLevel": "none" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// The "rig.json" file directs tools to look for their config files in an external package. | ||
// Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package | ||
{ | ||
"$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", | ||
"rigPackageName": "stonecrop-rig" | ||
} |
Oops, something went wrong.