Skip to content

Commit 6a060c6

Browse files
authoredMay 5, 2024
update docs (#58)
* update docs * no stagger card
1 parent a11f21f commit 6a060c6

13 files changed

+9
-27
lines changed
 

‎docs/astro.config.mjs

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ export default defineConfig({
1616
social: {
1717
github: "https://github.com/amalshaji/portr",
1818
},
19-
logo: {
20-
src: "./src/assets/logo.svg",
21-
replacesTitle: true,
22-
},
2319
components: {
2420
Head: "./src/components/Head.astro",
2521
},

‎docs/public/favicon.ico

15 KB
Binary file not shown.

‎docs/public/favicon.svg

-4
This file was deleted.

‎docs/src/assets/connections.png

-313 KB
Binary file not shown.

‎docs/src/assets/favicon.svg

-4
This file was deleted.
-80 KB
Binary file not shown.
-124 KB
Binary file not shown.

‎docs/src/assets/github-urls.png

-309 KB
Binary file not shown.

‎docs/src/assets/houston.webp

-96.2 KB
Binary file not shown.

‎docs/src/assets/logo.svg

-13
This file was deleted.

‎docs/src/assets/users.png

-212 KB
Binary file not shown.

‎docs/src/components/Head.astro

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ import Default from "@astrojs/starlight/components/Head.astro";
55

66
<Default {...Astro.props}><slot /></Default>
77

8+
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
89
<meta property="og:image" content="https://portr.dev/og.png" />
910
<meta name="twitter:image" content="https://portr.dev/og.png" />

‎docs/src/content/docs/index.mdx

+8-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,18 @@ hero:
99
link: /getting-started/
1010
icon: open-book
1111
variant: primary
12-
- text: View on GitHub
12+
- text: GitHub
1313
link: https://github.com/amalshaji/portr
1414
icon: github
1515
variant: secondary
1616
attrs:
1717
target: _blank
18+
- text: Hacker News (172)
19+
link: https://news.ycombinator.com/item?id=39913197
20+
icon: star
21+
variant: secondary
22+
attrs:
23+
target: _blank
1824
banner:
1925
content: |
2026
<p>
@@ -28,7 +34,7 @@ import { YouTube } from "astro-embed";
2834

2935
## Features
3036

31-
<CardGrid stagger>
37+
<CardGrid>
3238
<Card title="Admin dashboard" icon="rocket">
3339
Admin dashboard to monitor connections, manage teams and members.{" "}
3440
<YouTube id="https://www.youtube.com/watch?v=Wv5j3YQk3Ew" />

0 commit comments

Comments
 (0)
Please sign in to comment.