Skip to content
Snippets Groups Projects
Commit 1f09970f authored by René Schöne's avatar René Schöne
Browse files

0.2.9

- fixed mkdocs build
parent 0ade255e
No related branches found
No related tags found
No related merge requests found
Pipeline #10095 passed
...@@ -5,3 +5,4 @@ ...@@ -5,3 +5,4 @@
.idea/ .idea/
.gradle/ .gradle/
/build/ /build/
/public/
/doc/config.md /docs/config.md
__pycache__ __pycache__
File moved
site_name: Gradle Plugin RelastTest site_name: Gradle Plugin RelastTest
nav: nav:
- using.md - config.md
- API documentation: ragdoc/index.html
theme: theme:
name: readthedocs name: readthedocs
custom_dir: custom_theme/ custom_dir: custom_theme/
...@@ -15,3 +14,4 @@ plugins: ...@@ -15,3 +14,4 @@ plugins:
- macros - macros
repo_url: https://git-st.inf.tu-dresden.de/jastadd/preprocessors/coverage-generator repo_url: https://git-st.inf.tu-dresden.de/jastadd/preprocessors/coverage-generator
site_dir: ../public site_dir: ../public
site_url: https://jastadd.pages.st.inf.tu-dresden.de/testing
...@@ -26,7 +26,7 @@ public class DocumentationCreator { ...@@ -26,7 +26,7 @@ public class DocumentationCreator {
add(Map.entry("Relast Configuration", RelastConfiguration.class)); add(Map.entry("Relast Configuration", RelastConfiguration.class));
add(Map.entry("JastAdd Configuration", JastAddConfiguration.class)); add(Map.entry("JastAdd Configuration", JastAddConfiguration.class));
}}; }};
private static final String outputFile = "pages/doc/config.md"; private static final String outputFile = "pages/docs/config.md";
public static void main(String[] args) { public static void main(String[] args) {
new DocumentationCreator().run(); new DocumentationCreator().run();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment