Skip to content

Commit

Permalink
Add links to the generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joeskeen committed Feb 8, 2024
1 parent 6acd207 commit c50868a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"entryPoints": ["lib/**/*.d.ts"],
"out": "./docs",
"cleanOutputDir": true
"cleanOutputDir": true,
"cacheBust": true,
"searchInComments": true,
"disableSources": true,
"navigationLinks": {
"Docs": "https://bpmn-io.github.io/diagram-js/",
"GitHub": "https://github.com/bpmn-io/diagram-js"
}
}

0 comments on commit c50868a

Please sign in to comment.