Skip to content

Commit d894442

Browse files
authored
Delete docs/pages/usage/sandbox.mdx (#3712)
2 parents 91041c1 + f033bba commit d894442

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+6
-18544
lines changed

.github/workflows/cypress.yml

-47
This file was deleted.

.github/workflows/install-script.yml

-52
This file was deleted.

.github/workflows/jest.yml

-43
This file was deleted.

.github/workflows/npm-publish.yml.removed

-52
This file was deleted.

.github/workflows/platform-build.yml

-42
This file was deleted.

docs/pages/_app.tsx

+5-11
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,11 @@ import "../styles/global.css";
33

44

55
function MyApp({ Component, pageProps }: AppProps) {
6-
return (
7-
// <main className="bg-[#020817]" style={{backgroundColor: "#020817"}}>
8-
// <main className="bg-[#020817]" style={{backgroundColor: "#0d0a19"}}>
9-
// <main className="bg-[#020817]" style={{backgroundColor: "#161625"}}>
10-
// <main className="bg-[#020817]" style={{backgroundColor: "#13131A"}}>
11-
// <main className="bg-[#020817]" style={{backgroundColor: "#121221"}}>
12-
// <main style={{backgroundColor: "#10101E"}}>
13-
<main style={{backgroundColor: "#0E0E1C"}}>
14-
<Component {...pageProps} />
15-
</main>
16-
);
6+
return (
7+
<main style={{ backgroundColor: "#0E0E1C" }}>
8+
<Component {...pageProps} />
9+
</main>
10+
);
1711
}
1812

1913
export default MyApp;

docs/pages/_meta.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"getting-started": "🚀 Getting Started",
44
"cli": "🔧 Sweep CLI",
55
"deployment": "🏠 Self-Host",
6-
"assistant": "🧪 Sweep Assistant",
76
"usage": "📖 Usage",
87
"about": "👋 About",
98
"faq": "❓ FAQ",

0 commit comments

Comments
 (0)