We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da4346a + d1c8193 commit d6f031eCopy full SHA for d6f031e
docs/README.md
@@ -3,6 +3,7 @@
3
The documentation is split into various pages, each covering a set of related functionality. The pages are as follows:
4
5
- [Getting Started](#getting-started) -
6
+- [Setup](./setup.md) —
7
- [Wallet](./wallet.md) —
8
- [Client](./client.md) —
9
- [Storage](./storage.md) —
ts2md.json
@@ -1,13 +1,5 @@
1
{
2
"options": [
- {
- "inputFilename": "src/index.ts",
- "outputFilename": "docs/setup.md",
- "firstHeadingLevel": 1,
- "filenameSubString": "Setup"
- }
- ],
10
- "options2": [
11
12
"inputFilename": "src/index.ts",
13
"outputFilename": "docs/setup.md",
0 commit comments