|
12 | 12 | name: material |
13 | 13 | custom_dir: overrides |
14 | 14 | features: |
15 | | - - navigation.tabs |
16 | 15 | - navigation.sections |
17 | | - - navigation.indexes |
18 | 16 | - navigation.footer |
19 | 17 | - navigation.instant |
20 | 18 | - navigation.instant.progress |
@@ -67,60 +65,58 @@ hooks: |
67 | 65 | - overrides/hooks/shortcodes.py |
68 | 66 |
|
69 | 67 | nav: |
70 | | - - Home: |
71 | | - - index.md |
72 | | - - "Installation": |
73 | | - - "Pre-built binaries": docs/installation/pre-built-binaries.md |
74 | | - - docs/installation/from-source.md |
75 | | - - docs/installation/updating.md |
| 68 | + - index.md |
| 69 | + - "Getting started": |
| 70 | + - "Pre-built binaries": docs/installation/pre-built-binaries.md |
| 71 | + - docs/installation/from-source.md |
| 72 | + - docs/installation/updating.md |
76 | 73 | - "Platform-specific notes": |
77 | 74 | - docs/installation/windows.md |
78 | 75 | - docs/installation/macos.md |
79 | 76 | - docs/installation/release-urls.md |
80 | | - - changelog.md |
81 | | - - Usage: |
| 77 | + - "Using nextest": |
82 | 78 | - docs/running.md |
83 | 79 | - docs/listing.md |
84 | 80 | - docs/reporting.md |
85 | | - - "Features": |
86 | | - - docs/features/retries.md |
87 | | - - docs/features/slow-tests.md |
| 81 | + - "Features": |
| 82 | + - docs/features/retries.md |
| 83 | + - docs/features/slow-tests.md |
| 84 | + - "More features": |
88 | 85 | - docs/features/leaky-tests.md |
89 | 86 | - docs/features/target-runners.md |
90 | | - - "Features for CI": |
91 | 87 | - docs/ci-features/archiving.md |
92 | 88 | - "Partitioning/sharding runs": docs/ci-features/partitioning.md |
93 | 89 | - "Filterset DSL": |
94 | | - - docs/filtersets/index.md |
| 90 | + - "About filtersets": docs/filtersets/index.md |
95 | 91 | - "DSL reference": docs/filtersets/reference.md |
96 | | - - Configuration: |
97 | | - - docs/configuration/index.md |
98 | | - - docs/configuration/per-test-overrides.md |
| 92 | + - "Integrations": |
| 93 | + - "Overview": docs/integrations/index.md |
| 94 | + - docs/integrations/test-coverage.md |
| 95 | + - "Miri interpreter": docs/integrations/miri.md |
| 96 | + - docs/integrations/criterion.md |
| 97 | + - "cargo-mutants": docs/integrations/cargo-mutants.md |
| 98 | + - Configuration: |
| 99 | + - "Configuring nextest": docs/configuration/index.md |
| 100 | + - docs/configuration/per-test-overrides.md |
| 101 | + - "More configuration": |
99 | 102 | - "Specifying platforms": docs/configuration/specifying-platforms.md |
100 | 103 | - "Environment variables": docs/configuration/env-vars.md |
101 | 104 | - "Minimum versions": docs/configuration/minimum-versions.md |
102 | 105 | - "Heavy tests": docs/configuration/threads-required.md |
103 | 106 | - "Mutual exclusion and rate-limiting": docs/configuration/test-groups.md |
104 | 107 | - docs/configuration/setup-scripts.md |
105 | | - - Machine-readable output: |
106 | | - - docs/machine-readable/index.md |
| 108 | + - Machine-readable output: |
| 109 | + - "About output formats": docs/machine-readable/index.md |
| 110 | + - "JUnit support": docs/machine-readable/junit.md |
| 111 | + - "More formats": |
107 | 112 | - "Test and binary lists": docs/machine-readable/list.md |
108 | | - - "JUnit support": docs/machine-readable/junit.md |
109 | 113 | - docs/machine-readable/libtest-json.md |
110 | | - - "Integrations": |
111 | | - - docs/integrations/index.md |
112 | | - - docs/integrations/test-coverage.md |
113 | | - - "Miri interpreter": docs/integrations/miri.md |
114 | | - - docs/integrations/criterion.md |
115 | | - - "cargo-mutants": docs/integrations/cargo-mutants.md |
116 | | - - "Stability policy": |
117 | | - - docs/stability/index.md |
118 | | - - "Design": |
119 | | - - docs/design/how-it-works.md |
120 | | - - docs/design/custom-test-harnesses.md |
121 | | - - Benchmarks: |
122 | | - - docs/benchmarks/index.md |
123 | | - - "Crates.io": "https://crates.io/crates/cargo-nextest" |
| 114 | + - "Stability policy": docs/stability/index.md |
| 115 | + - "Design": |
| 116 | + - docs/design/how-it-works.md |
| 117 | + - docs/design/custom-test-harnesses.md |
| 118 | + - "Benchmarks": docs/benchmarks/index.md |
| 119 | + - changelog.md |
124 | 120 |
|
125 | 121 | markdown_extensions: |
126 | 122 | # Python Markdown |
|
0 commit comments