Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: rename migration guide to upgrade guide. Add top level upgrade doc #2328

Merged
merged 1 commit into from Sep 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
31 changes: 31 additions & 0 deletions docs/about/10_upgrade.adoc
@@ -0,0 +1,31 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2020 Oracle and/or its affiliates.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

///////////////////////////////////////////////////////////////////////////////

= Upgrading from 1.4
:description: Helidon Upgrade Guide
:keywords: helidon upgrade migration

== Upgrade Guides

Helidon 2.0 is not fully backwards compatible with Helidon 1.4. For information
concerning upgrading from Helidon 1.4 to 2.0 see the following upgrade guides:

* <<mp/guides/15_migration.adoc, Helidon MP Upgrade Guide >>
* <<se/guides/15_migration.adoc, Helidon SE Upgrade Guide >>


6 changes: 3 additions & 3 deletions docs/mp/guides/15_migration.adoc
Expand Up @@ -16,10 +16,10 @@

///////////////////////////////////////////////////////////////////////////////

= Helidon MP Migration Guide
= Helidon MP Upgrade Guide
:h1Prefix: MP
:description: Helidon MP Migration Guide
:keywords: helidon, porting, migration, incompatibilities
:description: Helidon MP Upgrade Guide
:keywords: helidon, porting, migration, upgrade, incompatibilities
:helidon-uc-flavor: MP
:helidon-lc-flavor: mp

Expand Down
6 changes: 3 additions & 3 deletions docs/se/guides/15_migration.adoc
Expand Up @@ -16,10 +16,10 @@

///////////////////////////////////////////////////////////////////////////////

= Helidon SE Migration Guide
= Helidon SE Upgrade Guide
:h1Prefix: SE
:description: Helidon Migration Guide
:keywords: helidon, porting, migration, incompatibilities
:description: Helidon Upgrade Guide
:keywords: helidon, porting, migration, upgrade, incompatibilities
:helidon-uc-flavor: SE
:helidon-lc-flavor: se

Expand Down