Skip to content

Commit 3becb0b

Browse files
committed
📝 Show license in docs
1 parent 58be480 commit 3becb0b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.markdownlint.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
default: true
2+
first-line-h1: false
23
line-length: false
3-
no-inline-html: false
44
no-hard-tabs:
55
code_blocks: false
66
spaces_per_tab: 2
7+
no-inline-html: false

LICENSE.txt renamed to LICENSE.md

File renamed without changes.

typedoc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"$schema": "https://typedoc.org/schema.json",
3-
"entryPoints": ["./src/index.ts"]
3+
"entryPoints": ["./src/index.ts"],
4+
"projectDocuments": ["LICENSE.md"]
45
}

0 commit comments

Comments
 (0)