|
| 1 | +[ |
| 2 | + "diataxis", |
| 3 | + { |
| 4 | + "type": "category", |
| 5 | + "label": "End-user guide", |
| 6 | + "collapsed": true, |
| 7 | + "items": [ |
| 8 | + "user/introduction", |
| 9 | + { |
| 10 | + "type": "link", |
| 11 | + "label": "Miniforge", |
| 12 | + "href": "/download" |
| 13 | + }, |
| 14 | + { |
| 15 | + "type": "link", |
| 16 | + "label": "Get help", |
| 17 | + "href": "/docs/user/how_to_get_help/" |
| 18 | + }, |
| 19 | + { |
| 20 | + "type": "link", |
| 21 | + "label": "Get involved", |
| 22 | + "href": "/docs/user/contributing/" |
| 23 | + }, |
| 24 | + { |
| 25 | + "type": "link", |
| 26 | + "label": "Become a maintainer", |
| 27 | + "href": "/docs/maintainer/guidelines/#becoming-a-maintainer" |
| 28 | + } |
| 29 | + ] |
| 30 | + }, |
| 31 | + { |
| 32 | + "type": "html", |
| 33 | + "value": "<span>For maintainers:</span>", |
| 34 | + "defaultStyle": true |
| 35 | + }, |
| 36 | + { |
| 37 | + "type": "category", |
| 38 | + "label": "Tutorials", |
| 39 | + "link": { |
| 40 | + "type": "doc", |
| 41 | + "id": "tutorials/index" |
| 42 | + }, |
| 43 | + "items": [ |
| 44 | + { |
| 45 | + "type": "link", |
| 46 | + "label": "Contribute your first recipe", |
| 47 | + "href": "/docs/maintainer/adding_pkgs/#the-staging-process" |
| 48 | + } |
| 49 | + ] |
| 50 | + }, |
| 51 | + { |
| 52 | + "type": "category", |
| 53 | + "label": "How-to guides", |
| 54 | + "link": { |
| 55 | + "type": "doc", |
| 56 | + "id": "how-to/index" |
| 57 | + }, |
| 58 | + "items": [ |
| 59 | + { |
| 60 | + "type": "category", |
| 61 | + "label": "Basics", |
| 62 | + "link": { |
| 63 | + "type": "doc", |
| 64 | + "id": "how-to/basics" |
| 65 | + }, |
| 66 | + "items": [ |
| 67 | + { |
| 68 | + "type": "link", |
| 69 | + "label": "Rerender a feedstock", |
| 70 | + "href": "/docs/maintainer/updating_pkgs/#rerendering-feedstocks" |
| 71 | + } |
| 72 | + ] |
| 73 | + }, |
| 74 | + { |
| 75 | + "type": "category", |
| 76 | + "label": "Advanced", |
| 77 | + "link": { |
| 78 | + "type": "doc", |
| 79 | + "id": "how-to/advanced" |
| 80 | + }, |
| 81 | + "items": [ |
| 82 | + { |
| 83 | + "type": "link", |
| 84 | + "label": "Deal with numpy", |
| 85 | + "href": "/docs/maintainer/knowledge_base/#building-against-numpy" |
| 86 | + }, |
| 87 | + { |
| 88 | + "type": "link", |
| 89 | + "label": "Enable osx-arm64", |
| 90 | + "href": "/docs/maintainer/knowledge_base/#apple-silicon-builds" |
| 91 | + }, |
| 92 | + { |
| 93 | + "type": "link", |
| 94 | + "label": "Talk to the bots", |
| 95 | + "href": "/docs/maintainer/conda_forge_yml/" |
| 96 | + }, |
| 97 | + { |
| 98 | + "type": "link", |
| 99 | + "label": "Cross-compile", |
| 100 | + "href": "/docs/maintainer/knowledge_base/#cross-compilation" |
| 101 | + }, |
| 102 | + { |
| 103 | + "type": "link", |
| 104 | + "label": "Enable CUDA", |
| 105 | + "href": "/docs/maintainer/knowledge_base/#cuda-builds" |
| 106 | + }, |
| 107 | + { |
| 108 | + "type": "link", |
| 109 | + "label": "Create multi-output recipes", |
| 110 | + "href": "/docs/maintainer/knowledge_base/#multi-output-recipes" |
| 111 | + }, |
| 112 | + { |
| 113 | + "type": "link", |
| 114 | + "label": "Maintain several versions", |
| 115 | + "href": "/docs/maintainer/updating_pkgs/#maintaining-several-versions" |
| 116 | + }, |
| 117 | + { |
| 118 | + "type": "link", |
| 119 | + "label": "Rename packages", |
| 120 | + "href": "#" |
| 121 | + } |
| 122 | + ] |
| 123 | + }, |
| 124 | + { |
| 125 | + "type": "category", |
| 126 | + "label": "Emergencies", |
| 127 | + "link": { |
| 128 | + "type": "doc", |
| 129 | + "id": "how-to/emergencies" |
| 130 | + }, |
| 131 | + "items": [ |
| 132 | + { |
| 133 | + "type": "link", |
| 134 | + "label": "Patch repodata", |
| 135 | + "href": "https://github.com/conda-forge/conda-forge-repodata-patches-feedstock/blob/main/recipe/README.md" |
| 136 | + }, |
| 137 | + { |
| 138 | + "type": "link", |
| 139 | + "label": "Remove broken packages", |
| 140 | + "href": "/docs/maintainer/updating_pkgs/#removing-broken-packages" |
| 141 | + } |
| 142 | + ] |
| 143 | + } |
| 144 | + ] |
| 145 | + }, |
| 146 | + { |
| 147 | + "type": "category", |
| 148 | + "label": "Understanding conda-forge", |
| 149 | + "items": [ |
| 150 | + { |
| 151 | + "type": "link", |
| 152 | + "label": "The life cycle of a package", |
| 153 | + "href": "/docs/maintainer/understanding_conda_forge/life_cycle/" |
| 154 | + }, |
| 155 | + { |
| 156 | + "type": "ref", |
| 157 | + "id": "maintainer/understanding_conda_forge/staged_recipes" |
| 158 | + }, |
| 159 | + { |
| 160 | + "type": "ref", |
| 161 | + "id": "maintainer/understanding_conda_forge/feedstocks" |
| 162 | + }, |
| 163 | + { |
| 164 | + "type": "category", |
| 165 | + "label": "Building packages", |
| 166 | + "items": [ |
| 167 | + { |
| 168 | + "type": "link", |
| 169 | + "label": "Compilation concepts", |
| 170 | + "href": "#" |
| 171 | + }, |
| 172 | + { |
| 173 | + "type": "link", |
| 174 | + "label": "Build environments", |
| 175 | + "href": "/docs/maintainer/knowledge_base/#placing-requirements-in-build-or-host" |
| 176 | + }, |
| 177 | + { |
| 178 | + "type": "link", |
| 179 | + "label": "Compilers", |
| 180 | + "href": "/docs/maintainer/infrastructure/#compilers-and-runtimes" |
| 181 | + }, |
| 182 | + { |
| 183 | + "type": "link", |
| 184 | + "label": "Global pinning", |
| 185 | + "href": "/docs/maintainer/pinning_deps/" |
| 186 | + }, |
| 187 | + { |
| 188 | + "type": "link", |
| 189 | + "label": "Run exports", |
| 190 | + "href": "/docs/maintainer/pinning_deps/#specifying-run_exports" |
| 191 | + }, |
| 192 | + { |
| 193 | + "type": "link", |
| 194 | + "label": "Jinja functions", |
| 195 | + "href": "/docs/maintainer/adding_pkgs/#jinja-templating" |
| 196 | + } |
| 197 | + ] |
| 198 | + }, |
| 199 | + { |
| 200 | + "type": "category", |
| 201 | + "label": "Bots & automation", |
| 202 | + "items": [ |
| 203 | + { |
| 204 | + "type": "link", |
| 205 | + "label": "Overview", |
| 206 | + "href": "#" |
| 207 | + }, |
| 208 | + { |
| 209 | + "type": "link", |
| 210 | + "label": "Migrations", |
| 211 | + "href": "/docs/maintainer/knowledge_base/#migrators-and-migrations" |
| 212 | + }, |
| 213 | + { |
| 214 | + "type": "link", |
| 215 | + "label": "Version updates", |
| 216 | + "href": "/docs/maintainer/updating_pkgs/#how-does-regro-cf-autotick-bot-create-automatic-version-updates" |
| 217 | + }, |
| 218 | + { |
| 219 | + "type": "link", |
| 220 | + "label": "Infrastructure", |
| 221 | + "href": "#" |
| 222 | + } |
| 223 | + ] |
| 224 | + }, |
| 225 | + { |
| 226 | + "type": "category", |
| 227 | + "label": "Security", |
| 228 | + "items": [ |
| 229 | + { |
| 230 | + "type": "link", |
| 231 | + "label": "General considerations", |
| 232 | + "href": "/docs/maintainer/knowledge_base/#security-considerations-for-conda-forge-builds" |
| 233 | + } |
| 234 | + ] |
| 235 | + }, |
| 236 | + { |
| 237 | + "type": "category", |
| 238 | + "label": "Maintainer's handbook", |
| 239 | + "items": [ |
| 240 | + { |
| 241 | + "type": "link", |
| 242 | + "label": "Transferring a package", |
| 243 | + "href": "/docs/maintainer/guidelines/#transferring-to-conda-forge" |
| 244 | + }, |
| 245 | + { |
| 246 | + "type": "link", |
| 247 | + "label": "Intended usage", |
| 248 | + "href": "/docs/maintainer/guidelines/#intended-usage" |
| 249 | + }, |
| 250 | + { |
| 251 | + "type": "link", |
| 252 | + "label": "Renaming packages", |
| 253 | + "href": "/docs/maintainer/guidelines/#intended-usage" |
| 254 | + }, |
| 255 | + { |
| 256 | + "type": "link", |
| 257 | + "label": "Fixing broken packages", |
| 258 | + "href": "/docs/maintainer/guidelines/#fixing-broken-packages" |
| 259 | + }, |
| 260 | + { |
| 261 | + "type": "link", |
| 262 | + "label": "Becoming a maintainer", |
| 263 | + "href": "/docs/maintainer/guidelines/#becoming-a-maintainer" |
| 264 | + }, |
| 265 | + { |
| 266 | + "type": "link", |
| 267 | + "label": "Responsibilities", |
| 268 | + "href": "/docs/maintainer/adding_pkgs/#maintainer-role" |
| 269 | + }, |
| 270 | + { |
| 271 | + "type": "link", |
| 272 | + "label": "Best practices", |
| 273 | + "href": "#" |
| 274 | + } |
| 275 | + ] |
| 276 | + } |
| 277 | + ] |
| 278 | + }, |
| 279 | + { |
| 280 | + "type": "category", |
| 281 | + "label": "Reference", |
| 282 | + "items": [ |
| 283 | + { |
| 284 | + "type": "ref", |
| 285 | + "id": "maintainer/infrastructure" |
| 286 | + }, |
| 287 | + { |
| 288 | + "type": "ref", |
| 289 | + "id": "maintainer/conda_forge_yml" |
| 290 | + }, |
| 291 | + { |
| 292 | + "type": "link", |
| 293 | + "label": "Current pins", |
| 294 | + "href": "https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/main/recipe/conda_build_config.yaml" |
| 295 | + }, |
| 296 | + { |
| 297 | + "type": "link", |
| 298 | + "label": "Ongoing migrations", |
| 299 | + "href": "/status/#migrations" |
| 300 | + }, |
| 301 | + { |
| 302 | + "type": "ref", |
| 303 | + "id": "glossary" |
| 304 | + } |
| 305 | + ] |
| 306 | + } |
| 307 | +] |
0 commit comments