Skip to content

Commit 04597ba

Browse files
committed
Add BED icons to VitePress docs
1 parent 8b962bd commit 04597ba

File tree

16 files changed

+31
-23
lines changed

16 files changed

+31
-23
lines changed

docs/.vitepress/config.ts

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,7 @@ export default defineConfig({
1818
},
1919
nav: [
2020
{ text: 'Guide', link: '/what-is-the-bed-stack' },
21-
{
22-
text: 'RealWorld',
23-
items: [
24-
{
25-
text: 'GitHub',
26-
link: 'https://github.com/gothinkster/realworld',
27-
},
28-
{
29-
text: 'CodebaseShow',
30-
link: 'https://codebase.show/projects/realworld?category=backend',
31-
},
32-
{
33-
text: 'Documentation',
34-
link: 'https://realworld-docs.netlify.app/',
35-
},
36-
{
37-
text: 'Backend specs',
38-
link: 'https://realworld-docs.netlify.app/specifications/backend/introduction/',
39-
},
40-
],
41-
},
21+
{ text: 'RealWorld apps', link: 'https://realworld-docs.netlify.app/' },
4222
],
4323

4424
sidebar: [
@@ -70,7 +50,7 @@ export default defineConfig({
7050
{
7151
text: 'Support',
7252
link: 'https://github.com/agnyz/the-bed-stack/blob/main/SUPPORT.md',
73-
},
53+
}
7454
],
7555

7656
socialLinks: [

docs/index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ hero:
88
tagline: RealWorld example app for the stack you don't want to sleep on
99
actions:
1010
- theme: brand
11-
text: Get Started
11+
text: What is The BED Stack?
12+
link: /what-is-the-bed-stack
13+
- theme: alt
14+
text: Quickstart
1215
link: /getting-started
1316
- theme: alt
1417
text: View on GitHub
@@ -19,14 +22,20 @@ features:
1922
- title: Bun
2023
details: All-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and Node.js-compatible package manager.
2124
link: https://bun.sh/
25+
icon:
26+
src: /bun-press-kit/logo-centered.svg
2227

2328
- title: ElysiaJS
2429
details: TypeScript framework supercharged by Bun with End-to-End Type Safety, unified type system and outstanding developer experience.
2530
link: https://elysiajs.com/
31+
icon:
32+
src: /elysiajs-logo.png
2633

2734
- title: DrizzleORM
2835
details: Lightweight, performant, typesafe, non lactose, gluten-free, flexible, serverless-ready, and headless TypeScript ORM with both relational and SQL-like query APIs.
2936
link: https://orm.drizzle.team/
37+
icon:
38+
src: /drizzle-logo.png
3039

3140
---
3241

14.7 KB
Binary file not shown.

docs/public/bun-press-kit/icon.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 16 additions & 0 deletions
Loading
13.5 KB
Loading
13.5 KB
Loading
705 Bytes
Loading
1.55 KB
Loading

docs/public/bun-press-kit/logo.png

3.92 KB
Loading

0 commit comments

Comments
 (0)