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