From 6d57621ac29b7ea121b62ce997ff0bd4019cbd76 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Thu, 4 Dec 2014 16:07:39 +0100 Subject: [PATCH] master is now open for ownCloud 8 documentation --- admin_manual/conf.py | 4 ++-- developer_manual/conf.py | 4 ++-- index/index.rst | 11 +++++++++++ user_manual/conf.py | 4 ++-- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/admin_manual/conf.py b/admin_manual/conf.py index 5b3840cd0..c4b098498 100644 --- a/admin_manual/conf.py +++ b/admin_manual/conf.py @@ -49,9 +49,9 @@ copyright = u'2012-2014, The ownCloud developers' # built documents. # # The short X.Y version. -version = '7.0' +version = '8.0' # The full version, including alpha/beta/rc tags. -release = '7.0' +release = '8.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/developer_manual/conf.py b/developer_manual/conf.py index 407d985b9..0dd7fb609 100644 --- a/developer_manual/conf.py +++ b/developer_manual/conf.py @@ -48,9 +48,9 @@ copyright = u'2012-2014, The ownCloud developers' # built documents. # # The short X.Y version. -version = '7.0' +version = '8.0' # The full version, including alpha/beta/rc tags. -release = '7.0' +release = '8.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/index/index.rst b/index/index.rst index 35b561455..349821882 100644 --- a/index/index.rst +++ b/index/index.rst @@ -38,3 +38,14 @@ ownCloud Desktop Client 1.7 --------------------------- * `ownCloud Client Manual `_ (`Download PDF `_) + +----------------------------------------- +Development Version - ownCloud Server 8.0 +----------------------------------------- + +This documents the *development* version of ownCloud. Do not use for production! + +* `User Manual `_ (`Download PDF `_) +* `Administrator Manual `_ (`Download PDF `_) +* `Developer Manual `_ (`Download PDF `_) + diff --git a/user_manual/conf.py b/user_manual/conf.py index 84c3d6ec9..25c3d46ba 100644 --- a/user_manual/conf.py +++ b/user_manual/conf.py @@ -48,9 +48,9 @@ copyright = u'2012-2014, The ownCloud developers' # built documents. # # The short X.Y version. -version = '7.0' +version = '8.0' # The full version, including alpha/beta/rc tags. -release = '7.0' +release = '8.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.