Skip to content

Commit c35eee6

Browse files
committed
docs: hide partials folders
1 parent 1b0a6c6 commit c35eee6

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.markdownlint.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
MD046: false
21
MD013: false
2+
MD025: false
3+
MD046: false
34
MD051: false

docs/index.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# About
1+
---
2+
title: About
3+
---
4+
# About scm-engine
25

3-
!!! info "About `scm-engine`"
6+
!!! question "What is `scm-engine`?"
47

58
SCM Engine allow for easy Merge Request automation within your GitLab projects.
69

@@ -9,3 +12,9 @@
912
You can even [*take actions*](configuration/index.md#actions) such as ([but not limited to](configuration/index.md#actions.if.then.action)) closing the Merge Request, approve it, or add a comment.
1013

1114
SCM engine can be run either as a [regular CI job in your pipeline](gitlab/setup.md#gitlab-ci-pipeline), or be [triggered through the Webhook system](gitlab/setup.md#webhook-server), allowing for versatile and flexible deployments.
15+
16+
## What does it look like?
17+
18+
```yaml
19+
--8<-- ".scm-engine.example.yml"
20+
```

mkdocs.yml

+5
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ theme:
6262
extra_css:
6363
- stylesheets/extra.css
6464

65+
# https://www.mkdocs.org/user-guide/configuration/#exclude_docs
66+
exclude_docs: |
67+
_partials
68+
*.expr
69+
6570
# Extensions
6671
markdown_extensions:
6772
- abbr

0 commit comments

Comments
 (0)