|
| 1 | +site_name: AWS SDK for Python - Bedrock Runtime |
| 2 | +site_description: Documentation for AWS Bedrock Runtime Client |
| 3 | + |
| 4 | +repo_name: awslabs/aws-sdk-python |
| 5 | +repo_url: https://github.com/awslabs/aws-sdk-python |
| 6 | + |
| 7 | +exclude_docs: | |
| 8 | + README.md |
| 9 | +
|
| 10 | +hooks: |
| 11 | + - docs/hooks/copyright.py |
| 12 | + |
| 13 | +theme: |
| 14 | + name: material |
| 15 | + favicon: "" |
| 16 | + palette: |
| 17 | + # Palette toggle for automatic mode |
| 18 | + - media: "(prefers-color-scheme)" |
| 19 | + scheme: default |
| 20 | + toggle: |
| 21 | + icon: material/brightness-auto |
| 22 | + name: Switch to light mode |
| 23 | + primary: white |
| 24 | + # Palette toggle for light mode |
| 25 | + - media: "(prefers-color-scheme: light)" |
| 26 | + scheme: default |
| 27 | + toggle: |
| 28 | + icon: material/brightness-7 |
| 29 | + name: Switch to dark mode |
| 30 | + primary: white |
| 31 | + # Palette toggle for dark mode |
| 32 | + - media: "(prefers-color-scheme: dark)" |
| 33 | + scheme: slate |
| 34 | + toggle: |
| 35 | + icon: material/brightness-4 |
| 36 | + name: Switch to system preference |
| 37 | + primary: black |
| 38 | + features: |
| 39 | + - navigation.indexes |
| 40 | + - navigation.instant |
| 41 | + - navigation.top |
| 42 | + - search.suggest |
| 43 | + - search.highlight |
| 44 | + - content.code.copy |
| 45 | + |
| 46 | +plugins: |
| 47 | + - search |
| 48 | + - mkdocstrings: |
| 49 | + handlers: |
| 50 | + python: |
| 51 | + options: |
| 52 | + show_source: false |
| 53 | + show_signature: true |
| 54 | + show_signature_annotations: true |
| 55 | + show_root_heading: true |
| 56 | + show_root_full_path: false |
| 57 | + show_object_full_path: false |
| 58 | + show_symbol_type_heading: true |
| 59 | + show_symbol_type_toc: true |
| 60 | + show_if_no_docstring: true |
| 61 | + show_category_heading: true |
| 62 | + group_by_category: true |
| 63 | + separate_signature: true |
| 64 | + signature_crossrefs: true |
| 65 | + filters: |
| 66 | + - "!^_" |
| 67 | + - "!^deserialize" |
| 68 | + - "!^serialize" |
| 69 | + |
| 70 | +markdown_extensions: |
| 71 | + - pymdownx.highlight |
| 72 | + - pymdownx.inlinehilite |
| 73 | + - pymdownx.snippets: |
| 74 | + check_paths: true |
| 75 | + - pymdownx.superfences |
| 76 | + - admonition |
| 77 | + - def_list |
| 78 | + - toc: |
| 79 | + permalink: true |
| 80 | + toc_depth: 3 |
| 81 | + |
| 82 | +nav: |
| 83 | + - Overview: index.md |
| 84 | + - Client: client/index.md |
| 85 | + |
| 86 | +extra: |
| 87 | + social: |
| 88 | + - icon: fontawesome/brands/github |
| 89 | + link: https://github.com/awslabs/aws-sdk-python |
| 90 | + |
| 91 | +extra_css: |
| 92 | + - stylesheets/extra.css |
| 93 | + |
| 94 | +validation: |
| 95 | + nav: |
| 96 | + omitted_files: ignore |
0 commit comments