We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792e1a4 commit 32109fcCopy full SHA for 32109fc
2 files changed
.github/workflows/lint.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: astral-sh/ruff-action@v3
17
with:
18
+ version: "0.12.12"
19
args: check
20
21
mkdocs.yaml
@@ -13,7 +13,7 @@ nav:
13
- Expected Table Format: guides/expected_table_format.md
14
- Create: guides/create_probe_type.md
- Server: guides/opensampl-server.md
- - Collect: guides/collect.md
+ - Collect: guides/collection.md
- Random Data: guides/random-data-generation.md
- API:
- index: api/index.md
0 commit comments