@@ -10,56 +10,67 @@ repo_name: "Citrix Observability Exporter"
1010repo_url : " https://github.com/citrix/citrix-observability-exporter"
1111edit_uri : " edit/master/docs"
1212
13+ # Feedback
14+
15+ issues_uri : https://github.com/citrix/citrix-observability-exporter/issues/new
16+ assignees_uri :
17+ - sreejithgs
18+ labels_uri :
19+ - documentation
20+
1321# Copyright
14- copyright : ' Copyright © 1999-2020 Citrix Systems, Inc. All rights reserved. '
22+ copyright : ' © 1999-2020 Citrix Systems, Inc. All rights reserved.'
1523
1624extra_css :
1725 - ' assets/stylesheets/extra.css'
26+ - https://use.fontawesome.com/releases/v5.12.1/css/all.css
27+
1828
1929# Configuration
2030theme :
2131 name : null
2232 custom_dir : devdocs-theme
23-
33+
2434 # 404 page
2535 static_templates :
2636 - 404.html
27-
37+
2838 # Don't include MkDocs' JavaScript
2939 include_search_page : false
3040 search_index_only : true
31-
41+
3242 # Default values, taken from mkdocs_theme.yml
3343 language : en
34- feature :
35- tabs : false
44+ features :
45+ - tabs : false
3646 palette :
37- primary : white
38- accent : blue
47+ primary : teal
48+ accent : teal
3949 font : false
40- favicon : https://www.citrix.com/favicon.ico
41- logo : https://developer-docs.citrix.com/_static/Citrix_Logo_Black.png
50+ favicon : https://docs.citrix.com/assets/images/favicon.ico
51+ logo : https://developer-docs.citrix.com/_static/logo.svg
52+ icon : fontawesome
4253
43- # Customization
4454extra :
4555 social :
46- - type : youtube
56+ - icon : fontawesome/brands/ youtube
4757 link : https://www.youtube.com/channel/UCiOupk9QF6jdk3EDKTHDykA
48- - type : github-alt
58+ - icon : fontawesome/brands/ github-alt
4959 link : https://github.com/citrix
50- - type : twitter
60+ - icon : fontawesome/brands/ twitter
5161 link : https://twitter.com/citrixdeveloper
52- - type : linkedin
62+ - icon : fontawesome/brands/ linkedin
5363 link : https://www.linkedin.com/company/citrix/
5464
5565markdown_extensions :
5666 - admonition
5767 - codehilite
5868 - toc :
5969 permalink : true
60- - footnotes
61- - meta
62- - extra
70+
71+ plugins :
72+ - search :
73+ separator : ' [\s\-\.]+'
6374
6475# Page tree
6576nav :
0 commit comments