You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/introduction.mdx
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
sidebar_position: 1
3
3
title: Documentation Overview
4
4
id: introduction
5
-
sidebar_label: 📚 Overview
5
+
sidebar_label: Overview
6
6
---
7
7
8
8
import { Grid } from'@site/src/components/Grid';
@@ -12,10 +12,10 @@ import { Card } from '@site/src/components/Card';
12
12
13
13
Welcome to my personal documentation and knowledge base! This space serves multiple purposes:
14
14
15
-
-📝 **Personal Reference**: Quick access to technical solutions and configurations I frequently use
16
-
-🎓 **Knowledge Sharing**: Detailed documentation of my projects and learnings
17
-
-🔧 **Tutorials**: Step-by-step guides for various technical tasks
18
-
-🚀 **Project Documentation**: Comprehensive documentation for my open-source projects
15
+
-**Personal Reference**: Quick access to technical solutions and configurations I frequently use
16
+
-**Knowledge Sharing**: Detailed documentation of my projects and learnings
17
+
-**Tutorials**: Step-by-step guides for various technical tasks
18
+
-**Project Documentation**: Comprehensive documentation for my open-source projects
19
19
20
20
## Documentation Structure
21
21
@@ -30,30 +30,25 @@ Welcome to my personal documentation and knowledge base! This space serves multi
30
30
description="Programming guides, tool configurations, and development environment setups."
31
31
link="/docs/category/code"
32
32
/>
33
-
<Card
34
-
title="Tutorials"
35
-
description="Step-by-step guides for various technical tasks and system configurations."
36
-
link="/docs/tutorials"
37
-
/>
38
33
</Grid>
39
34
40
35
## Featured Documentation
41
36
42
-
### 🐧 Arch Linux GUI
37
+
### Arka Linux GUI
43
38
The flagship project - a graphical installer for Arch Linux that maintains the distribution's core principles while making it more accessible. Find comprehensive documentation about:
44
39
- Installation guides
45
40
- System configurations
46
41
- Troubleshooting
47
42
- Development guidelines
48
43
49
-
### 💻 Development Resources
44
+
### Development Resources
50
45
Documentation covering various aspects of development:
0 commit comments