Skip to content

Commit 5a89278

Browse files
committed
chore: move .gitbook/assets to assets
1 parent 8a43ead commit 5a89278

29 files changed

Lines changed: 29 additions & 24 deletions

.gitbook/assets/manifest.webmanifest

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo -e '<html><head><meta http-equiv="refresh" content="0; url=./v0.5.3" /></head></html>' > index.html
4444
echo -e "* master\n * <a href=\"../master\">**master**</a>\n * <a href=\"../v0.5.3\">v0.5.3</a>\n$(cat master/NAV.md)" > master/NAV.md
4545
echo -e "* v0.5.3\n * <a href=\"../master\">master</a>\n * <a href=\"../v0.5.3\">**v0.5.3**</a>\n$(cat v0.5.3/NAV.md)" > v0.5.3/NAV.md
46-
cp master/.gitbook/assets/favicon.ico .
46+
cp master/assets/favicon.ico .
4747
- name: Setup Pages
4848
uses: actions/configure-pages@v2
4949
- name: Upload artifact

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# What is Testground?
22

3-
![](.gitbook/assets/image%20%283%29%20%281%29.png)
3+
![](assets/image%20%283%29%20%281%29.png)
44

55
> You are reading the Testground documentation for the [master](https://github.com/testground/testground) branch.
66
>
@@ -12,7 +12,7 @@ Testground is a platform for testing, benchmarking, and simulating distributed a
1212

1313
The Testground project was started at Protocol Labs because we couldn't find a platform that would allow us to reliably and reproducibly test and measure how changes to the IPFS and libp2p codebases would impact the performance and health of large networks \(as well as individual nodes\), so we decided to invent it.
1414

15-
![](.gitbook/assets/testground-demo.gif)
15+
![](assets/testground-demo.gif)
1616

1717
## How does it work?
1818

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)