Skip to content

Commit 0162553

Browse files
authored
book/architecture: add resource index (#268)
* resource index * index * cap * cleanup
1 parent 9280081 commit 0162553

File tree

17 files changed

+107
-13
lines changed

17 files changed

+107
-13
lines changed

books/architecture/src/SUMMARY.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,20 @@
9393

9494
---
9595

96-
- [⚪️ Resource model](resource-model/intro.md)
97-
- [⚪️ File system](resource-model/file-system.md)
98-
- [⚪️ Sockets](resource-model/sockets.md)
99-
- [⚪️ Memory](resource-model/memory.md)
100-
- [🟡 Concurrency and parallelism](resource-model/concurrency-and-parallelism/intro.md)
101-
- [⚪️ Map](resource-model/concurrency-and-parallelism/map.md)
102-
- [⚪️ The RPC server](resource-model/concurrency-and-parallelism/the-rpc-server.md)
103-
- [⚪️ The database](resource-model/concurrency-and-parallelism/the-database.md)
104-
- [⚪️ The block downloader](resource-model/concurrency-and-parallelism/the-block-downloader.md)
105-
- [⚪️ The verifier](resource-model/concurrency-and-parallelism/the-verifier.md)
106-
- [⚪️ Thread exit](resource-model/concurrency-and-parallelism/thread-exit.md)
96+
- [⚪️ Resources](resources/intro.md)
97+
- [⚪️ File system](resources/fs/intro.md)
98+
- [🟡 Index of PATHs](resources/fs/paths.md)
99+
- [⚪️ Sockets](resources/sockets/index.md)
100+
- [🔴 Index of ports](resources/sockets/ports.md)
101+
- [⚪️ Memory](resources/memory.md)
102+
- [🟡 Concurrency and parallelism](resources/cap/intro.md)
103+
- [⚪️ Map](resources/cap/map.md)
104+
- [⚪️ The RPC server](resources/cap/the-rpc-server.md)
105+
- [⚪️ The database](resources/cap/the-database.md)
106+
- [⚪️ The block downloader](resources/cap/the-block-downloader.md)
107+
- [⚪️ The verifier](resources/cap/the-verifier.md)
108+
- [⚪️ Thread exit](resources/cap/thread-exit.md)
109+
- [🔴 Index of threads](resources/cap/threads.md)
107110

108111
---
109112

books/architecture/src/resource-model/intro.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

books/architecture/src/resource-model/sockets.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)