Skip to content

Commit 4d7fee5

Browse files
committed
Remove Running Sourcify UI docs, add running verify.sourcify.dev
1 parent b45cba3 commit 4d7fee5

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

docs/2. Running Sourcify/2-UI.mdx

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: verify.sourcify.dev
3+
slug: /verify.sourcify.dev
4+
---
5+
6+
import EmbedReadmeVerifySourcifyDev from "./EmbedReadmeVerifySourcifyDev"
7+
8+
<EmbedReadmeVerifySourcifyDev />
File renamed without changes.

docs/2. Running Sourcify/EmbedReadmeUI.jsx renamed to docs/2. Running Sourcify/EmbedReadmeVerifySourcifyDev.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import EmbedReadme from "../EmbedReadme";
22
import React from "react";
3-
const repo = "sourcifyeth/ui";
4-
const branch = "master";
3+
const repo = "sourcifyeth/verify.sourcify.dev";
4+
const branch = "main";
55
const readmePath = "/README.md";
66
const rawBaseUrl = "https://raw.githubusercontent.com";
77
const pageBaseUrl = "https://github.com";
88

9-
export default function EmbedReadmeUI() {
9+
export default function EmbedReadmeVerifySourcifyDev() {
1010
return (
1111
<EmbedReadme
1212
repo={repo}

0 commit comments

Comments
 (0)