Skip to content

Commit 5449286

Browse files
committed
refactor: Enhance manual index with detailed descriptions for each section and a table of contents
1 parent d638a42 commit 5449286

File tree

1 file changed

+40
-15
lines changed

1 file changed

+40
-15
lines changed
Lines changed: 40 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,70 @@
11
---
22
title: "Manual"
3-
date: 2025-04-13 # For blog-style ordering or metadata
4-
draft: false # Prevents Hugo from skipping the page in output
5-
weight: 3 # Controls order in listings (lower = higher)
3+
date: 2025-04-13
4+
draft: false
65
---
76

7+
Welcome to the Freenet Manual! This guide provides comprehensive documentation on Freenet's
8+
components, architecture, and usage.
89

9-
# Manual Index
10+
---
11+
12+
## Table of Contents
13+
14+
1. [Introduction](#introduction)
15+
2. [Components](#components)
16+
3. [Architecture](#architecture)
17+
4. [Developer Guide](#developer-guide)
18+
5. [Examples](#examples)
19+
6. [Community and Support](#community-and-support)
20+
7. [Reference](#reference)
21+
22+
---
1023

1124
## Introduction
1225

13-
- [Introduction](introduction)
26+
- [Introduction](introduction): Learn the basics of Freenet and its purpose.
27+
28+
---
1429

1530
## Components
1631

17-
- [Overview](components/overview)
18-
- [Contracts](components/contracts)
19-
- [Delegates](components/delegates)
20-
- [User Interfaces](components/ui)
32+
- [Overview](components/overview): A high-level overview of Freenet's components.
33+
- [Contracts](components/contracts): Details about contracts in Freenet.
34+
- [Delegates](components/delegates): Explanation of delegates and their roles.
35+
- [User Interfaces](components/ui): Information on available user interfaces.
36+
37+
---
2138

2239
## Architecture
2340

24-
- [P2P Network](architecture/p2p-network)
25-
- [Intelligent Routing](architecture/irouting)
26-
- [Transport](architecture/transport)
41+
- [P2P Network](architecture/p2p-network): Explore the peer-to-peer network structure.
42+
- [Intelligent Routing](architecture/irouting): Understand Freenet's intelligent routing mechanisms.
43+
- [Transport](architecture/transport): Learn about the transport layer in Freenet.
44+
45+
---
2746

2847
## Developer Guide
2948

30-
- [Tutorial: Create an App](tutorial)
31-
- [Contract interfaces](contract-interface)
32-
- [freenet.toml format](manifest)
49+
- [Tutorial: Create an App](tutorial): Step-by-step guide to creating an app on Freenet.
50+
- [Contract Interfaces](contract-interface): Reference for contract interfaces.
51+
- [freenet.toml Format](manifest): Details about the `freenet.toml` configuration format.
52+
53+
---
3354

3455
## Examples
3556

3657
- [Antiflood Tokens](examples/antiflood-tokens)
3758
- [Blind Trust Tokens](examples/blind-trust-tokens)
3859

60+
---
61+
3962
## Community and Support
4063

4164
- [Community](community)
4265

66+
---
67+
4368
## Reference
4469

4570
- [Glossary](glossary)

0 commit comments

Comments
 (0)