Skip to content

Commit

Permalink
Add plugin to show document contributors (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog authored Mar 7, 2024
2 parents 4aa8b10 + aa5f1c5 commit ba4af2b
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 76 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ venv
.venv
build
site
.cache
25 changes: 3 additions & 22 deletions docs/ADRs/0001-adrs.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
---
title: ADR-0001 ADRs
---

| | |
| --- | --- |
| Author | Anne Schuth |
| Created | 16-Feb-2024 |
| Status | Accepted |
# ADR-0001 ADRs

## Context

Expand All @@ -30,19 +22,8 @@ will publish these ADRs publicly to promote transparency and facilitate collabor

Use the template below to add an ADR:

```yaml
---
title: ADR-4 Title
---

| | |
| --- | --- |
| Author | Anne Schuth |
| Created | 28-Feb-2024 |
| Status | Draft, Proposed, Rejected, Accepted, Superseded |
| Superseded by | ADR-0001 |
| extends | ADR-0001, ADR-0002 |

```markdown
# ADR-XXXX Title

## Context

Expand Down
10 changes: 1 addition & 9 deletions docs/ADRs/0002-code-platform.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
---
title: ADR-0002 Code Platform
---

| | |
| --- | --- |
| Author | Berry den Hartog |
| Created | 28-Feb-2024 |
| Status | Accepted |
# ADR-0002 Code Platform

## Context

Expand Down
10 changes: 1 addition & 9 deletions docs/ADRs/0003-ci-cd.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
---
title: ADR-0003 CI/CD Tooling
---

| | |
| --- | --- |
| Author | Berry den Hartog |
| Created | 28-Feb-2024 |
| Status | Accepted |
# ADR-0003 CI/CD Tooling

## Context

Expand Down
10 changes: 1 addition & 9 deletions docs/ADRs/0004-software-hosting-platform.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
---
title: ADR-0004 Software hosting platform
---

| | |
| --- | --- |
| Author | Berry den Hartog |
| Created | 28-Feb-2024 |
| Status | Accepted |
# ADR-0004 Software hosting platform

## Context

Expand Down
10 changes: 1 addition & 9 deletions docs/ADRs/0005-python-tooling.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
---
title: ADR-0005 Python coding standard and tools
---

| | |
| --- | --- |
| Author | Berry den Hartog |
| Created | 28-Feb-2024 |
| Status | Accepted |
# ADR-0005 Python coding standard and tools

## Context

Expand Down
9 changes: 1 addition & 8 deletions docs/ADRs/0006-agile-tooling.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
---
title: ADR-0006 Agile tooling
---

| | |
| --- | --- |
| Author | Berry den Hartog |
| Created | 28-Feb-2024 |
| Status | Accepted |
# ADR-0006 Agile tooling

## Context

Expand Down
10 changes: 1 addition & 9 deletions docs/ADRs/0007-commit-convention.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
---
title: ADR-0007 Commit convention
---

| | |
| --- | --- |
| Author | Berry den Hartog |
| Created | 28-Feb-2024 |
| Status | Accepted |
# ADR-0007 Commit convention

## Context

Expand Down
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,13 @@ extra_css:
- stylesheets/extra.css

plugins:
- search
- glightbox
- git-revision-date-localized:
enable_creation_date: true
- search
- git-committers:
repository: minbzk/ai-validation
branch: main

repo_url: https://github.com/MinBZK/ai-validation
edit_uri: edit/main/docs/
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Jinja2>=2.11.1
mkdocs==1.5.3
mkdocs-git-committers-plugin-2==2.3.0
mkdocs-git-revision-date-localized-plugin==1.2.4
mkdocs-glightbox==0.3.7
mkdocs-material==9.5.12
Expand Down

0 comments on commit ba4af2b

Please sign in to comment.