source:git/ -> source:

[Imported from Trac: page Doc, version 107]
daira 2014-03-05 02:47:15 +00:00
parent d343f8f9fd
commit 70deeca7a4

18
Doc.md

@ -6,9 +6,9 @@ Note: these links are to the 'trunk' (latest) versions of the documentation. See
## First Steps ## First Steps
* [about]source:git/docs/about.rst: the Tahoe-LAFS filesystem and the unique properties that it offers * [about]source:docs/about.rst: the Tahoe-LAFS filesystem and the unique properties that it offers
* [quickstart]source:git/docs/quickstart.rst: how to get the software and set it up * [quickstart]source:docs/quickstart.rst: how to get the software and set it up
* [running]source:git/docs/running.rst: how to run it once it is set up * [running]source:docs/running.rst: how to run it once it is set up
## User Docs, on the wiki ## User Docs, on the wiki
@ -27,14 +27,14 @@ Note: these links are to the 'trunk' (latest) versions of the documentation. See
* [Capabilities](Capabilities) what are capabilities; the different kinds that we currently use * [Capabilities](Capabilities) what are capabilities; the different kinds that we currently use
## User Docs, in source code ## User Docs, in source code
* [the 'docs' directory]source:git/docs/ * [the 'docs' directory]source:docs/
* [configuration]source:git/docs/configuration.rst: a description of the contents of your ".tahoe" directory * [configuration]source:docs/configuration.rst: a description of the contents of your ".tahoe" directory
* [architecture]source:git/docs/architecture.rst: a succinct overview of the whole system * [architecture]source:docs/architecture.rst: a succinct overview of the whole system
* [Command Line Interface]source:git/docs/frontends/CLI.rst: the basic "how to" for the CLI * [Command Line Interface]source:docs/frontends/CLI.rst: the basic "how to" for the CLI
* [Web API]source:git/docs/frontends/webapi.rst: the basic "how to" for the WAPI * [Web API]source:docs/frontends/webapi.rst: the basic "how to" for the WAPI
* [Known Issues]source:git/docs/known_issues.rst: things you need to be aware of if you want to rely on Tahoe-LAFS to store your valuable data. * [Known Issues]source:docs/known_issues.rst: things you need to be aware of if you want to rely on Tahoe-LAFS to store your valuable data.
## Developer Docs ## Developer Docs