diff --git a/data/docs.yaml b/data/docs.yaml index 6c7f038..5d2260d 100644 --- a/data/docs.yaml +++ b/data/docs.yaml @@ -15,7 +15,7 @@ content: Guides and documentation to help you start working with Dash Platform as quickly as possible, as well as support if you get stuck. - title: Dash User Docs website: https://docs.dash.org/en/stable/ - picture: /images/sites/readthedocs.png + picture: /images/marks/readthedocs.png description: > User documentation for understanding general Dash concepts & usage - title: Core Developer Guide @@ -25,6 +25,6 @@ content: Detailed docs for working with Dash's internal Core Network - title: Tendermint Core Docs website: https://docs.tendermint.com/master/ - picture: /images/sites/tendermint.jpg + picture: /images/marks/tendermint.jpg description: > Docs for Tendermint, the BFT protocol used on Layer 2 in conjunction with Masternode quorums diff --git a/data/tools.yaml b/data/tools.yaml index 97dec4e..0ae6549 100644 --- a/data/tools.yaml +++ b/data/tools.yaml @@ -26,15 +26,15 @@ content: source: https://github.com/dashevo/dash-network-deploy website: https://github.com/dashevo/dash-network-deploy description: This tool assists in deploying and managing Dash networks. - picture: /images/sites/GitHub-Mark.png + picture: /images/marks/GitHub-Mark.png - title: Dash Masternode Deployment Tool source: https://github.com/strophy/dash-masternode-docker website: https://github.com/strophy/dash-masternode-docker description: This tool deploys a Dash masternode to the current host. - picture: /images/sites/GitHub-Mark.png + picture: /images/marks/GitHub-Mark.png - title: DAPI Client Python source: https://github.com/thephez/dapi-client-py website: https://github.com/thephez/dapi-client-py description: A very basic, read-only DAPI client. - picture: /images/sites/GitHub-Mark.png + picture: /images/marks/GitHub-Mark.png diff --git a/src/static/images/marks/GitHub-Mark.png b/src/static/images/marks/GitHub-Mark.png new file mode 100644 index 0000000..a0ecbcc Binary files /dev/null and b/src/static/images/marks/GitHub-Mark.png differ diff --git a/src/static/images/sites/readthedocs.png b/src/static/images/marks/readthedocs.png similarity index 100% rename from src/static/images/sites/readthedocs.png rename to src/static/images/marks/readthedocs.png diff --git a/src/static/images/marks/tendermint.jpg b/src/static/images/marks/tendermint.jpg new file mode 100644 index 0000000..9972d3a Binary files /dev/null and b/src/static/images/marks/tendermint.jpg differ diff --git a/src/static/images/sites/GitHub-Mark.png b/src/static/images/sites/GitHub-Mark.png deleted file mode 100644 index ee85bb8..0000000 Binary files a/src/static/images/sites/GitHub-Mark.png and /dev/null differ diff --git a/src/static/images/sites/tendermint.jpg b/src/static/images/sites/tendermint.jpg deleted file mode 100644 index a7ae39d..0000000 Binary files a/src/static/images/sites/tendermint.jpg and /dev/null differ