Skip to content

Commit d1c8193

Browse files
committed
Add Setup docs
1 parent da4346a commit d1c8193

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
The documentation is split into various pages, each covering a set of related functionality. The pages are as follows:
44

55
- [Getting Started](#getting-started) -
6+
- [Setup](./setup.md)
67
- [Wallet](./wallet.md)
78
- [Client](./client.md)
89
- [Storage](./storage.md)

ts2md.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
{
22
"options": [
3-
{
4-
"inputFilename": "src/index.ts",
5-
"outputFilename": "docs/setup.md",
6-
"firstHeadingLevel": 1,
7-
"filenameSubString": "Setup"
8-
}
9-
],
10-
"options2": [
113
{
124
"inputFilename": "src/index.ts",
135
"outputFilename": "docs/setup.md",

0 commit comments

Comments
 (0)