Skip to content

Commit 78ab5f1

Browse files
committed
combine mkdocs plugins lists
1 parent 386aff0 commit 78ab5f1

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ name: Deploy Pages
44
on:
55
# Runs on pushes targeting the default branch and c4 files
66
pull_request:
7-
branches: [ develop ]
8-
7+
98
# Allows you to run this workflow manually from the Actions tab
109
workflow_call:
1110
workflow_dispatch:

mkdocs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
site_name: Crate Validation Service
2-
plugins:
3-
- search
4-
- likec4
52
nav:
63
- Home: index.md
74
- Installation: installation.md
@@ -12,5 +9,6 @@ theme: readthedocs
129
plugins:
1310
- search
1411
- mermaid2
12+
- likec4
1513
markdown_extensions:
1614
- admonition

0 commit comments

Comments
 (0)