From 5e8ebc1c9d76bd14cd512ef91bd7d35e86d29ead Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 21 Jul 2016 14:42:45 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/Home.md b/Home.md index 56b666d..5cd94b0 100644 --- a/Home.md +++ b/Home.md @@ -1,14 +1,30 @@ -## Welcome to the Spring Framework Wiki! +# Welcome to the Spring Framework Wiki! + +## General * [[What's New in the Spring Framework]] * [[Downloading Spring artifacts]] +* [[Spring repository FAQ]] * [[Building a distribution with dependencies]] + +## Migrating from earlier versions + +* [[Migrating to Spring Framework 5.x]] +* [[Migrating to Spring Framework 4.x]] +* [[Migrating to Spring Framework 3.x]] + +## Development + * [[Contributor guidelines]] -* [[Spring Framework Code Style]] -* [[Gradle build and release FAQ]] -* [[autorepo version updating]] -* [[Spring repository FAQ]] * [[The lifecycle of an issue]] +* [[Spring Framework Code Style]] * [[Manually merging pull requests]] -* [[Migrating from earlier versions of the Spring Framework]] + +## Concepts + * [[Spring Annotation Programming Model]] + +## Release process + +* [[Gradle build and release FAQ]] +* [[autorepo version updating]]