diff --git a/_shared_assets/static/logo-blue.pdf b/_shared_assets/static/logo-blue.pdf new file mode 100644 index 000000000..81562944c Binary files /dev/null and b/_shared_assets/static/logo-blue.pdf differ diff --git a/_shared_assets/static/logo-blue.png b/_shared_assets/static/logo-blue.png new file mode 100644 index 000000000..4e3850e56 Binary files /dev/null and b/_shared_assets/static/logo-blue.png differ diff --git a/admin_manual/conf.py b/admin_manual/conf.py index 6de51487e..b8883e422 100644 --- a/admin_manual/conf.py +++ b/admin_manual/conf.py @@ -185,13 +185,13 @@ latex_elements = { # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'ownCloudAdminManual.tex', u'ownCloud Admin Manual', + ('index', 'ownCloudAdminManual.tex', u'ownCloud Administrators Manual', u'The ownCloud developers', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of # the title page. -#latex_logo = None +latex_logo = '../_shared_assets/static/logo-blue.pdf' # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. diff --git a/admin_manual/index.rst b/admin_manual/index.rst index 3c2b4138f..ab54285ea 100644 --- a/admin_manual/index.rst +++ b/admin_manual/index.rst @@ -1,7 +1,4 @@ -ownCloud Administrators Manual -****************************** - -Short synopsis of the manual goes here. +.. _contents: Contents ======== diff --git a/developer_manual/conf.py b/developer_manual/conf.py index 7cda832b7..ba83a5a15 100644 --- a/developer_manual/conf.py +++ b/developer_manual/conf.py @@ -191,7 +191,7 @@ latex_documents = [ # The name of an image file (relative to this directory) to place at the top of # the title page. -#latex_logo = None +latex_logo = '../_shared_assets/static/logo-blue.pdf' # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. diff --git a/developer_manual/index.rst b/developer_manual/index.rst index 1eb5d5f3b..b93e3f5d3 100644 --- a/developer_manual/index.rst +++ b/developer_manual/index.rst @@ -1,7 +1,4 @@ -ownCloud Developers Manual -************************** - -This is the ownCloud documentation. More information and source code is at the `Git repository `_. +.. _contents: Contents ======== diff --git a/user_manual/conf.py b/user_manual/conf.py index 6080eb39f..c35eddc27 100644 --- a/user_manual/conf.py +++ b/user_manual/conf.py @@ -191,7 +191,7 @@ latex_documents = [ # The name of an image file (relative to this directory) to place at the top of # the title page. -#latex_logo = None +latex_logo = '../_shared_assets/static/logo-blue.pdf' # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. diff --git a/user_manual/index.rst b/user_manual/index.rst index 13c4a322f..34e435d9f 100644 --- a/user_manual/index.rst +++ b/user_manual/index.rst @@ -1,7 +1,4 @@ -ownCloud User Manual -******************** - -Short synopsis of the manual goes here. +.. _contents: Contents ========