-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): add mermaid support to docs (#1929)
* Add mermaid support * Remove hoist command --------- Co-authored-by: Chen Hui Jing <[email protected]>
- Loading branch information
1 parent
006e7a9
commit 6a2ae15
Showing
6 changed files
with
527 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Settings in the [build] context are global and are applied to | ||
# all contexts unless otherwise overridden by more specific contexts. | ||
[build] | ||
# Directory where the build system installs dependencies | ||
# and runs your build. Store your package.json, .nvmrc, etc here. | ||
# If not set, defaults to the root directory. | ||
base = "packages/documentation" | ||
|
||
# Directory that contains the deploy-ready HTML files and | ||
# assets generated by the build. This is an absolute path relative | ||
# to the base directory, which is the root by default (/). | ||
# This sample publishes the directory located at the absolute | ||
# path "root/project/build-output" | ||
publish = "build/" | ||
|
||
# Default build command. | ||
command = "pnpm install --no-frozen-lockfile && pnpm dlx playwright install chromium && pnpm build" |
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
Oops, something went wrong.