Skip to content

Commit 4cf587d

Browse files
committed
Add documentation for 4byte service
1 parent b4fab06 commit 4cf587d

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: 4byte Service
3+
slug: /running-4byte
4+
---
5+
6+
import EmbedReadme4byteService from "./EmbedReadme4byteService"
7+
8+
<EmbedReadme4byteService />
File renamed without changes.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import EmbedReadme from "../EmbedReadme";
2+
import React from "react";
3+
const repo = "argotorg/sourcify";
4+
const branch = "master";
5+
const readmePath = "/services/4byte/README.md";
6+
const rawBaseUrl = "https://raw.githubusercontent.com";
7+
const pageBaseUrl = "https://github.com";
8+
9+
export default function EmbedReadmeRepoSourcifyDev() {
10+
return (
11+
<EmbedReadme
12+
repo={repo}
13+
branch={branch}
14+
readmePath={readmePath}
15+
rawBaseUrl={rawBaseUrl}
16+
pageBaseUrl={pageBaseUrl}
17+
/>
18+
);
19+
}

0 commit comments

Comments
 (0)