Skip to content

Commit d7a14ba

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 0d32b10 commit d7a14ba

24 files changed

Lines changed: 1095 additions & 49 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ node_modules/
88
.idea/
99
.vscode/
1010
interneto-links.csv
11+
12+
docs/nsfw-interneto.md
13+
docs/nsfw-fmhy.md

docs/.vitepress/shared.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -129,21 +129,5 @@ export const sidebar: DefaultTheme.Sidebar | DefaultTheme.NavItemWithLink[] = [
129129
link: '/utility'
130130
}
131131
]
132-
},
133-
{
134-
text: 'More',
135-
collapsed: true,
136-
items: [
137-
{
138-
text: 'ℹ️ About',
139-
link: '/about'
140-
},
141-
meta.build.nsfw
142-
? {
143-
text: '🔞 NSFW',
144-
link: 'https://rentry.org/NSFW-Checkpoint'
145-
}
146-
: {}
147-
]
148132
}
149133
]

docs/ai-tools-and-services.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
# Al Tools & Services
1+
---
2+
title: AI Tools and Services
3+
description: Artificial Intelligence tools and services
4+
date: 2026-03-28
5+
next: false
6+
prev: false
7+
footer: true
8+
---
29

10+
# Al Tools & Services
311

412
## AI Apps
513

6-
714
### AI Agent Automation
815

916
- [SuperAGI - Build, Manage & Run Autonomous AI Agents](https://superagi.com/)

docs/by-company.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: By Comany
3+
description: Useful services organized by company
4+
date: 2026-03-28
5+
next: false
6+
prev: false
7+
footer: true
8+
---
9+
110
# by-Company
211

312
- [Meta - Platforms and Technologies](https://www.meta.com/en-gb/technologies/)

docs/dev.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: AI Tools and Services
3+
description: Development tools and resources
4+
date: 2026-03-28
5+
next: false
6+
prev: false
7+
footer: true
8+
---
9+
110
# Dev
211

312
- [Dash for macOS - API Documentation Browser, Snippet Manager](https://kapeli.com/dash)

docs/education.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: Education
3+
description: Educational resources and platforms
4+
date: 2026-03-28
5+
next: false
6+
prev: false
7+
footer: true
8+
---
9+
110
# Education
211

312
- [Academia Lab](https://academia-lab.com/)

docs/file-management.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
# File Management
1+
---
2+
title: File Management
3+
description: File storage and management solutions
4+
date: 2026-03-28
5+
next: false
6+
prev: false
7+
footer: true
8+
---
29

10+
# File Management
311

412
## Backup
513

docs/financial-assets.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: Financial assets
3+
description: Financial and investment tools
4+
date: 2026-03-28
5+
next: false
6+
prev: false
7+
footer: true
8+
---
9+
110
# Financial assets
211

312
- [brokeronline](https://www.brokeronline.es)

docs/gaming.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: Gaming
3+
description: Gaming platforms and services
4+
date: 2026-03-28
5+
next: false
6+
prev: false
7+
footer: true
8+
---
9+
110
# Gaming
211

312
- [thomas-mauran/chess-tui: Play chess from your terminal 🦀](https://github.com/thomas-mauran/chess-tui?tab=readme-ov-file)

docs/health-and-fitness.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: Health & Fitness
3+
description: Health and fitness applications
4+
date: 2026-03-28
5+
next: false
6+
prev: false
7+
footer: true
8+
---
9+
110
# Health & Fitness
211

312
- [CommonHealth - Manage Your Health Data](https://www.commonhealth.org/)

0 commit comments

Comments
 (0)