Move plugin development to top level navigation

This commit is contained in:
René Pfeuffer
2020-05-07 08:47:11 +02:00
parent 9226654c5d
commit b1485896e0
3 changed files with 14 additions and 16 deletions

View File

@@ -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/)

View File

@@ -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:

View File

@@ -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/