Bump visibility of Spring Integration

As "integration" is a frequent term in a description, the Spring
Integration is shadowed by other entries unless its weight is increased.

This commits make sure that integration shows up first when that term is
used, slightly reducing the weight of Thymeleaf in the process.

Closes gh-581
This commit is contained in:
Stephane Nicoll 2018-01-30 15:42:34 +01:00
parent 45006c41e1
commit fe6e428b2b

View File

@ -422,7 +422,7 @@ initializr:
- name: Thymeleaf
id: thymeleaf
description: Thymeleaf templating engine, including integration with Spring
weight: 100
weight: 90
facets:
- web
keywords:
@ -1143,6 +1143,7 @@ initializr:
- name: Integration
id: integration
description: Common spring-integration modules
weight: 100
links:
- rel: guide
href: https://spring.io/guides/gs/integration/