Skip to content

Commit a2d3ca0

Browse files
authored
Merge pull request #196 from papermoonio/dev
update submodule to 06c149c
2 parents c343860 + d2b36e0 commit a2d3ca0

35 files changed

+3820
-448
lines changed

.github/workflows/deploy-docs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
5555
- name: Update image paths in Markdown files
5656
run: |
57-
find wormhole-docs -type f -name "*.md" -exec sed -i -e 's|](/docs/|](/wormhole-mkdocs/|g' -e 's|href="/docs/|href="/wormhole-mkdocs/|g' {} \;
57+
# Change /docs/ for /wormhole/mkdocs in all .md files inside wormhole-docs and all .md and .json files inside .snippets
58+
find wormhole-docs -type f \( -name "*.md" -or \( -path "wormhole-docs/.snippets/*" -a \( -name "*.md" -or -name "*.json" \) \) \) -exec sed -i -e 's|](/docs/|](/wormhole-mkdocs/|g' -e 's|href="/docs/|href="/wormhole-mkdocs/|g' {} \;
5859
find material-overrides -type f -name "*.html" -exec sed -i -e 's|/docs/|/wormhole-mkdocs/|g' {} \;
5960
6061
- name: Deploy Docs
-335 KB
Binary file not shown.
-587 KB
Binary file not shown.
-610 KB
Binary file not shown.

material-overrides/assets/images/card-bg-1.svg

+1,511
Loading

material-overrides/assets/images/card-bg-2.svg

+990
Loading

material-overrides/assets/images/card-bg.svg

+69
Loading

material-overrides/assets/images/dropdown-icons/applications.svg

-11
This file was deleted.

material-overrides/assets/images/dropdown-icons/contract-integrations.svg

-8
This file was deleted.
Loading

material-overrides/assets/images/dropdown-icons/fundamentals.svg

-16
This file was deleted.
Loading
Loading
Loading

material-overrides/assets/images/dropdown-icons/messaging.svg

-7
This file was deleted.
Loading

0 commit comments

Comments
 (0)