Skip to content

Commit

Permalink
Merge pull request #107 from papermoonio/dev
Browse files Browse the repository at this point in the history
Publish latest script changes and commit d0c01c08
  • Loading branch information
eshaben authored Dec 11, 2024
2 parents 9a710e8 + 2dcfc31 commit a5877cf
Show file tree
Hide file tree
Showing 72 changed files with 2,049 additions and 4,283 deletions.
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

0 comments on commit a5877cf

Please sign in to comment.