We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ef48c commit 8226dbaCopy full SHA for 8226dba
2 files changed
.github/workflows/ci.yaml
@@ -134,11 +134,12 @@ jobs:
134
node-version: "20.17.0"
135
136
- name: Install Mintlify CLI
137
- run: npm install --global mint
+ # Pin Mintlify to keep docs validation reproducible across CI runs.
138
+ run: npm install --global mintlify@4.0.373
139
140
- name: Validate Docs
141
working-directory: docs
- run: mint validate
142
+ run: mintlify broken-links
143
144
rustdoc:
145
name: Rust Doc
docs/index.mdx
@@ -3,10 +3,6 @@ title: systemg
3
description: A general-purpose program composer.
4
---
5
6
-# systemg
7
-
8
-A general-purpose program composer.
9
10
systemg runs your service graph from a single YAML file.
11
12
<CodeGroup>
0 commit comments