-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
137 lines (136 loc) · 5.52 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
128
129
130
131
132
133
134
135
136
137
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/algorand.md: build/start-building/supported-networks.md
build/start-building/supported-networks/aptos.md: build/start-building/supported-networks.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.md
build/start-building/supported-networks/cosmos.md: build/start-building/supported-networks.md
build/start-building/supported-networks/evm.md: build/start-building/supported-networks.md
build/start-building/supported-networks/near.md: build/start-building/supported-networks.md
build/start-building/supported-networks/solana.md: build/start-building/supported-networks.md
build/start-building/supported-networks/sui.md: build/start-building/supported-networks.md
build/contract-integrations/gateway.md: build/start-building/supported-networks/cosmos.md
learn/messaging/gateway.md: learn/messaging/index.md
tutorials/messaging/cctp.md: tutorials/by-product/wormhole-sdk/usdc-via-cctp.md
tutorials/messaging/cross-chain-contracts.md: tutorials/by-product/contract-integrations/cross-chain-contracts.md
tutorials/messaging/cross-chain-token-contracts.md: tutorials/by-product/contract-integrations/cross-chain-token-contracts.md
tutorials/messaging/index.md: tutorials/by-product/index.md
tutorials/messaging/sui-connect.md: tutorials/by-product/connect/react-dapp.md
tutorials/messaging/token-bridge.md: tutorials/by-product/wormhole-sdk/tokens-via-token-bridge.md
tutorials/multigov/index.md: tutorials/by-product/multigov/index.md
tutorials/multigov/treasury-proposal.md: tutorials/by-product/multigov/treasury-proposal.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>.