-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
88 additions
and
153 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
documentation/org.eclipse.viatra.documentation.help/.vscode/settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"java.configuration.updateBuildConfiguration": "disabled" | ||
} |
33 changes: 33 additions & 0 deletions
33
documentation/org.eclipse.viatra.documentation.help/.vscode/tasks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
// See https://go.microsoft.com/fwlink/?LinkId=733558 | ||
// for the documentation about the tasks.json format | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"taskName": "asciidoc-website", | ||
"type": "shell", | ||
"command": "mvn -B -o generate-resources -Dasciidoc.highligher=highlight.js -Dasciidoc.header=false -Dasciidoc.toc=false", | ||
"group": "build", | ||
"presentation": { | ||
"echo": true, | ||
"reveal": "always", | ||
"focus": false, | ||
"panel": "dedicated" | ||
}, | ||
"problemMatcher": [] | ||
}, | ||
{ | ||
"taskName": "asciidoc", | ||
"type": "shell", | ||
"command": "mvn -B -o generate-resources", | ||
"group": "build", | ||
"presentation": { | ||
"echo": true, | ||
"reveal": "always", | ||
"focus": false, | ||
"panel": "dedicated" | ||
}, | ||
"problemMatcher": [] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/tools.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
= Query Development Tools in VIATRA | ||
ifdef::env-github,env-browser[:outfilesuffix: .adoc] | ||
:rootdir: . | ||
ifndef::highlightjsdir[:highlightjsdir: {rootdir}/highlight.js] | ||
ifndef::highlightjs-theme[:highlightjs-theme: foundation] | ||
|
||
:imagesdir: {rootdir}/images | ||
:toclevels: 2 | ||
:toc: | ||
:toc-placement: macro | ||
:numbered: | ||
:icons: font | ||
:sectnums: | ||
:sectnumlevels: 4 | ||
:experimental: | ||
:sectlinks: | ||
|
||
|
||
|
||
toc::[] | ||
|
||
include::tools/query-tests.adoc[leveloffset=+1] | ||
|
||
<<< | ||
include::tools/query-profiling.adoc[leveloffset=+1] | ||
|
||
<<< | ||
include::tools/maven.adoc[leveloffset=+1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters