fix: type errors in easy-ast when generating docs

This commit is contained in:
Thea Schöbl
2023-08-23 08:45:47 +00:00
committed by Rainer Killinger
parent 4fb5941c56
commit 57a5b6061b
5 changed files with 14 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
"entryPoints": ["packages/**/docs/docs.json"],
"out": "./docs",
"navigationLinks": {
"API": "api",
"API": "./api/",
"GitLab": "https://gitlab.com/openstapps/openstapps/",
"Wiki": "https://gitlab.com/openstapps/openstapps/-/wikis/home"
},