Skip to content

Commit 1c464ab

Browse files
committed
updated theme for rebranding
1 parent 7489d14 commit 1c464ab

4 files changed

Lines changed: 32 additions & 20 deletions

File tree

devdocs-theme

Submodule devdocs-theme updated 5750 files

mkdocs.yml

Lines changed: 29 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,56 +10,67 @@ repo_name: "Citrix Observability Exporter"
1010
repo_url: "https://github.com/citrix/citrix-observability-exporter"
1111
edit_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

1624
extra_css:
1725
- 'assets/stylesheets/extra.css'
26+
- https://use.fontawesome.com/releases/v5.12.1/css/all.css
27+
1828

1929
# Configuration
2030
theme:
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
4454
extra:
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

5565
markdown_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
6576
nav:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
mkdocs>=1
22
pygments>=2.2
3-
pymdown-extensions>=4.11
3+
pymdown-extensions>=4.3

runtime.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.5

0 commit comments

Comments
 (0)