From 89ca71b5c7702cc3a9cefab0d4f991d1266015d5 Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Thu, 8 Jun 2023 05:34:29 +0800 Subject: [PATCH] docs: Rename jsdoc to OrbitDB. (#79) --- conf/jsdoc/layout.tmpl | 38 ++++++++++++++++++++++++++++++++++++++ jsdoc.json | 7 ++++++- 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 conf/jsdoc/layout.tmpl diff --git a/conf/jsdoc/layout.tmpl b/conf/jsdoc/layout.tmpl new file mode 100644 index 0000000..71bf82d --- /dev/null +++ b/conf/jsdoc/layout.tmpl @@ -0,0 +1,38 @@ + + + + + OrbitDB API + + + + + + + + + + +
+ +

OrbitDB API

+ + +
+ + + +
+ + + + + + + \ No newline at end of file diff --git a/jsdoc.json b/jsdoc.json index 533a731..1759665 100644 --- a/jsdoc.json +++ b/jsdoc.json @@ -1,3 +1,8 @@ { - "plugins": ["plugins/markdown"] + "plugins": ["plugins/markdown"], + "templates" : { + "default": { + "layoutFile": "conf/jsdoc/layout.tmpl" + } + } } \ No newline at end of file