From b1485896e07dfd01cc311eeda084e8619f2aaa42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Thu, 7 May 2020 08:47:11 +0200 Subject: [PATCH] Move plugin development to top level navigation --- docs/en/development/plugins/index.md | 12 ------------ docs/en/migrate-scm-manager-from-v1.md | 5 +++-- docs/en/navigation.yml | 13 +++++++++++-- 3 files changed, 14 insertions(+), 16 deletions(-) delete mode 100644 docs/en/development/plugins/index.md diff --git a/docs/en/development/plugins/index.md b/docs/en/development/plugins/index.md deleted file mode 100644 index 5299a96165..0000000000 --- a/docs/en/development/plugins/index.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Plugin Development -partiallyActive: true ---- - -- [Create a plugin](create/) -- [Migrate a plugin from 1.x](migrate-plugin-from-v1/) -- [Extension points](extension-points/) -- [i18n](i18n-for-plugins/) -- [Plugin descriptor](plugin-descriptor/) -- [Development](plugin-development/) -- [How to publish](publish/) diff --git a/docs/en/migrate-scm-manager-from-v1.md b/docs/en/migrate-scm-manager-from-v1.md index 7a471d4a97..84eebb5ead 100644 --- a/docs/en/migrate-scm-manager-from-v1.md +++ b/docs/en/migrate-scm-manager-from-v1.md @@ -1,5 +1,6 @@ --- -title: Migration-Wizard +title: Migrate from v1 to v2 +subtitle: How to use the Migration-Wizard --- To upgrade an SCM-Manager from version 1 to version 2, some changes have to be made according the home directory of the SCM-Manager. So before you start, **make sure that you have an up to date backup of your SCM home folder!** @@ -22,7 +23,7 @@ To specify the new names (and namespaces), the SCM-Manager version 2 starts a mi You can open this wizard in an internet browser using the URL of your installation (eg. http://localhost:8080/scm/). -![Migration Wizard](docs/en/screenshots/migration-wizard.png) +![Migration Wizard](screenshots/migration-wizard.png) In the figure you can see an example of the page. We tried to guess meaningful names, but for sure you want to make some changes here. Beside choosing new namespaces and names you have to select a migration strategy for each repository. The strategies are described on the page as follows: diff --git a/docs/en/navigation.yml b/docs/en/navigation.yml index df2511432d..a406038586 100644 --- a/docs/en/navigation.yml +++ b/docs/en/navigation.yml @@ -10,7 +10,6 @@ entries: - /administration/scm-server-ssl/ - /administration/logging/ - - /administration/permission-concept/ - /administration/command-line-client/ - section: Development @@ -18,8 +17,18 @@ - /development/intellij-idea-configuration/ - /development/build-from-source/ - /development/common-pitfall/ + - /administration/permission-concept/ - /development/error-handling/ - /development/i18n/ - /development/definition-of-done/ - /development/ui-dod/ - - /development/plugins/ + +- section: Plugin Development + entries: + - /development/plugins/create/ + - /development/plugins/migrate-plugin-from-v1/ + - /development/plugins/extension-points/ + - /development/plugins/i18n-for-plugins/ + - /development/plugins/plugin-descriptor/ + - /development/plugins/plugin-development/ + - /development/plugins/publish/