Skip to content

Commit f77c547

Browse files
committed
feat: update docs
1 parent bc91c73 commit f77c547

28 files changed

+1623
-1896
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const data = someFunction(/* params */);
2626

2727
## Documentation
2828

29-
See [docs/](./docs) for API documentation (auto-generated by Typedoc).
29+
See [API Documentation](https://bootnodedev.github.io/uni-dev-kit) for full API reference.
3030

3131
---
3232

docs/assets/hierarchy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
window.hierarchyData = "eJyrVirKzy8pVrKKjtVRKkpNy0lNLsnMzytWsqqurQUAmx4Kpg=="

docs/assets/highlight.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
--dark-hl-6: #569CD6;
1616
--light-hl-7: #0070C1;
1717
--dark-hl-7: #4FC1FF;
18-
--light-hl-8: #098658;
19-
--dark-hl-8: #B5CEA8;
20-
--light-hl-9: #000000;
21-
--dark-hl-9: #C8C8C8;
2218
--light-code-background: #FFFFFF;
2319
--dark-code-background: #1E1E1E;
2420
}
@@ -32,8 +28,6 @@
3228
--hl-5: var(--light-hl-5);
3329
--hl-6: var(--light-hl-6);
3430
--hl-7: var(--light-hl-7);
35-
--hl-8: var(--light-hl-8);
36-
--hl-9: var(--light-hl-9);
3731
--code-background: var(--light-code-background);
3832
} }
3933

@@ -46,8 +40,6 @@
4640
--hl-5: var(--dark-hl-5);
4741
--hl-6: var(--dark-hl-6);
4842
--hl-7: var(--dark-hl-7);
49-
--hl-8: var(--dark-hl-8);
50-
--hl-9: var(--dark-hl-9);
5143
--code-background: var(--dark-code-background);
5244
} }
5345

@@ -60,8 +52,6 @@
6052
--hl-5: var(--light-hl-5);
6153
--hl-6: var(--light-hl-6);
6254
--hl-7: var(--light-hl-7);
63-
--hl-8: var(--light-hl-8);
64-
--hl-9: var(--light-hl-9);
6555
--code-background: var(--light-code-background);
6656
}
6757

@@ -74,8 +64,6 @@
7464
--hl-5: var(--dark-hl-5);
7565
--hl-6: var(--dark-hl-6);
7666
--hl-7: var(--dark-hl-7);
77-
--hl-8: var(--dark-hl-8);
78-
--hl-9: var(--dark-hl-9);
7967
--code-background: var(--dark-code-background);
8068
}
8169

@@ -87,6 +75,4 @@
8775
.hl-5 { color: var(--hl-5); }
8876
.hl-6 { color: var(--hl-6); }
8977
.hl-7 { color: var(--hl-7); }
90-
.hl-8 { color: var(--hl-8); }
91-
.hl-9 { color: var(--hl-9); }
9278
pre, code { background: var(--code-background); }

docs/assets/icons.js

Lines changed: 17 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/icons.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/assets/main.js

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)