Compare commits

...

4 Commits

Author SHA1 Message Date
e0c2538d80 Disabled audo doc gen 2024-12-07 12:56:21 +02:00
edff6afeac Test documentation auto generation 2024-12-07 12:50:43 +02:00
0167ac76ed Precommit fixes 2024-12-07 12:47:35 +02:00
f2014bf260 Precommit fixes 2024-12-07 12:46:34 +02:00
17 changed files with 29 additions and 1 deletions

3
.precommit-config Normal file
View File

@@ -0,0 +1,3 @@
# .precommit-config
# Set to true to enable pre-commit checks, false to disable
run_checks=false

25
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,25 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Download Doc Generators",
"type": "shell",
"command": "./download-mdtopdf.sh",
"windows":{
"type": "shell",
"command": "./download-mdtopdf.ps1"
}
},
{
"label": "Run Doc Generators",
"type": "process",
"command": "./bin/go-mdtopdf-helper",
"windows":{
"type": "process",
"command": "./bin/go-mdtopdf-helper.exe"
}
}
]
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.