Skip to content

Commit 28897a8

Browse files
committed
chore: update gitignore and mkdocs.yml configuration
add .venv to gitignore and fix indentation in mkdocs.yml
1 parent 04973f7 commit 28897a8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ src/runtime/version.ts
2525

2626
# MkDocs build output
2727
site/
28+
.venv/

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ plugins:
4949
- mkdocstrings:
5050
handlers:
5151
# This handler will process your TypeScript files
52-
- typescript:
53-
tsconfig: "./tsconfig.json"
54-
paths: ["src"]
52+
typescript:
53+
tsconfig: "./tsconfig.json"
54+
paths: ["src"]

0 commit comments

Comments
 (0)