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