Skip to content

Commit 04c1a3a

Browse files
committed
Fix: Ensure proper routing by adding _index.md to manual subdirectories
1 parent e81b41e commit 04c1a3a

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

hugo-site/content/resources/manual/index.md renamed to hugo-site/content/resources/manual/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Freenet Manual"
33
date: 2025-04-13
44
draft: false
5+
layout: "single"
56
---
67

78
This guide provides **comprehensive documentation** on Freenet's components, architecture, and
@@ -29,7 +30,7 @@ Learn the basics of Freenet and its purpose.
2930

3031
---
3132

32-
## ⚙️ Components {#components}
33+
## Components
3334

3435
Explore the key components of Freenet:
3536

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "Architecture"
3+
date: 2025-04-13
4+
draft: false
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "Components"
3+
date: 2025-04-13
4+
draft: false
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "Examples"
3+
date: 2025-04-13
4+
draft: false
5+
---

0 commit comments

Comments
 (0)