aboutsummaryrefslogtreecommitdiff
path: root/typedoc.json
diff options
context:
space:
mode:
Diffstat (limited to 'typedoc.json')
-rw-r--r--typedoc.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/typedoc.json b/typedoc.json
index 20b8c94..0b1e4c1 100644
--- a/typedoc.json
+++ b/typedoc.json
@@ -17,11 +17,11 @@
"pages": [
{
"title": "Installation",
- "source": "documentation/installation.md"
+ "source": "docs_src/installation.md"
},
{
"title": "Hacking",
- "source": "documentation/hacking.md"
+ "source": "docs_src/hacking.md"
}
]
},
@@ -30,15 +30,15 @@
"pages": [
{
"title": "Introduction",
- "source": "documentation/API/introduction.md"
+ "source": "docs_src/API/introduction.md"
},
{
"title": "v1",
- "source": "documentation/API/v1/v1.md",
+ "source": "docs_src/API/v1/v1.md",
"children": [
{
"title": "Repos",
- "source":"documentation/API/v1/repos.md"
+ "source":"docs_src/API/v1/repos.md"
}
]
}