|
| 1 | +site_name: Kubernetes Gateway API Inference Extension |
| 2 | +repo_url: https://github.com/kubernetes-sigs/gateway-api-inference-extension |
| 3 | +repo_name: kubernetes-sigs/gateway-api-inference-extension |
| 4 | +site_dir: site |
| 5 | +docs_dir: site-src |
| 6 | +extra_css: |
| 7 | + - stylesheets/extra.css |
| 8 | +theme: |
| 9 | + name: material |
| 10 | + icon: |
| 11 | + repo: fontawesome/brands/git-alt |
| 12 | + logo: images/logo/logo-text-large-horizontal-white.png |
| 13 | + favicon: images/k8s-favicon.png |
| 14 | + features: |
| 15 | + - search.highlight |
| 16 | + - navigation.tabs |
| 17 | + - navigation.top |
| 18 | + - navigation.expand |
| 19 | + palette: |
| 20 | + primary: custom |
| 21 | + custom_dir: site-src/overrides |
| 22 | +edit_uri: edit/main/site-src/ |
| 23 | +plugins: |
| 24 | + - search |
| 25 | + - awesome-pages |
| 26 | + - macros: |
| 27 | + include_dir: examples |
| 28 | + j2_line_comment_prefix: "#$" |
| 29 | + - mermaid2 |
| 30 | +markdown_extensions: |
| 31 | + - admonition |
| 32 | + - meta |
| 33 | + - pymdownx.emoji: |
| 34 | + emoji_index: !!python/name:material.extensions.emoji.twemoji |
| 35 | + emoji_generator: !!python/name:materialx.emoji.to_svg |
| 36 | + - pymdownx.details |
| 37 | + - pymdownx.highlight |
| 38 | + - pymdownx.inlinehilite |
| 39 | + - pymdownx.superfences: |
| 40 | + custom_fences: |
| 41 | + - name: mermaid |
| 42 | + class: mermaid |
| 43 | + format: !!python/name:pymdownx.superfences.fence_code_format |
| 44 | + - pymdownx.snippets |
| 45 | + - toc: |
| 46 | + permalink: true |
| 47 | + - tables |
| 48 | +nav: |
| 49 | + - Overview: |
| 50 | + - Introduction: index.md |
| 51 | + - Concepts: |
| 52 | + API Overview: concepts/api-overview.md |
| 53 | + Conformance: concepts/conformance.md |
| 54 | + Roles and Personas: concepts/roles-and-personas.md |
| 55 | + Use Cases: concepts/use-cases.md |
| 56 | + - Implementations: implementations.md |
| 57 | + - FAQ: faq.md |
| 58 | + - Glossary: concepts/glossary.md |
| 59 | + - Guides: |
| 60 | + - User Guides: |
| 61 | + - Getting started: guides/index.md |
| 62 | + - Implementer's Guide: guides/implementers.md |
| 63 | + - Reference: |
| 64 | + - API Types: |
| 65 | + - InferencePool: api-types/inferencepool.md |
| 66 | + - InferenceModel: api-types/inferencemodel.md |
| 67 | + - API specification: reference/spec.md |
| 68 | + - Enhancements: |
| 69 | + - Overview: gieps/overview.md |
| 70 | + - Contributing: |
| 71 | + - How to Get Involved: contributing/index.md |
| 72 | + - Developer Guide: contributing/devguide.md |
0 commit comments