We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d89209 commit d6ae3afCopy full SHA for d6ae3af
README.md
@@ -34,3 +34,7 @@ $ pnpm start
34
Maps can then be viewed at http://localhost:3000.
35
36
---
37
+
38
+## Example usage
39
40
+See [here](https://anatomicmaps.github.io/flatmap-viewer/documents/HowTo_Guide.html)
typedoc.json
@@ -3,6 +3,7 @@
3
"readme": "./README.md",
4
"projectDocuments": ["documentation/howto.md"],
5
"navigationLinks": {
6
+ "Examples": "https://anatomicmaps.github.io/flatmap-viewer/documents/HowTo_Guide.html",
7
"API": "https://anatomicmaps.github.io/flatmap-viewer/modules/index.html",
8
"GitHub": "https://github.com/AnatomicMaps/flatmap-viewer"
9
},
0 commit comments