Skip to content

Commit 066afa7

Browse files
authored
Merge pull request #425 from taeuscherpferd/updating-the-hook-documentation
docs: Refactoring the Documentation
2 parents e34d97f + 6057576 commit 066afa7

36 files changed

+1239
-797
lines changed

.github/workflows/static.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
version: 8
3434
run_install: true
3535

36+
# Generate Docs with TypeDoc
37+
- name: Generate Docs
38+
run: pnpm -r generate_docs
39+
3640
# Examples
3741
- name: Building Examples
3842
run: pnpm -r build

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
dist
33
package-lock.json
44
.DS_Store
5-
.idea
5+
.idea
6+
docs/API/*

docs/getting-started/all-components.md

Lines changed: 0 additions & 261 deletions
This file was deleted.

0 commit comments

Comments
 (0)