Skip to content

Commit 20c6e2a

Browse files
authored
Merge pull request #1 from speakeasy-api/initial-draft
docs: inital WIP commit of docs
2 parents 10440d5 + f46395d commit 20c6e2a

File tree

4 files changed

+2350
-1
lines changed

4 files changed

+2350
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
generation/

.markdownlint.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"MD013": false,
3+
"MD033": false,
4+
"MD024": {
5+
"allow_different_nesting": true
6+
},
7+
"MD010": {
8+
"code_blocks": false,
9+
"spaces_per_tab": 4
10+
}
11+
}

0 commit comments

Comments
 (0)