DATAES-246 - Remove links to forum.spring.io.

Fix also base-url and highlighting of symbol names.
This commit is contained in:
Mark Paluch 2016-03-31 17:27:29 +02:00
parent ceca280868
commit aaa351b1d2
2 changed files with 3 additions and 10 deletions

View File

@ -10,7 +10,7 @@ redcarpet:
### The following properties will change on a project-by-project basis
# Context path in the remote website (usually /<project>), will be prepended to absolute URLs for static resources
baseurl: /gh-pages
baseurl: /spring-data-elasticsearch
# Name of the project for display in places like page titles
name: Spring Data Elasticsearch
@ -22,9 +22,6 @@ project: spring-data-elasticsearch
# Project github URL
github_repo_url: http://github.com/spring-projects/spring-data-elasticsearch
# Project forum URL
forum: http://forum.spring.io/forum/spring-projects/data
# If you want to include a custom pom.xml or gradle template set these value to true and add _include files
custom_pom_template: false
custom_gradle_template: false

View File

@ -21,10 +21,6 @@ badges:
url: https://build.springsource.org/browse/SPRINGDATAES-DATAES
icon: ci
- name: Forum
url: http://forum.spring.io/forum/spring-projects/data
icon: forum
- name: StackOverflow
url: http://stackoverflow.com/questions/tagged/spring-data-elasticsearch
icon: stackoverflow
@ -57,8 +53,8 @@ The Spring Data Elasticsearch project provides integration with the Elasticsearc
## Features
* Spring configuration support using Java based @Configuration classes or an XML namespace for a ES clients instances.
* ElasticsearchTemplate helper class that increases productivity performing common ES operations. Includes integrated object mapping between documents and POJOs.
* Spring configuration support using Java based `@Configuration` classes or an XML namespace for a ES clients instances.
* `ElasticsearchTemplate` helper class that increases productivity performing common ES operations. Includes integrated object mapping between documents and POJOs.
* Feature Rich Object Mapping integrated with Spring's Conversion Service
* Annotation based mapping metadata but extensible to support other metadata formats
* Automatic implementation of Repository interfaces including support for custom finder methods.