Skip to content

Commit

Permalink
feat(doc): add api document (piplabs#343)
Browse files Browse the repository at this point in the history
add story api docs

issue: none

---------

Signed-off-by: lutty <[email protected]>
  • Loading branch information
LuttyYang authored Nov 6, 2024
1 parent e6d2d51 commit 5c38893
Show file tree
Hide file tree
Showing 3 changed files with 4,721 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
hooks:
- id: detect-secrets
args: ["--baseline", ".secrets.baseline"]
exclude: "(pnpm-lock.yaml|testdata|static|config.json|genesis.json)"
exclude: "(pnpm-lock.yaml|testdata|static|config.json|genesis.json|client/server/README.md)"

# Then run code formatters
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
Loading

0 comments on commit 5c38893

Please sign in to comment.