We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ef48c commit c898bc0Copy full SHA for c898bc0
2 files changed
.github/workflows/ci.yaml
@@ -134,7 +134,8 @@ jobs:
134
node-version: "20.17.0"
135
136
- name: Install Mintlify CLI
137
- run: npm install --global mint
+ # Pin Mint to keep docs validation reproducible across CI runs.
138
+ run: npm install --global mint@4.0.373
139
140
- name: Validate Docs
141
working-directory: docs
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