forked from jefedeoro/RAVEN_OSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
54 lines (48 loc) · 1.44 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
site_name: RAVEN
copyright: 'Copyright 2023 David Shapiro - All Rights Reserved.'
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.footer
logo: images/docs_logo.png
favicon: images/favicon.ico
palette:
scheme: slate
font:
text: Roboto
highlightjs: true
hljs_languages:
- yaml
nav:
- Home: 'index.md'
- Overview: 'overview.md'
- Mico-Services: 'services.md'
- Tools: 'tools.md'
- Deployment: 'deployment.md'
- Support: 'support.md'
- Contributing: 'Contributing.md'
- Glossary: 'glossary.md'
- License: 'LICENSE.md'
- README: 'https://github.com/daveshap/raven/tree/1.0.0-dev'
extra:
analytics:
provider: google
property: G-XXXXXXXXXX
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/dshap_automator
- icon: fontawesome/brands/github
link: https://github.com/daveshap
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/dshap-automator/
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.