-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
142 lines (134 loc) · 3.74 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# Project information
site_name: OLID-BR
site_description: Offensive Language Identification Dataset for Brazilian Portuguese
site_url: https://github.com/DougTrajano/olid-br
site_author: Douglas Trajano
# Repository
repo_name: olid-br
repo_url: https://github.com/DougTrajano/olid-br
edit_uri: ""
# Other
use_directory_urls: false
copyright: Copyright 2021 Douglas Trajano. Licensed under the Apache License, Version 2.0.
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.ico
language: en
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)" # get system preference
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)" # get system preference
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- navigation.instant
- navigation.tabs
- navigation.top
- navigation.sections
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.integrate
nav:
- Overview: index.en.md
- Get Started: get-started.en.md
- Annotation:
- Overview: annotation/index.en.md
- Guidelines: annotation/guidelines.en.md
- Inter-Rater Reliability: annotation/inter-rater-reliability.en.md
- Iterations: annotation/iterations.en.md
- Qualified Annotators: annotation/qualified-annotators.en.md
- Schema: annotation/schema.en.md
- Data Pipeline: data-pipeline.en.md
- Glossary: glossary.en.md
plugins:
- tooltips
- search
- section-index
- i18n:
default_language: en
languages:
en: english
pt: portuguese
material_alternate: false
- git-revision-date-localized
- exclude:
glob:
- diagrams/*
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/douglas-trajano
name: Douglas Trajano - LinkedIn
- icon: fontawesome/brands/medium
link: https://dougtrajano.medium.com/
name: Douglas Trajano - Medium
- icon: fontawesome/brands/github
link: https://github.com/DougTrajano
name: DougTrajano - GitHub
- icon: fontawesome/brands/kaggle
link: https://www.kaggle.com/dougtrajano
name: Douglas Trajano - Kaggle
alternate:
- name: English
link: ./en/
lang: en
- name: Português
link: ./pt/
lang: pt
extra_css:
- https://unpkg.com/[email protected]/dist/mermaid.css
- stylesheets/extra.css
- stylesheets/tooltip.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
- https://cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.2/Chart.js
- javascripts/tables.js
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- meta
- pymdownx.caret
- pymdownx.details
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.progressbar
- pymdownx.snippets
- pymdownx.tabbed
- pymdownx.tilde
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
linenums: true
- pymdownx.tasklist:
clickable_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- toc:
permalink: "#"
slugify: !!python/name:pymdownx.slugs.uslugify