From 32f2e641684122f93d72fcd300a133b0e8310687 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Sat, 1 Dec 2007 16:52:35 +0000 Subject: [PATCH] edit, and add link to configuration.txt [Imported from Trac: page Doc, version 19] --- Doc.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Doc.md b/Doc.md index f67c761..2483780 100644 --- a/Doc.md +++ b/Doc.md @@ -1,11 +1,12 @@ # Documentation ## The Basics - * [architecture.txt]source:docs/architecture.txt, explaining the design decisions that have given the grid its current shape - * [UseCases](UseCases), enumerating the ways in which Tahoe should be useful - * [webapi.txt]source:docs/webapi.txt, containing everything you need to know to use Tahoe from your own program - * [roadmap.txt]source:roadmap.txt, showing how the functionality has been incrementally improved so far, and what improvements we plan to make next - * [codemap.txt]source:docs/codemap.txt, laying out the software design and the organization of the source code + * [architecture.txt]source:docs/architecture.txt: the design decisions that have given the grid its current shape + * [UseCases](UseCases): the ways in which Tahoe should be useful + * [webapi.txt]source:docs/webapi.txt: everything you need to know to use Tahoe from your own program + * [roadmap.txt]source:roadmap.txt: how the functionality has been incrementally improved so far, and what improvements we plan to make next + * [codemap.txt]source:docs/codemap.txt: the software design and the organization of the source code + * [configuration.txt]source:docs/configuration.txt: how to configure a tahoe node and what persistent state it creates ## The Parade of Release Notes * [the release notes]source:relnotes.txt@686 announcing v0.2, the first public release, on May 2, 2007 and giving a general overview of why the Tahoe project exists