aboutsummaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorStuart P. Bentley <stuart@testtrack4.com>2015-03-04 22:05:25 +0000
committerStuart P. Bentley <stuart@testtrack4.com>2015-03-04 22:05:25 +0000
commit79127b267bee77a54b4be0384c2086000b12eade (patch)
treee7fc485ac6491b7145a629a80820de587a7291af /docs/index.rst
parent5f9efceee305e68e53d3f0b844278f3b599d71e9 (diff)
downloadseaweedfs-79127b267bee77a54b4be0384c2086000b12eade.tar.xz
seaweedfs-79127b267bee77a54b4be0384c2086000b12eade.zip
Use GitHub Wiki for docs
I've converted all the docs pages to pages on https://github.com/chrislusf/weed-fs/wiki/: - docs/index.rst => https://github.com/chrislusf/weed-fs/wiki - docs/gettingstarted.rst => https://github.com/chrislusf/weed-fs/wiki/Getting-Started - docs/clients.rst => https://github.com/chrislusf/weed-fs/wiki/Client-Libraries - docs/api.rst => https://github.com/chrislusf/weed-fs/wiki/API - docs/replication.rst => https://github.com/chrislusf/weed-fs/wiki/Replication - docs/ttl.rst => https://github.com/chrislusf/weed-fs/wiki/Store-file-with-a-Time-To-Live - docs/failover.rst => https://github.com/chrislusf/weed-fs/wiki/Failover-Master-Server - docs/directories.rst => https://github.com/chrislusf/weed-fs/wiki/Directories-and-Files - docs/distributed_filer.rst => https://github.com/chrislusf/weed-fs/wiki/Distributed-Filer - docs/usecases.rst => https://github.com/chrislusf/weed-fs/wiki/Use-Cases - docs/optimization.rst => https://github.com/chrislusf/weed-fs/wiki/Optimization - docs/benchmarks.rst => https://github.com/chrislusf/weed-fs/wiki/Benchmarks - docs/changelist.rst => https://github.com/chrislusf/weed-fs/wiki/Change-List
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst32
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/index.rst b/docs/index.rst
deleted file mode 100644
index 077506007..000000000
--- a/docs/index.rst
+++ /dev/null
@@ -1,32 +0,0 @@
-.. weed-fs documentation master file, created by
- sphinx-quickstart on Wed Jul 23 12:13:18 2014.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
-
-Welcome to Seaweed-FS documentation!
-===================================
-
-This is the official site for Seaweed-FS.
-The one on google code is deprecated.
-
-For pre-compiled releases,
- https://bintray.com/chrislusf/Weed-FS/seaweed
-
-
-Contents:
-
-.. toctree::
- :maxdepth: 2
-
- gettingstarted
- clients
- api
- replication
- ttl
- failover
- directories
- distributed_filer
- usecases
- optimization
- benchmarks
- changelist