Skip to content

Commit 692517b

Browse files
committed
generate config page
1 parent 569a0df commit 692517b

File tree

6 files changed

+18
-566
lines changed

6 files changed

+18
-566
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
uses: actionshub/markdownlint@main
1717
with:
1818
path: docs
19+
- uses: actions/setup-go@v5
20+
with:
21+
go-version: 'stable'
1922
- uses: actions/setup-node@v4
2023
with:
2124
node-version: 18.x

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_modules
33

44
# Production
55
build
6+
generated
67

78
# Generated files
89
.docusaurus

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ rbenv install 3.2.2
5757
eval "$(rbenv init -)"
5858
rbenv shell 3.2.2
5959
gem install --no-document mdl
60-
mdl docs
60+
mdl -g docs
6161
```
6262

6363
Seriously, run mdl before committing.

0 commit comments

Comments
 (0)