mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-29 11:49:48 +01:00
Move plugin development to top level navigation
This commit is contained in:
@@ -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/)
|
||||
@@ -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/).
|
||||
|
||||

|
||||

|
||||
|
||||
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:
|
||||
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user