Restructured content of the project page.

Added mission statement to billboard description. Overhaul of feature list.

More condensed view of the individual projects. Moved code samples to the Quick Start section. Moved release train section after the module listing.

Removed detailed list of Spring Boot starters and linked to the reference documentation instead.
This commit is contained in:
Oliver Gierke
2015-08-22 12:20:04 +02:00
parent f946b5eb1d
commit 1fe61d3b7e
2 changed files with 76 additions and 166 deletions

View File

@@ -12,19 +12,7 @@
{{ breadcrumb | markdownify }}
</div>
<div class="project--title">{{ site.name }}
<div class="project--links--container">
<a href="{{ site.github_repo_url }}" class="project-link">
<i class="icon-github"></i>
</a>
{% if site.forum %}
<a href="{{ site.forum }}" class="project-link project-link-forum">
<div class="spring-icon spring-icon-forum">
</div>
</a>
{% endif %}
</div>
</div>
<div class="project--title">{{ site.name }}</div>
<div class="project--description">
{{ billboard_description | markdownify }}