Skip to content

Commit 479b472

Browse files
Merge pull request #4 from harshqa-webkul/dev-docs-updated
dev-docs-updated
2 parents bd9ff6d + 59a5875 commit 479b472

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

β€Ž.vitepress/config.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sidebar from './routes'
44
export default defineConfig({
55
lang: 'en-US',
66
srcDir: 'src',
7-
title: 'Aureus ERP',
7+
title: 'Developer Documentation | API, Architecture & Plugins',
88
base: '/',
99
description: 'The powerful Open Source ERP platform built on Laravel',
1010
head: [

β€Žsrc/index.mdβ€Ž

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: home
33
hero:
4-
name: Open Source ERP Platform
4+
name: Dev Documentation – Open Source ERP
55
text: Built on Laravel to optimize your business
66
tagline: Streamline operations, boost productivity, and grow your business
77
actions:
@@ -18,28 +18,28 @@ hero:
1818
features:
1919
- icon: πŸ“Š
2020
title: Project Management System
21-
details: Streamline projects and collaborate with ease using our comprehensive PMS
21+
details: Plan, track, and manage your projects efficiently with powerful collaboration tools.
2222
- icon: πŸ‘₯
2323
title: Contacts Management
24-
details: Effortlessly manage and organize your contacts with our intuitive system
24+
details: Easily store, organize, and access all your business contacts in one place.
2525
- icon: πŸ›’
2626
title: Purchase Order System
27-
details: Simplify and track your purchases with our robust Purchase Order system
27+
details: Create, manage, and track purchase orders to streamline your procurement process.
2828
- icon: πŸ‘¨β€πŸ’Ό
2929
title: Employee Management
30-
details: Manage and track employee details and performance.
30+
details: Efficiently manage employee records, roles, and performance from a central dashboard.
3131
- icon: πŸ’Ό
3232
title: Job Position Management
33-
details: Easily define, manage, and track job positions and roles.
33+
details: Define job roles, assign responsibilities, and track position availability with ease.
3434
- icon: πŸ“¦
3535
title: Inventory Management
36-
details: Stay on top of your stock levels with efficient inventory management.
36+
details: Monitor stock levels, manage product movement, and reduce inventory errors.
3737
- icon: 🏒
3838
title: Warehouse Management
39-
details: Simplify warehouse operations with real-time stock tracking.
39+
details: Control warehouse stock, optimize space, and track inventory in real time.
4040
- icon: πŸŽ“
4141
title: Recruitment System
42-
details: Simplify recruitment and find the best talent with ease.
42+
details: Manage job postings, applications, and hiring workflows to find the right candidates.
4343
---
4444

4545
<script setup>

0 commit comments

Comments
Β (0)