diff options
author | HampusM <hampus@hampusmat.com> | 2021-08-04 16:18:44 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-08-04 16:18:44 +0200 |
commit | 9f7c9103ae6ca7c3127b44a966300a8ea62b3454 (patch) | |
tree | 895768db7b82ba41937d47d362216817840842a4 /typedoc.json | |
parent | eaf6ac44e7d38ff6cc71ca72bdaceed59b86c550 (diff) |
Renamed the documentation folder to docs_src
Diffstat (limited to 'typedoc.json')
-rw-r--r-- | typedoc.json | 10 |
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" } ] } |