|
| 1 | +site_name: visdet Documentation |
| 2 | +site_description: Object detection toolkit based on MMDetection |
| 3 | +site_author: visdet Contributors |
| 4 | +site_url: https://binitai.github.io/visdet/ |
| 5 | + |
| 6 | +repo_name: BinItAI/visdet |
| 7 | +repo_url: https://github.com/BinItAI/visdet |
| 8 | +edit_uri: edit/master/docs/ |
| 9 | + |
| 10 | +theme: |
| 11 | + name: material |
| 12 | + palette: |
| 13 | + # Palette toggle for light mode |
| 14 | + - media: "(prefers-color-scheme: light)" |
| 15 | + scheme: default |
| 16 | + primary: indigo |
| 17 | + accent: indigo |
| 18 | + toggle: |
| 19 | + icon: material/brightness-7 |
| 20 | + name: Switch to dark mode |
| 21 | + # Palette toggle for dark mode |
| 22 | + - media: "(prefers-color-scheme: dark)" |
| 23 | + scheme: slate |
| 24 | + primary: indigo |
| 25 | + accent: indigo |
| 26 | + toggle: |
| 27 | + icon: material/brightness-4 |
| 28 | + name: Switch to light mode |
| 29 | + features: |
| 30 | + - navigation.tabs |
| 31 | + - navigation.sections |
| 32 | + - navigation.top |
| 33 | + - navigation.tracking |
| 34 | + - search.suggest |
| 35 | + - search.highlight |
| 36 | + - content.tabs.link |
| 37 | + - content.code.annotation |
| 38 | + - content.code.copy |
| 39 | + language: en |
| 40 | + icon: |
| 41 | + repo: fontawesome/brands/github |
| 42 | + |
| 43 | +plugins: |
| 44 | + - search |
| 45 | + - mkdocstrings: |
| 46 | + handlers: |
| 47 | + python: |
| 48 | + options: |
| 49 | + docstring_style: google |
| 50 | + show_source: true |
| 51 | + show_root_heading: true |
| 52 | + show_root_full_path: false |
| 53 | + members_order: source |
| 54 | + - git-revision-date-localized: |
| 55 | + enable_creation_date: true |
| 56 | + type: timeago |
| 57 | + |
| 58 | +markdown_extensions: |
| 59 | + - pymdownx.highlight: |
| 60 | + anchor_linenums: true |
| 61 | + - pymdownx.inlinehilite |
| 62 | + - pymdownx.snippets |
| 63 | + - admonition |
| 64 | + - pymdownx.arithmatex: |
| 65 | + generic: true |
| 66 | + - footnotes |
| 67 | + - pymdownx.details |
| 68 | + - pymdownx.superfences |
| 69 | + - pymdownx.mark |
| 70 | + - attr_list |
| 71 | + - pymdownx.emoji: |
| 72 | + emoji_index: !!python/name:material.extensions.emoji.twemoji |
| 73 | + emoji_generator: !!python/name:material.extensions.emoji.to_svg |
| 74 | + |
| 75 | +nav: |
| 76 | + - Home: index.md |
| 77 | + - Getting Started: |
| 78 | + - Installation: getting-started/installation.md |
| 79 | + - Quick Start: getting-started/quick-start.md |
| 80 | + - User Guide: |
| 81 | + - Training: user-guide/training.md |
| 82 | + - Inference: user-guide/inference.md |
| 83 | + - Configuration: user-guide/configuration.md |
| 84 | + - API Reference: |
| 85 | + - Overview: api-reference/index.md |
| 86 | + - Development: |
| 87 | + - Contributing: development/contributing.md |
| 88 | + - Architecture: development/architecture.md |
| 89 | + |
| 90 | +extra: |
| 91 | + social: |
| 92 | + - icon: fontawesome/brands/github |
| 93 | + link: https://github.com/BinItAI/visdet |
| 94 | + version: |
| 95 | + provider: mike |
0 commit comments