Skip to content

Commit f16222b

Browse files
authored
docs: add forkdiff badge/link to readme (#298)
1 parent c77a5a6 commit f16222b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build & publish forkdiff github-pages
1+
name: Forkdiff Github-Pages
22
permissions:
33
contents: read
44
pages: write

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Seismic Reth
22

3-
[![book](https://github.com/SeismicSystems/seismic-reth/actions/workflows/book.yml/badge.svg?branch=seismic)](https://github.com/SeismicSystems/seismic-reth/actions/workflows/book.yml)
3+
[![forkdiff](https://github.com/SeismicSystems/seismic-reth/actions/workflows/gh-pages.yml/badge.svg?branch=seismic)](https://seismicsystems.github.io/seismic-reth/)
44
[![CI Status](https://github.com/SeismicSystems/seismic-reth/actions/workflows/seismic.yml/badge.svg?branch=seismic)](https://github.com/SeismicSystems/seismic-reth/actions/workflows/seismic.yml)
55
[![Chat on Telegram](https://img.shields.io/badge/chat-Join%20Us-blue?logo=telegram)](https://t.me/+xpzfNO4pmRoyM2Ux)
66

fork.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
title: "SeismicSystems/seismic-reth" # Define the HTML page title
66
logo: "logo.png"
77
footer: | # define the footer with markdown
8-
SeismicSystems' [seismic-solidity](https://github.com/SeismicSystems/seismic-solidity) fork overview - created with [Forkdiff](https://github.com/protolambda/forkdiff)
8+
SeismicSystems' [seismic-reth](https://github.com/SeismicSystems/seismic-reth) fork overview - created with [Forkdiff](https://github.com/protolambda/forkdiff)
99
# We compare the fork against the base branch, which matches the upstream repo's main branch
1010
# at the point where the fork was created.
1111
base:
@@ -17,10 +17,10 @@ fork:
1717
url: https://github.com/SeismicSystems/seismic-reth
1818
ref: refs/remotes/origin/seismic
1919
def:
20-
title: "Seismic-Solidity fork diff"
20+
title: "Seismic-Reth fork diff"
2121
description: | # description in markdown
22-
- Original solidity codebase: [`https://github.com/argotorg/solidity/`](https://github.com/argotorg/solidity/).
23-
- Seismic solidity fork: [`https://github.com/SeismicSystems/seismic-solidity`](https://github.com/SeismicSystems/seismic-solidity).
22+
- Original reth codebase: [`https://github.com/paradigmxyz/reth`](https://github.com/paradigmxyz/reth).
23+
- Seismic reth fork: [`https://github.com/SeismicSystems/seismic-reth`](https://github.com/SeismicSystems/seismic-reth).
2424
sub:
2525
- title: "Seismic crate"
2626
description: |

0 commit comments

Comments
 (0)