aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs_src/API/introduction.md (renamed from documentation/API/introduction.md)0
-rw-r--r--docs_src/API/v1/repos.md (renamed from documentation/API/v1/repos.md)0
-rw-r--r--docs_src/API/v1/v1.md (renamed from documentation/API/v1/v1.md)0
-rw-r--r--docs_src/hacking.md (renamed from documentation/hacking.md)0
-rw-r--r--docs_src/installation.md (renamed from documentation/installation.md)0
-rw-r--r--typedoc.json10
6 files changed, 5 insertions, 5 deletions
diff --git a/documentation/API/introduction.md b/docs_src/API/introduction.md
index 343bdf6..343bdf6 100644
--- a/documentation/API/introduction.md
+++ b/docs_src/API/introduction.md
diff --git a/documentation/API/v1/repos.md b/docs_src/API/v1/repos.md
index 483676e..483676e 100644
--- a/documentation/API/v1/repos.md
+++ b/docs_src/API/v1/repos.md
diff --git a/documentation/API/v1/v1.md b/docs_src/API/v1/v1.md
index 327d7f2..327d7f2 100644
--- a/documentation/API/v1/v1.md
+++ b/docs_src/API/v1/v1.md
diff --git a/documentation/hacking.md b/docs_src/hacking.md
index 81a806c..81a806c 100644
--- a/documentation/hacking.md
+++ b/docs_src/hacking.md
diff --git a/documentation/installation.md b/docs_src/installation.md
index 2c68650..2c68650 100644
--- a/documentation/installation.md
+++ b/docs_src/installation.md
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"
}
]
}