-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
58 lines (58 loc) · 1.41 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
site_name: Team Jedi Hackathon - Remote Sensing Solutions
docs_dir: ./docs_src
site_dir: ./docs
copyright: 'Copyright © 2023 Intel Corporation'
use_directory_urls: false
theme:
name: 'material'
font:
text: 'Roboto'
code: 'Roboto Mono'
logo: 'images/logo-white-75px.png'
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- search.suggest
- search.highlight
- navigation.top
- toc.integrate
icon:
repo: fontawesome/brands/git-alt
repo_url: https://github.com/NeethuES-intel/team-jedi-hackathon-dev
repo_name: intel/team-jedi-hackathon-dev
plugins:
- search
- swagger-ui-tag:
syntaxHighlightTheme: monokai
supportedSubmitMethods: []
validatorUrl: none
nav:
- Home:
- Overview: index.md
extra_javascript:
- 'https://unpkg.com/lunr/lunr.js'
# Extensions
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.tabbed
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- abbr
- pymdownx.snippets
- attr_list
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: true
extra_css:
- ./stylesheets/index.css
- https://fonts.googleapis.com/icon?family=Material+Icons
- ./stylesheets/branding.css
- ./stylesheets/extra.css