Commits on Source (14)
-
Stefan Hynek authored
-
Stefan Hynek authored
-
Stefan Hynek authored
-
Stefan Hynek authored
-
Stefan Hynek authored
-
Stefan Hynek authored
-
Stefan Hynek authored
-
Stefan Hynek authored
-
Stefan Hynek authored
this heavily reduces the number of reported errors
-
Stefan Hynek authored
except for siblings
-
Stefan Hynek authored
-
Stefan Hynek authored
Merge remote-tracking branch 'origin/master' into 10-move-to-gitlab-and-automize-pdfenize-markdown-document
-
Michelle Weidling authored
-
Stefan Hynek authored
Resolve "move to gitlab and Automize pdfenize markdown document" Closes #10 See merge request !22
Showing
- .gitlab-ci.yml 37 additions, 0 deletions.gitlab-ci.yml
- .markdownlint.json 5 additions, 0 deletions.markdownlint.json
- .vscode/extensions.json 5 additions, 0 deletions.vscode/extensions.json
- README.md 3 additions, 3 deletionsREADME.md
- package-lock.json 157 additions, 8 deletionspackage-lock.json
- package.json 3 additions, 3 deletionspackage.json
- rdd-technical-reference.md 330 additions, 230 deletionsrdd-technical-reference.md
.gitlab-ci.yml
0 → 100644
.markdownlint.json
0 → 100644
.vscode/extensions.json
0 → 100644
{ | ||
"private": true, | ||
"name": "technical-reference", | ||
"version": "0.1.0", | ||
"description": "A document describing the software development process at Göttingen State and University Library's Research and Development Department.", | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -8,6 +8,7 @@ |
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"markdownlint-cli": "^0.23.1", | ||
"commitizen": "^4.1.2", | ||
"cz-customizable": "^6.2.0" | ||
}, | ||
... | ... | @@ -15,6 +16,5 @@ |
"commitizen": { | ||
"path": "./node_modules/cz-customizable" | ||
} | ||
}, | ||
"dependencies": {} | ||
} | ||
} |
This diff is collapsed.