Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 1 | site_name: IREE |
Scott Todd | 8c34b97 | 2023-10-24 09:34:49 -0700 | [diff] [blame] | 2 | site_url: https://iree.dev/ |
Scott Todd | c7b2912 | 2023-02-21 17:33:35 -0800 | [diff] [blame] | 3 | repo_url: https://github.com/openxla/iree |
| 4 | repo_name: openxla/iree |
Scott Todd | 573f5e9 | 2023-11-03 08:31:57 -0700 | [diff] [blame] | 5 | edit_uri: blob/main/docs/website/docs/ |
Scott Todd | 792cd6d | 2021-05-07 20:33:47 -0700 | [diff] [blame] | 6 | |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 7 | theme: |
| 8 | name: material |
Scott Todd | d71c147 | 2024-01-19 08:36:10 -0800 | [diff] [blame] | 9 | logo: assets/images/ghost.svg |
Scott Todd | 1cdcc06 | 2023-02-15 14:22:09 -0800 | [diff] [blame] | 10 | logo_alt: IREE |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 11 | icon: |
| 12 | repo: fontawesome/brands/github |
Scott Todd | 573f5e9 | 2023-11-03 08:31:57 -0700 | [diff] [blame] | 13 | edit: material/file-eye-outline |
Scott Todd | 1cdcc06 | 2023-02-15 14:22:09 -0800 | [diff] [blame] | 14 | font: |
| 15 | text: Noto |
| 16 | code: Noto Sans Mono |
Scott Todd | d71c147 | 2024-01-19 08:36:10 -0800 | [diff] [blame] | 17 | favicon: assets/images/ghost.svg |
Scott Todd | 0055f5e | 2023-02-16 11:23:15 -0800 | [diff] [blame] | 18 | |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 19 | custom_dir: overrides |
| 20 | |
| 21 | features: |
Scott Todd | 573f5e9 | 2023-11-03 08:31:57 -0700 | [diff] [blame] | 22 | - content.action.edit # Link to view/edit documentation source on GitHub |
Scott Todd | 1cdcc06 | 2023-02-15 14:22:09 -0800 | [diff] [blame] | 23 | - content.code.annotate # Allow inline annotations |
Scott Todd | a16baf0 | 2023-07-28 11:31:21 -0700 | [diff] [blame] | 24 | - content.code.copy # Enable copy button |
| 25 | - content.tabs.link # Link content tabs across site (e.g. Windows/Linux) |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 26 | |
Scott Todd | a16baf0 | 2023-07-28 11:31:21 -0700 | [diff] [blame] | 27 | - navigation.instant # Ajax-style dynamic loading (faster) |
Geoffrey Martin-Noble | b22c931 | 2022-07-28 08:47:29 -0700 | [diff] [blame] | 28 | - navigation.tracking # Update URL in address bar with the active anchor |
Scott Todd | 1cdcc06 | 2023-02-15 14:22:09 -0800 | [diff] [blame] | 29 | - navigation.sections # Group sections without collapsible buttons |
Scott Todd | a16baf0 | 2023-07-28 11:31:21 -0700 | [diff] [blame] | 30 | - navigation.expand # Start sections expanded |
| 31 | - navigation.tabs # Show primary sections in tabs below the header |
| 32 | - navigation.tabs.sticky # Keep tabs visible at the top when scrolled |
| 33 | - navigation.top # "Back to top" button |
Scott Todd | ef52dbf | 2023-06-08 09:04:48 -0700 | [diff] [blame] | 34 | - navigation.indexes # Section names can link to index.md pages |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 35 | |
Scott Todd | 1cdcc06 | 2023-02-15 14:22:09 -0800 | [diff] [blame] | 36 | - toc.follow # Scroll the TOC panel to follow the reader |
Scott Todd | e5a8374 | 2023-02-08 15:17:40 -0800 | [diff] [blame] | 37 | |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 38 | palette: |
Scott Todd | d71c147 | 2024-01-19 08:36:10 -0800 | [diff] [blame] | 39 | # Light mode |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 40 | - media: "(prefers-color-scheme: light)" |
| 41 | scheme: default |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 42 | toggle: |
Scott Todd | a37f50e | 2022-06-28 09:56:31 -0700 | [diff] [blame] | 43 | icon: material/brightness-7 |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 44 | name: Switch to dark mode |
Scott Todd | d71c147 | 2024-01-19 08:36:10 -0800 | [diff] [blame] | 45 | # Dark mode |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 46 | - media: "(prefers-color-scheme: dark)" |
| 47 | scheme: slate |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 48 | toggle: |
Scott Todd | a37f50e | 2022-06-28 09:56:31 -0700 | [diff] [blame] | 49 | icon: material/brightness-4 |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 50 | name: Switch to light mode |
| 51 | |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 52 | extra: |
Scott Todd | 8c34b97 | 2023-10-24 09:34:49 -0700 | [diff] [blame] | 53 | homepage: https://iree.dev/ |
Scott Todd | 2888d40 | 2023-07-10 10:28:58 -0700 | [diff] [blame] | 54 | |
Scott Todd | 1cdcc06 | 2023-02-15 14:22:09 -0800 | [diff] [blame] | 55 | # TODO(scotttodd): join mkdocs-material insiders and remove notice? |
| 56 | # (we *can* remove the notice without joining) |
| 57 | # generator: false |
| 58 | |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 59 | social: |
| 60 | - icon: fontawesome/brands/github |
Scott Todd | c7b2912 | 2023-02-21 17:33:35 -0800 | [diff] [blame] | 61 | link: https://github.com/openxla/iree |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 62 | name: IREE on GitHub |
| 63 | - icon: fontawesome/brands/discord |
Scott Todd | 1d00b50 | 2024-04-15 13:32:56 -0700 | [diff] [blame^] | 64 | link: https://discord.gg/wEWh6Z9nMU |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 65 | name: IREE Discord Server |
| 66 | - icon: fontawesome/solid/users |
| 67 | link: https://groups.google.com/forum/#!forum/iree-discuss |
| 68 | name: IREE Discuss Google Group |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 69 | |
Scott Todd | 80e68a4 | 2023-07-21 15:10:56 -0700 | [diff] [blame] | 70 | status: |
Scott Todd | d3a152b | 2023-10-16 08:32:08 -0700 | [diff] [blame] | 71 | new: Recently updated |
Scott Todd | 80e68a4 | 2023-07-21 15:10:56 -0700 | [diff] [blame] | 72 | |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 73 | extra_css: |
| 74 | - assets/stylesheets/extra.css |
Scott Todd | d71c147 | 2024-01-19 08:36:10 -0800 | [diff] [blame] | 75 | - assets/stylesheets/iree.css |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 76 | |
Scott Todd | f7b108f | 2024-01-02 15:22:20 -0800 | [diff] [blame] | 77 | copyright: Copyright © 2024 The IREE Authors |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 78 | |
| 79 | markdown_extensions: |
| 80 | - abbr |
| 81 | - admonition |
not-jenni | 54ca93c | 2021-07-28 10:39:57 -0700 | [diff] [blame] | 82 | - attr_list |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 83 | - footnotes |
| 84 | - meta |
| 85 | - pymdownx.details |
| 86 | - pymdownx.emoji: |
| 87 | emoji_index: !!python/name:materialx.emoji.twemoji |
| 88 | emoji_generator: !!python/name:materialx.emoji.to_svg |
Geoffrey Martin-Noble | 50296a9 | 2021-05-10 14:50:58 -0700 | [diff] [blame] | 89 | options: |
| 90 | custom_icons: |
| 91 | - overrides/.icons |
Scott Todd | 4883848 | 2023-12-06 13:28:23 -0800 | [diff] [blame] | 92 | # Support for embedding external files (e.g. source code samples) via snippets |
| 93 | # https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#embedding-external-files |
| 94 | - pymdownx.snippets: |
| 95 | base_path: ["../../"] # Use paths relative to the repository root |
| 96 | check_paths: true |
Scott Todd | e6d6c39 | 2023-06-21 11:30:47 -0700 | [diff] [blame] | 97 | # Diagram support, see |
| 98 | # https://squidfunk.github.io/mkdocs-material/reference/diagrams/ |
| 99 | # Docs : https://mermaid.js.org/ |
| 100 | # Editor: https://mermaid.live/edit |
| 101 | - pymdownx.superfences: |
| 102 | custom_fences: |
| 103 | - name: mermaid |
| 104 | class: mermaid |
| 105 | format: !!python/name:pymdownx.superfences.fence_code_format |
Scott Todd | 71282bf | 2021-12-02 14:17:45 -0800 | [diff] [blame] | 106 | - pymdownx.tabbed: |
| 107 | alternate_style: true |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 108 | - pymdownx.tasklist: |
| 109 | custom_checkbox: true |
| 110 | - tables |
Scott Todd | 1cdcc06 | 2023-02-15 14:22:09 -0800 | [diff] [blame] | 111 | - toc: # Table of Contents |
Scott Todd | d71c147 | 2024-01-19 08:36:10 -0800 | [diff] [blame] | 112 | permalink: 'link' # Use Material font's "link" icon; see iree.css |
Scott Todd | e414c0a | 2023-06-29 11:32:57 -0700 | [diff] [blame] | 113 | toc_depth: 4 |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 114 | |
| 115 | # Navigation with explicit ordering and nesting. |
| 116 | # https://www.mkdocs.org/user-guide/configuration/#nav |
Scott Todd | c416c94 | 2021-10-19 15:32:55 -0700 | [diff] [blame] | 117 | # Note: may include external links and titles are optional for internal links |
Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 118 | nav: |
Geoffrey Martin-Noble | b22c931 | 2022-07-28 08:47:29 -0700 | [diff] [blame] | 119 | - Home: "index.md" |
Geoffrey Martin-Noble | b22c931 | 2022-07-28 08:47:29 -0700 | [diff] [blame] | 120 | - "Building from source": |
| 121 | - "building-from-source/index.md" |
| 122 | - "building-from-source/getting-started.md" |
Geoffrey Martin-Noble | b22c931 | 2022-07-28 08:47:29 -0700 | [diff] [blame] | 123 | - "building-from-source/android.md" |
Yi Wang | 711d939 | 2023-01-09 15:59:19 -0800 | [diff] [blame] | 124 | - "building-from-source/ios.md" |
Geoffrey Martin-Noble | b22c931 | 2022-07-28 08:47:29 -0700 | [diff] [blame] | 125 | - "building-from-source/riscv.md" |
Scott Todd | ef52dbf | 2023-06-08 09:04:48 -0700 | [diff] [blame] | 126 | - "Guides": |
| 127 | - "guides/index.md" |
| 128 | - "ML frameworks": |
| 129 | - "guides/ml-frameworks/index.md" |
Scott Todd | ef52dbf | 2023-06-08 09:04:48 -0700 | [diff] [blame] | 130 | - JAX: "guides/ml-frameworks/jax.md" |
| 131 | - PyTorch: "guides/ml-frameworks/pytorch.md" |
Scott Todd | 8604e07 | 2023-11-29 09:19:03 -0800 | [diff] [blame] | 132 | - TensorFlow: "guides/ml-frameworks/tensorflow.md" |
| 133 | - TensorFlow Lite: "guides/ml-frameworks/tflite.md" |
Scott Todd | ef52dbf | 2023-06-08 09:04:48 -0700 | [diff] [blame] | 134 | - "Deployment configurations": |
| 135 | - "guides/deployment-configurations/index.md" |
| 136 | - CPU: "guides/deployment-configurations/cpu.md" |
| 137 | - CPU - Bare-Metal: "guides/deployment-configurations/bare-metal.md" |
| 138 | - GPU - Vulkan: "guides/deployment-configurations/gpu-vulkan.md" |
Scott Todd | 87a1cc6 | 2023-10-17 14:55:23 -0700 | [diff] [blame] | 139 | - GPU - CUDA: "guides/deployment-configurations/gpu-cuda.md" |
| 140 | - GPU - ROCm: "guides/deployment-configurations/gpu-rocm.md" |
Scott Todd | d810300 | 2023-09-01 08:54:36 -0700 | [diff] [blame] | 141 | - GPU - Metal: "guides/deployment-configurations/gpu-metal.md" |
Scott Todd | c121b86 | 2024-02-12 16:32:05 -0800 | [diff] [blame] | 142 | - "General topics": |
| 143 | - "guides/parameters.md" |
Geoffrey Martin-Noble | b22c931 | 2022-07-28 08:47:29 -0700 | [diff] [blame] | 144 | - "Reference": |
Scott Todd | ef52dbf | 2023-06-08 09:04:48 -0700 | [diff] [blame] | 145 | - "reference/index.md" |
| 146 | - "API bindings": |
| 147 | - "reference/bindings/index.md" |
Scott Todd | be8437f | 2023-07-17 13:09:22 -0700 | [diff] [blame] | 148 | - C API: "reference/bindings/c-api.md" |
Scott Todd | ef52dbf | 2023-06-08 09:04:48 -0700 | [diff] [blame] | 149 | - Python: "reference/bindings/python.md" |
Scott Todd | 7ca13e3 | 2023-06-22 09:05:18 -0700 | [diff] [blame] | 150 | - "MLIR dialects": |
| 151 | - "reference/mlir-dialects/index.md" |
| 152 | # Note: these files are generated by generate_extra_files.sh. |
Scott Todd | deb69a2 | 2023-07-13 13:24:35 -0700 | [diff] [blame] | 153 | - "Internal dialects": |
| 154 | - Check: "reference/mlir-dialects/Check.md" |
| 155 | - Flow: "reference/mlir-dialects/Flow.md" |
| 156 | - HAL: "reference/mlir-dialects/HAL.md" |
Ben Vanik | 11ced0c | 2023-11-03 14:24:08 -0700 | [diff] [blame] | 157 | - HAL/Inline: "reference/mlir-dialects/HALInline.md" |
| 158 | - HAL/Loader: "reference/mlir-dialects/HALLoader.md" |
| 159 | - IO/Parameters: "reference/mlir-dialects/IOParameters.md" |
Han-Chung Wang | 2fe2975 | 2024-02-22 12:02:47 -0800 | [diff] [blame] | 160 | - LinalgExt: "reference/mlir-dialects/LinalgExt.md" |
Scott Todd | deb69a2 | 2023-07-13 13:24:35 -0700 | [diff] [blame] | 161 | - Stream: "reference/mlir-dialects/Stream.md" |
| 162 | - Util: "reference/mlir-dialects/Util.md" |
| 163 | - VM: "reference/mlir-dialects/VM.md" |
| 164 | - VMVX: "reference/mlir-dialects/VMVX.md" |
| 165 | # Dialects from llvm-external-projects/iree-dialects/ |
| 166 | - "Public dialects": |
| 167 | - IREEInput: "reference/mlir-dialects/IREEInput.md" |
Scott Todd | 63b929d | 2023-11-16 09:03:21 -0800 | [diff] [blame] | 168 | - IREEVectorExt: "reference/mlir-dialects/IREEVectorExt.md" |
Scott Todd | ef52dbf | 2023-06-08 09:04:48 -0700 | [diff] [blame] | 169 | - "Other topics": |
| 170 | - Glossary: "reference/glossary.md" |
| 171 | - Optimization options: "reference/optimization-options.md" |
| 172 | - Extensions: "reference/extensions.md" |
Scott Todd | 573f5e9 | 2023-11-03 08:31:57 -0700 | [diff] [blame] | 173 | - "Developers": |
| 174 | - "developers/index.md" |
| 175 | - "General development topics": |
| 176 | - "developers/general/contributing.md" |
| 177 | - "developers/general/developer-overview.md" |
| 178 | - "developers/general/developer-tips.md" |
| 179 | - "developers/general/release-management.md" |
| 180 | - "developers/general/testing-guide.md" |
| 181 | - "Building": |
| 182 | - "developers/building/bazel.md" |
| 183 | - "developers/building/emscripten.md" |
Scott Todd | e94f3cb | 2023-11-06 09:03:30 -0800 | [diff] [blame] | 184 | - "developers/building/cmake-options.md" |
Scott Todd | 573f5e9 | 2023-11-03 08:31:57 -0700 | [diff] [blame] | 185 | - "developers/building/cmake-with-ccache.md" |
| 186 | - "Debugging": |
| 187 | - "developers/debugging/android-with-lldb.md" |
| 188 | - "developers/debugging/compile-time-regressions.md" |
Lei Zhang | 59297e0 | 2023-11-28 13:55:54 -0800 | [diff] [blame] | 189 | - "developers/debugging/gpu.md" |
Scott Todd | 573f5e9 | 2023-11-03 08:31:57 -0700 | [diff] [blame] | 190 | - "developers/debugging/integration-tests.md" |
| 191 | - "developers/debugging/releases.md" |
| 192 | - "developers/debugging/sanitizers.md" |
| 193 | - "Performance": |
| 194 | - "developers/performance/benchmarking.md" |
| 195 | - "developers/performance/benchmark-suites.md" |
| 196 | - "developers/performance/profiling.md" |
| 197 | - "developers/performance/profiling-cpu-events.md" |
| 198 | - "developers/performance/profiling-gpu-vulkan.md" |
| 199 | - "developers/performance/profiling-with-tracy.md" |
| 200 | - "Design docs": |
Scott Todd | 573f5e9 | 2023-11-03 08:31:57 -0700 | [diff] [blame] | 201 | - "developers/design-docs/design-roadmap.md" |
| 202 | - "developers/design-docs/function-abi.md" |
| 203 | - "developers/design-docs/invocation-execution-model.md" |
Lei Zhang | a8c1e17 | 2024-01-30 13:57:06 -0800 | [diff] [blame] | 204 | - "developers/design-docs/cuda-hal-driver.md" |
Nithin Meganathan | 41e312a | 2024-04-01 15:55:22 -0700 | [diff] [blame] | 205 | - "developers/design-docs/hip-hal-driver.md" |
Lei Zhang | a8c1e17 | 2024-01-30 13:57:06 -0800 | [diff] [blame] | 206 | - "developers/design-docs/metal-hal-driver.md" |
Scott Todd | 573f5e9 | 2023-11-03 08:31:57 -0700 | [diff] [blame] | 207 | - "Other topics": |
| 208 | - "developers/usage-best-practices.md" |
| 209 | - "developers/vulkan-environment-setup.md" |
Geoffrey Martin-Noble | b22c931 | 2022-07-28 08:47:29 -0700 | [diff] [blame] | 210 | - "Community": |
| 211 | - "community/index.md" |
Scott Todd | ef52dbf | 2023-06-08 09:04:48 -0700 | [diff] [blame] | 212 | - "Blog": |
| 213 | - "community/blog/index.md" |
Scott Todd | eadbfcb | 2023-08-25 11:04:32 -0700 | [diff] [blame] | 214 | - "community/tags.md" |
Scott Todd | 63b929d | 2023-11-16 09:03:21 -0800 | [diff] [blame] | 215 | |
| 216 | # https://www.mkdocs.org/user-guide/configuration/#hooks |
| 217 | hooks: |
| 218 | - custom_edit_url.py |
| 219 | |
Scott Todd | ef52dbf | 2023-06-08 09:04:48 -0700 | [diff] [blame] | 220 | plugins: |
Scott Todd | eadbfcb | 2023-08-25 11:04:32 -0700 | [diff] [blame] | 221 | # https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/ |
| 222 | - blog: |
| 223 | blog_dir: "community/blog" |
| 224 | blog_toc: true |
| 225 | post_url_date_format: yyyy-MM-dd |
| 226 | post_url_format: "{date}-{slug}" |
| 227 | |
Scott Todd | ef52dbf | 2023-06-08 09:04:48 -0700 | [diff] [blame] | 228 | # https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/ |
| 229 | - search |
| 230 | |
Scott Todd | 6a87b03 | 2023-06-08 12:57:03 -0700 | [diff] [blame] | 231 | # https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/ |
Scott Todd | eadbfcb | 2023-08-25 11:04:32 -0700 | [diff] [blame] | 232 | - tags: |
| 233 | tags_file: community/tags.md |
Scott Todd | 6a87b03 | 2023-06-08 12:57:03 -0700 | [diff] [blame] | 234 | |
Scott Todd | ef52dbf | 2023-06-08 09:04:48 -0700 | [diff] [blame] | 235 | # https://github.com/mkdocs/mkdocs-redirects |
| 236 | - redirects: |
| 237 | redirect_maps: # old -> new |
| 238 | "extensions/index.md": "reference/extensions.md" |
| 239 | |
| 240 | # "getting-started/" moved under "guides/ml-frameworks/" |
| 241 | "getting-started/index.md": "guides/ml-frameworks/index.md" |
| 242 | "getting-started/tensorflow.md": "guides/ml-frameworks/tensorflow.md" |
| 243 | "getting-started/tflite.md": "guides/ml-frameworks/tflite.md" |
| 244 | "getting-started/jax.md": "guides/ml-frameworks/jax.md" |
| 245 | "getting-started/pytorch.md": "guides/ml-frameworks/pytorch.md" |
| 246 | |
| 247 | # "deployment-configurations/" moved under "guides/" |
| 248 | "deployment-configurations/index.md": "guides/deployment-configurations/index.md" |
| 249 | "deployment-configurations/cpu.md": "guides/deployment-configurations/cpu.md" |
| 250 | "deployment-configurations/bare-metal.md": "guides/deployment-configurations/bare-metal.md" |
| 251 | "deployment-configurations/gpu-vulkan.md": "guides/deployment-configurations/gpu-vulkan.md" |
Scott Todd | 87a1cc6 | 2023-10-17 14:55:23 -0700 | [diff] [blame] | 252 | "deployment-configurations/gpu-cuda-rocm.md": "guides/deployment-configurations/gpu-cuda.md" |
| 253 | # The CUDA/ROCm page split into two pages |
| 254 | "guides/deployment-configurations/gpu-cuda-rocm.md": "guides/deployment-configurations/gpu-cuda.md" |
Scott Todd | ef52dbf | 2023-06-08 09:04:48 -0700 | [diff] [blame] | 255 | |
| 256 | # "bindings/" moved under "reference/" |
| 257 | "bindings/index.md": "reference/bindings/index.md" |
| 258 | "bindings/c-api.md": "reference/bindings/c-api.md" |
| 259 | "bindings/python.md": "reference/bindings/python.md" |
Scott Todd | ef52dbf | 2023-06-08 09:04:48 -0700 | [diff] [blame] | 260 | |
| 261 | # "blog/" moved under "community/" |
| 262 | "blog/index.md": "community/blog/index.md" |
Scott Todd | eadbfcb | 2023-08-25 11:04:32 -0700 | [diff] [blame] | 263 | "blog/2021-07-19-tflite-tosa.md": "community/blog/posts/tflite-tosa.md" |
| 264 | "blog/2021-10-13-mmt4d.md": "community/blog/posts/mmt4d.md" |
| 265 | "blog/2021-10-15-cuda-backend.md": "community/blog/posts/cuda-backend.md" |
| 266 | # Some blog post names/paths changed when setting up the blog plugin |
| 267 | "community/blog/2021-07-19-tflite-tosa.md": "community/blog/posts/tflite-tosa.md" |
| 268 | "community/blog/2021-10-13-mmt4d.md": "community/blog/posts/mmt4d.md" |
Scott Todd | 573f5e9 | 2023-11-03 08:31:57 -0700 | [diff] [blame] | 269 | |
| 270 | # "Developers" section was added |
| 271 | "guides/developer-tips.md": "developers/general/developer-tips.md" |
Scott Todd | e94f3cb | 2023-11-06 09:03:30 -0800 | [diff] [blame] | 272 | "developers/building/cmake-options-and-variables.md": "developers/building/cmake-options.md" |