mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-10 08:16:22 +00:00
13 lines
334 B
JSON
13 lines
334 B
JSON
{
|
|
"entryPointStrategy": "merge",
|
|
"entryPoints": ["packages/**/docs/docs.json"],
|
|
"out": "./docs",
|
|
"navigationLinks": {
|
|
"API": "./api/",
|
|
"GitLab": "https://gitlab.com/openstapps/openstapps/",
|
|
"Wiki": "https://gitlab.com/openstapps/openstapps/-/wikis/home"
|
|
},
|
|
"includeVersion": true,
|
|
"excludeExternals": true
|
|
}
|