From 2bc02b23f2978a5eecb34384821d7eaeafc7e7b4 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sun, 14 May 2017 15:14:20 -0500 Subject: [PATCH] Improve sidebar headings * remove term Nextcloud in headings - it only adds noise * unify headings to have them grouped by wording (Upgrade ...) * reduce the length of headings Signed-off-by: Morris Jobke --- admin_manual/configuration_server/index.rst | 6 +++--- admin_manual/configuration_server/server_tuning.rst | 6 +++--- admin_manual/installation/apps_management_installation.rst | 2 +- admin_manual/installation/apps_supported.rst | 6 +++--- admin_manual/installation/command_line_installation.rst | 6 +++--- admin_manual/installation/deployment_recommendations.rst | 6 +++--- admin_manual/maintenance/backup.rst | 6 +++--- admin_manual/maintenance/enable_maintenance.rst | 6 +++--- admin_manual/maintenance/index.rst | 4 ++-- admin_manual/maintenance/manual_upgrade.rst | 6 +++--- admin_manual/maintenance/package_upgrade.rst | 6 +++--- admin_manual/maintenance/restore.rst | 6 +++--- admin_manual/maintenance/update.rst | 6 +++--- admin_manual/maintenance/upgrade.rst | 7 ++++--- 14 files changed, 40 insertions(+), 39 deletions(-) diff --git a/admin_manual/configuration_server/index.rst b/admin_manual/configuration_server/index.rst index 49802776a..885674a05 100644 --- a/admin_manual/configuration_server/index.rst +++ b/admin_manual/configuration_server/index.rst @@ -1,6 +1,6 @@ -============================== -Nextcloud Server Configuration -============================== +==================== +Server Configuration +==================== .. toctree:: :maxdepth: 2 diff --git a/admin_manual/configuration_server/server_tuning.rst b/admin_manual/configuration_server/server_tuning.rst index ce16b9572..6f5fd5ae4 100644 --- a/admin_manual/configuration_server/server_tuning.rst +++ b/admin_manual/configuration_server/server_tuning.rst @@ -1,6 +1,6 @@ -======================= -Nextcloud Server Tuning -======================= +============= +Server Tuning +============= Using cron to perform background jobs ------------------------------------- diff --git a/admin_manual/installation/apps_management_installation.rst b/admin_manual/installation/apps_management_installation.rst index 9310845ba..8d387def0 100644 --- a/admin_manual/installation/apps_management_installation.rst +++ b/admin_manual/installation/apps_management_installation.rst @@ -8,7 +8,7 @@ applications. Supported Apps -------------- -See :doc:`apps_supported` for a list of supported Enterprise edition apps. +See :doc:`apps_supported` for a list of supported apps. Viewing Enabled Apps -------------------- diff --git a/admin_manual/installation/apps_supported.rst b/admin_manual/installation/apps_supported.rst index 2f20e5b05..f5ea88277 100644 --- a/admin_manual/installation/apps_supported.rst +++ b/admin_manual/installation/apps_supported.rst @@ -1,6 +1,6 @@ -=========================== -Supported Apps in Nextcloud -=========================== +============== +Supported Apps +============== AGPL Apps --------- diff --git a/admin_manual/installation/command_line_installation.rst b/admin_manual/installation/command_line_installation.rst index a9eb77207..3b5f3a4da 100644 --- a/admin_manual/installation/command_line_installation.rst +++ b/admin_manual/installation/command_line_installation.rst @@ -1,6 +1,6 @@ -========================================== -Installing Nextcloud from the Command Line -========================================== +============================ +Installing from Command Line +============================ It is now possible to install Nextcloud entirely from the command line. This is convenient for scripted operations, headless servers, and sysadmins who prefer diff --git a/admin_manual/installation/deployment_recommendations.rst b/admin_manual/installation/deployment_recommendations.rst index 15a184cc5..4608834e8 100644 --- a/admin_manual/installation/deployment_recommendations.rst +++ b/admin_manual/installation/deployment_recommendations.rst @@ -1,6 +1,6 @@ -==================================== -Nextcloud Deployment Recommendations -==================================== +========================== +Deployment Recommendations +========================== What is the best way to install and maintain Nextcloud? The answer to that is *"it depends"* because every Nextcloud customer has their own diff --git a/admin_manual/maintenance/backup.rst b/admin_manual/maintenance/backup.rst index cc7b039da..bbd5dcfb2 100644 --- a/admin_manual/maintenance/backup.rst +++ b/admin_manual/maintenance/backup.rst @@ -1,6 +1,6 @@ -==================== -Backing up Nextcloud -==================== +====== +Backup +====== To backup an Nextcloud installation there are four main things you need to retain: diff --git a/admin_manual/maintenance/enable_maintenance.rst b/admin_manual/maintenance/enable_maintenance.rst index 84cb0a604..5710396de 100644 --- a/admin_manual/maintenance/enable_maintenance.rst +++ b/admin_manual/maintenance/enable_maintenance.rst @@ -1,6 +1,6 @@ -============================== -Maintenance Mode Configuration -============================== +================ +Maintenance Mode +================ You must put your Nextcloud server into maintenance mode before performing upgrades, and for performing troubleshooting and maintenance. Please diff --git a/admin_manual/maintenance/index.rst b/admin_manual/maintenance/index.rst index 0927fe94f..1cfcc4fe7 100644 --- a/admin_manual/maintenance/index.rst +++ b/admin_manual/maintenance/index.rst @@ -7,10 +7,10 @@ Maintenance enable_maintenance backup + restore upgrade - package_upgrade update manual_upgrade - restore + package_upgrade migrating mysql_4byte_support diff --git a/admin_manual/maintenance/manual_upgrade.rst b/admin_manual/maintenance/manual_upgrade.rst index 29783733e..c5336c68b 100644 --- a/admin_manual/maintenance/manual_upgrade.rst +++ b/admin_manual/maintenance/manual_upgrade.rst @@ -1,6 +1,6 @@ -======================== -Manual Nextcloud Upgrade -======================== +================ +Upgrade Manually +================ Always start by making a fresh backup and disabling all 3rd party apps. diff --git a/admin_manual/maintenance/package_upgrade.rst b/admin_manual/maintenance/package_upgrade.rst index bb24d5449..54c4b575f 100644 --- a/admin_manual/maintenance/package_upgrade.rst +++ b/admin_manual/maintenance/package_upgrade.rst @@ -1,6 +1,6 @@ -=============================== -Upgrade Nextcloud From Packages -=============================== +==================== +Upgrade via Packages +==================== Upgrade Quickstart diff --git a/admin_manual/maintenance/restore.rst b/admin_manual/maintenance/restore.rst index 87751288e..5906830da 100644 --- a/admin_manual/maintenance/restore.rst +++ b/admin_manual/maintenance/restore.rst @@ -1,6 +1,6 @@ -=================== -Restoring Nextcloud -=================== +================ +Restoring Backup +================ To restore a Nextcloud installation there are four main things you need to restore: diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst index 7b9f9ccf4..0ede71fa3 100644 --- a/admin_manual/maintenance/update.rst +++ b/admin_manual/maintenance/update.rst @@ -1,6 +1,6 @@ -========================================== -Upgrading Nextcloud with the Nextcloud App -========================================== +============================ +Upgrade via build-in Updater +============================ The Updater app automates many of the steps of upgrading an Nextcloud installation. It is useful for installations that do not have root access, diff --git a/admin_manual/maintenance/upgrade.rst b/admin_manual/maintenance/upgrade.rst index 557132cb3..3a236126e 100644 --- a/admin_manual/maintenance/upgrade.rst +++ b/admin_manual/maintenance/upgrade.rst @@ -1,12 +1,13 @@ -==================================== -How to Upgrade Your Nextcloud Server -==================================== +============== +How to Upgrade +============== There are three ways to upgrade your Nextcloud server: * With the :doc:`Updater App `. * :doc:`Manually upgrading ` with the Nextcloud ``.tar`` archive from our `Download page `_. +* :doc:`Upgrading ` via the snap packages. * Manually upgrading is also an option for users on shared hosting; download and unpack the Nextcloud tarball to your PC. Delete your existing Nextcloud files, except ``data/`` and ``config/`` files, on your hosting account. Then