Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish latest script changes and commit d0c01c08 #107

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 5 additions & 18 deletions material-overrides/assets/stylesheets/wormhole.css
Original file line number Diff line number Diff line change
Expand Up @@ -1000,24 +1000,6 @@ pre .md-clipboard {
margin-right: .5em;
}

/* Chains list styling */
.md-typeset .card-container {
display: grid;
grid-template-columns: repeat(4, 1fr); /* 4 items per row */
}

.md-typeset .chains-list {
display: flex;
flex-direction: column;
text-align: center;
}

@media screen and (max-width: 30em) {
.md-typeset .card-container {
grid-template-columns: repeat(2, 1fr); /* 2 items per row */
}
}

/* Type styling */
.md-typeset kbd {
border-radius: 1em;
Expand Down Expand Up @@ -1404,4 +1386,9 @@ details.child {
width: fit-content;
border: 1px solid var(--light-transparent-20);
box-shadow: none;
}

/* Supported Blockchains Tables */
.full-width .md-typeset__scrollwrap .md-typeset__table {
width: 100%;
}
9 changes: 8 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,16 @@ plugins:
# 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/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/contract-integrations/gateway.md: build/start-building/supported-networks/cosmos.md
learn/messaging/gateway.md: learn/messaging/index.md
build/start-building/supported-networks/evm.md: build/start-building/supported-networks.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/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
- macros:
include_yaml:
- wormhole-docs/variables.yml
Expand Down
Loading