-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
122 lines (121 loc) · 4.07 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
site_name: Wormhole Docs
site_url: https://wormhole.com/docs/
docs_dir: wormhole-docs
copyright: 2024 © Wormhole Foundation. All Rights Reserved.
extra_css:
- assets/stylesheets/extra.css
- assets/stylesheets/terminal.css
theme:
name: material
custom_dir: material-overrides
favicon: assets/images/favicon.webp
logo: assets/images/wormhole.webp
features:
- content.code.annotate # Adds annotations to code blocks
- content.code.copy # Adds copy to clipboard button to code snippets
- content.tooltips # Adds tooltips
- navigation.footer # Shows previous and next on the footer
- navigation.tabs # Top-level sections are rendered below the header (can be modified to in-line with CSS)
- navigation.tabs.sticky # When scrolling, the tabs remain at the top of the page
- navigation.sections # Render top-level sections as groups in the sidebar
- navigation.indexes # Index pages
font:
text: Roboto
code: Roboto Mono
icon:
admonition:
note: octicons/pencil-16
warning: octicons/alert-16
validation:
absolute_links: ignore
unrecognized_links: ignore
markdown_extensions:
- abbr
- admonition
- attr_list
- codehilite
- md_in_html
- meta
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets:
base_path: wormhole-docs/.snippets
url_download: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
title: Sections
permalink: #
plugins:
- search
- awesome-pages
- glightbox:
skip_classes:
- no-lightbox
- redirects:
redirect_maps:
# Redirects will go here as pages get moved around in the following format:
# old-page.md: new-page.md
build/start-building/supported-networks/cosmos/gateway.md: build/start-building/supported-networks/cosmos.md
build/start-building/supported-networks/cosmos/cosmos.md: build/start-building/supported-networks/cosmos.md
build/contract-integrations/gateway.md: build/start-building/supported-networks/cosmos.md
learn/messaging/gateway.md: learn/messaging/index.md
- macros:
include_yaml:
- wormhole-docs/variables.yml
extra:
consent:
title: Cookie consent
description: This site uses cookies to deliver its service and to analyze traffic. By browsing this site, you accept the <a href="https://wormhole.com/pages/data-protection-and-privacy-policy" target="_blank" rel="noopener">privacy policy</a>.
actions:
- accept
- reject
generator: false
social:
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/wormhole
name: Twitter
- icon: fontawesome/brands/discord
link: https://discord.gg/wormholecrypto
name: Discord
- icon: telegram
link: https://t.me/wormholecrypto
name: Telegram
- icon: fontawesome/brands/github
link: https://github.com/wormhole-foundation/wormhole
name: GitHub
- icon: docs
link: https://wormhole.com/docs/
name: Docs
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@wormholecrypto
name: YouTube
analytics:
provider: google
property: G-SGJJFZS9BB
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by submitting
<a href="https://github.com/wormhole-foundation/wormhole-docs/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">additional feedback</a>.