Skip to content

Commit bad6dbd

Browse files
committed
feat(docs): update contributing and license documentation with navigation icons
1 parent f41a93d commit bad6dbd

File tree

4 files changed

+13
-18
lines changed

4 files changed

+13
-18
lines changed

docs/app.config.ts

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,22 @@ export default defineAppConfig({
66
description: 'Transform any Laravel model into production-ready drag-and-drop Kanban boards.',
77
url: 'https://relaticle.github.io/flowforge/',
88
image: `${baseURL}preview.png`,
9-
github: {
10-
branch: '2.x',
11-
repo: 'flowforge',
12-
owner: 'Relaticle',
13-
edit: true,
14-
rootDir: 'docs'
15-
},
169
header: {
1710
logo: {
1811
alt: 'Flowforge Logo',
1912
light: `${baseURL}logo-light.svg`,
2013
dark: `${baseURL}logo-dark.svg`
21-
},
22-
showLinkIcon: false,
23-
fluid: false,
24-
iconLinks: [
25-
{
26-
href: 'https://github.com/relaticle/flowforge',
27-
icon: 'simple-icons:github'
28-
}
29-
]
14+
}
3015
}
3116
},
17+
github: {
18+
branch: '2.x',
19+
repo: 'flowforge',
20+
owner: 'Relaticle',
21+
edit: true,
22+
rootDir: 'docs'
23+
},
3224
socials: {
33-
github: 'https://github.com/Relaticle/flowforge',
3425
discord: 'https://discord.gg/b9WxzUce4Q'
3526
},
3627
ui: {

docs/content/1.getting-started/2.introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Welcome to **Flowforge**, a powerful Laravel package that transforms any Eloquen
1212

1313
## What is Flowforge?
1414

15-
Flowforge is built specifically for Filament 4.x admin panels, providing a seamless way to visualize and manage your data through intuitive Kanban interfaces. Whether you're tracking tasks, managing leads, or organizing any workflow, Flowforge handles the complex parts so you can focus on your business logic.
15+
Flowforge is built specifically for Filament admin panels, providing a seamless way to visualize and manage your data through intuitive Kanban interfaces. Whether you're tracking tasks, managing leads, or organizing any workflow, Flowforge handles the complex parts so you can focus on your business logic.
1616

1717
![Flowforge Kanban Board Preview](/preview.png)
1818

docs/content/4.community/1.contributing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Contributing
33
description: How to contribute to Flowforge
4+
navigation:
5+
icon: i-lucide-heart-handshake
46
---
57

68
## Quick Start

docs/content/4.community/2.license.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: License
33
description: MIT License terms and what it means for you
4+
navigation:
5+
icon: i-lucide-scale
46
---
57

68
## MIT License

0 commit comments

Comments
 (0)