Skip to content

Commit 1e94567

Browse files
committed
migrated docs to scade.io
1 parent 3fbd29e commit 1e94567

Some content is hidden

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

56 files changed

+49
-3053
lines changed

app/blog/page.tsx

Lines changed: 0 additions & 38 deletions
This file was deleted.

app/docs/[[...slug]]/page.tsx

Lines changed: 0 additions & 46 deletions
This file was deleted.

app/docs/docs.css

Lines changed: 0 additions & 53 deletions
This file was deleted.

app/docs/layout.tsx

Lines changed: 0 additions & 19 deletions
This file was deleted.

app/globals.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,8 @@ body {
102102
max-width: 760px;
103103
padding: 0 30px;
104104
}
105+
.swift-for-android {
106+
color: var(--foreground);
107+
background: var(--background);
108+
font-family: Arial, Helvetica, sans-serif;
109+
}

app/layout.config.tsx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared';
99
*/
1010
export const baseOptions: BaseLayoutProps = {
1111
nav: {
12-
title: 'My App',
13-
},
14-
links: [
15-
{
16-
text: 'Documentation',
17-
url: '/docs',
18-
active: 'nested-url',
19-
},
20-
],
12+
title: 'Swift For Android',
13+
}
2114
};

app/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"use client"
22
import {Inter, Geist_Mono} from "next/font/google";
3-
import Navbar from "@/components/Navbar";
43
import ScrollToTop from "@/components/ScrollToTop";
54
import {RootProvider} from 'fumadocs-ui/provider';
65
import {ThemeProvider} from 'next-themes'
@@ -36,7 +35,6 @@ export default function RootLayout({children}: {children: React.ReactNode; }) {
3635
attribute="class" // Apply themes using the "class" attribute
3736
defaultTheme="system" // Default to system theme
3837
>
39-
<Navbar/>
4038
<RootProvider>{children}</RootProvider>
4139
</ThemeProvider>
4240
</body>

app/page.tsx

Lines changed: 42 additions & 863 deletions
Large diffs are not rendered by default.

app/swift-for-android/layout.tsx

Lines changed: 0 additions & 28 deletions
This file was deleted.

app/swift-for-android/page.tsx

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)