-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs_old.yml
More file actions
135 lines (130 loc) · 3.68 KB
/
mkdocs_old.yml
File metadata and controls
135 lines (130 loc) · 3.68 KB
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
# ## Project information
# site_name: LLM Workshop
# site_url: https://llmworkshop.daiict.ac.in
# #site_description: Homepage of KDM Lab, DAIICT
# ### Repository
# #repo_name: kdmlab_website
# #edit_uri: '' #disables edit button
# # Copyright
# copyright: DAIIG
# ## Page tree
# nav:
# - Home:
# - LLM Workshop: "index.md"
# - Speakers: "speakers.md"
# - Schedule: "schedule.md"
# - 'Registration': 'registration.md'
# # - People:
# # - Current: people/current.md
# # - Past: people/past.md
# # - Projects:
# # - Ongoing: projects/ongoing.md
# # - Past: projects/past.md
# # - 'Publications': 'publications.md'
# # - 'Openings': 'openings.md'
# # - 'Events': 'events.md'
# ## Configuration
# theme:
# name: material
# # custom_dir: docs/theme_override_home/
# # 404 page
# # static_templates:
# # - 404.html
# # Don't include MkDocs' JavaScript
# include_search_page: false
# search_index_only: true
# # Default values, taken from mkdocs_theme.yml
# language: en
# features:
# # - navigation.tabs
# - navigation.tabs
# - navigation.expand
# # - navigation.sections
# # - navigation.indexes
# palette:
# primary: indigo
# accent: purple
# font:
# text: Roboto
# code: Roboto Mono
# # icon: # from .icons path. Add to theme override for custom logo.
# # logo: up42-logo # top left header logo
# # favicon: assets/logo-up42.ico #browser tab logo
# #
# ### Plugins
# #plugins:
# # - search
# # - autolinks
# # - mkdocs-jupyter:
# # include_source: False
# # ignore_h1_titles: True
# # include: ["examples/data-block-examples/pleiades-download-example.ipynb",
# # "examples/data-block-examples/nextmapone-viewshed-data-example.ipynb",
# # "examples/data-block-examples/osm-example.ipynb",
# # "examples/advanced/ship-identification.ipynb",
# # "examples/tasking/tasking-example.ipynb",
# # "examples/asset/asset-example.ipynb"]
# # - macros:
# # module_name: docs/macros
# # - exclude:
# # glob:
# # - "*config*.json"
# # - "*cfg*.json"
# # - ".ipynb_checkpoints"
# # - "*examples/project*"
# # - "*swagger*"
# # - PULL_REQUEST_TEMPLATE.md
# # - mkdocstrings:
# # default_handler: python
# # handlers:
# # python:
# # rendering:
# # show_root_toc_entry: False
# # show_root_heading: False
# # show_source: True
# # show_category_heading: True
# # show_bases: False
# # selection:
# # filters:
# # - "!^_" # exclude all members starting with _
# # watch:
# # - up42
# #
# ### Custom theme additions
# #extra_javascript:
# # - 'stylesheets/extra.js'
# #extra_css:
# # - stylesheets/extra.css
# #
# ### Extensions
# markdown_extensions:
# - markdown.extensions.admonition
# - markdown.extensions.attr_list
# - markdown.extensions.md_in_html
# - markdown.extensions.def_list
# - markdown.extensions.footnotes
# - markdown.extensions.meta
# # - markdown.extensions.toc:
# # baselevel: 1
# # permalink: true
# - pymdownx.arithmatex
# - pymdownx.betterem:
# smart_enable: all
# - pymdownx.caret
# - pymdownx.critic
# - pymdownx.details
# - pymdownx.emoji
# - pymdownx.highlight
# - pymdownx.inlinehilite
# - pymdownx.keys
# - pymdownx.magiclink:
# - pymdownx.mark
# - pymdownx.smartsymbols
# - pymdownx.snippets:
# check_paths: true
# - pymdownx.superfences
# - pymdownx.tabbed:
# alternate_style: true
# - pymdownx.tasklist:
# custom_checkbox: true
# - pymdownx.tilde