|
| 1 | +theme_config: |
| 2 | + tier: enterprise |
| 3 | + root_domain: heartex.com |
| 4 | +deploy: |
| 5 | + type: aws-s3 |
| 6 | + region: us-east-1 |
| 7 | + bucket: docs.heartex.com |
| 8 | +title: Label Studio |
| 9 | +subtitle: Data labeling, annotation and exploration tool |
| 10 | +description: >- |
| 11 | + Label Studio is a multi-type data labeling and annotation tool with |
| 12 | + standardized output format |
| 13 | +keywords: >- |
| 14 | + computer-vision, deep-learning, image-annotation, annotation-tool, annotation, |
| 15 | + labeling, labeling-tool, image-labeling, image-labeling-tool, boundingbox, |
| 16 | + image-classification, annotations, imagenet, semantic-segmentation, dataset, |
| 17 | + datasets, label-studio, label-region, data-labeling, text-annotation |
| 18 | +author: Heartex |
| 19 | +language: en |
| 20 | +timezone: null |
| 21 | +google_analytics: UA-129877673-4 |
| 22 | +url: https://labelstud.io/ |
| 23 | +root: / |
| 24 | +permalink: ':year/:month/:day/:title/' |
| 25 | +permalink_defaults: null |
| 26 | +source_dir: source |
| 27 | +public_dir: public |
| 28 | +tag_dir: tags |
| 29 | +archive_dir: archives |
| 30 | +category_dir: categories |
| 31 | +code_dir: downloads/code |
| 32 | +i18n_dir: ':lang' |
| 33 | +skip_render: source/playground/render.html |
| 34 | +favicon: images/favicon.ico |
| 35 | +new_post_name: ':title.md' |
| 36 | +default_layout: post |
| 37 | +titlecase: false |
| 38 | +external_link.enable: true |
| 39 | +filename_case: 0 |
| 40 | +render_drafts: false |
| 41 | +post_asset_folder: true |
| 42 | +relative_link: false |
| 43 | +future: true |
| 44 | +highlight: |
| 45 | + enable: true |
| 46 | + line_number: false |
| 47 | + tab_replace: ' ' |
| 48 | + hljs: true |
| 49 | + wrap: false |
| 50 | +prismjs: |
| 51 | + enable: false |
| 52 | +markdown: |
| 53 | + gfm: true |
| 54 | + pedantic: false |
| 55 | + sanitize: false |
| 56 | + tables: true |
| 57 | + breaks: true |
| 58 | + smartLists: true |
| 59 | + smartypants: true |
| 60 | +index_generator: |
| 61 | + path: '' |
| 62 | + per_page: 10 |
| 63 | + order_by: '-date' |
| 64 | +default_category: uncategorized |
| 65 | +category_map: null |
| 66 | +tag_map: null |
| 67 | +date_format: YYYY-MM-DD |
| 68 | +time_format: HH:mm:ss |
| 69 | +per_page: 10 |
| 70 | +pagination_dir: page |
| 71 | +theme: v2 |
| 72 | +sitemap: |
| 73 | + path: |
| 74 | + - sitemap-docs.xml |
| 75 | +search: |
| 76 | + path: search.xml |
| 77 | + field: all |
| 78 | + content: true |
| 79 | +include_markdown: |
| 80 | + dir: source/includes |
0 commit comments