-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (41 loc) · 1.1 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
site_name: Orange Cloudavenue opensource documentation
theme:
name: material
palette:
- scheme: orangeCorp
features:
- navigation.sections
- navigation.tabs
- navigation.top
- content.code.annotate
- header.autohide
- navigation.instant
icon:
repo: fontawesome/brands/github-alt
favicon: https://opensource.orange.com/wp-content/themes/boosted/favicon.ico
logo: https://boosted.orange.com/docs/5.3/assets/brand/orange-logo.svg
font: false
extra_css:
- stylesheets/orange.css
plugins:
- search
nav:
- Overview: "index.md"
- Projects: "projects.md"
- ⇗ Github: "https://github.com/orange-cloudavenue"
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/orange-cloudavenue
copyright: Copyright © Orange 2025