-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
128 lines (115 loc) · 3.27 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
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
site_name: CTO Framework
site_description: The most comprehensive site for technical leaders looking to expand their knowledge and skills.
site_url: https://ctoframework.com
repo_url: https://github.com/ctoframework/static-website
edit_uri: edit/main/docs/
copyright: >
Copyright © 2025 -
<a href="#__consent">Change cookie settings</a>
theme:
name: material
custom_dir: overrides
logo: images/ctoframework-logo.png
favicon: images/ctoframework-logo.ico
features:
- navigation.tabs
# - navigation.expand
- navigation.indexes
- navigation.path # Requires insiders build
- navigation.footer
- content.action.edit
- content.code.copy
palette:
- scheme: default
primary: deep purple
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: deep purple
toggle:
icon: material/weather-sunny
name: Switch to light mode
extra_css:
- styles/extra.css
extra_javascript:
- scripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
plugins:
- meta
- tags
- search
- social
- awesome-nav
- privacy
- i18n:
docs_structure: suffix
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- locale: en
default: true
name: English
build: true
- locale: es
name: Español
build: true
site_description: "El sitio más completo para líderes técnicos que buscan expandir sus conocimientos y habilidades."
nav_translations:
Home: Inicio
People: Personas
Delivery: Procesos
Product: Producto
Technology: Tecnología
Finance: Finanzas
Resources: Recursos
- git-revision-date-localized:
enable_creation_date: false
markdown_extensions:
- def_list
- attr_list
- footnotes
- admonition
- pymdownx.details
- pymdownx.tasklist
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra:
alternate:
- name: English
link: /
lang: en
- name: Español
link: /es/
lang: es
generator: false
social:
- icon: fontawesome/brands/x-twitter
link: https://x.com/ctoframework
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/ctoframework/
- icon: fontawesome/brands/github
link: https://github.com/ctoframework
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@ctoframework
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
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.
hooks:
- hooks/socialmedia.py