Skip to content

Commit

Permalink
docs(store): add API reference (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs authored Oct 14, 2023
1 parent c466934 commit aa5b227
Show file tree
Hide file tree
Showing 8 changed files with 1,665 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ jobs:

- name: Outdated files, run `pnpm build` and commit them
uses: ./.github/actions/require-empty-diff

- name: Build API docs
shell: bash
run: pnpm docs:generate:api

- name: Outdated files, run `pnpm docs:generate:api` and commit them
uses: ./.github/actions/require-empty-diff
1 change: 0 additions & 1 deletion next-docs/pages/store/reference.mdx

This file was deleted.

5 changes: 5 additions & 0 deletions next-docs/pages/store/reference/_meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export default {
"store-core": "StoreCore (internal)",
store: "IStore (external)",
"store-hook": "StoreHook",
};
Loading

0 comments on commit aa5b227

Please sign in to comment.