We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386aff0 commit 78ab5f1Copy full SHA for 78ab5f1
2 files changed
.github/workflows/deploy-pages.yml
@@ -4,8 +4,7 @@ name: Deploy Pages
4
on:
5
# Runs on pushes targeting the default branch and c4 files
6
pull_request:
7
- branches: [ develop ]
8
-
+
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_call:
11
workflow_dispatch:
mkdocs.yml
@@ -1,7 +1,4 @@
1
site_name: Crate Validation Service
2
-plugins:
3
- - search
- - likec4
nav:
- Home: index.md
- Installation: installation.md
@@ -12,5 +9,6 @@ theme: readthedocs
12
plugins:
13
- search
14
- mermaid2
+ - likec4
15
markdown_extensions:
16
- admonition
0 commit comments