refactoring Dokumentation
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
### Summary
|
||||
Describe the purpose of this PR.
|
||||
|
||||
### Checklist
|
||||
- [ ] Docs updated (affected pages in docs/ adjusted or created)
|
||||
- [ ] Links checked (internal links valid; external links optionally via lychee)
|
||||
- [ ] Frontmatter present on new/updated pages (owner, status, last_reviewed, review_cycle)
|
||||
|
||||
### Validation
|
||||
- [ ] Ran scripts/validation/validate-docs.sh locally (optional)
|
||||
|
||||
### Related
|
||||
Link related issues/PRs/ADRs.
|
||||
@@ -25,3 +25,6 @@ jobs:
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
|
||||
- name: Validate documentation
|
||||
run: scripts/validation/validate-docs.sh
|
||||
|
||||
Reference in New Issue
Block a user