mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-09 05:32:11 +00:00
DATAES-246 - Remove links to forum.spring.io.
Fix also base-url and highlighting of symbol names.
This commit is contained in:
parent
ceca280868
commit
aaa351b1d2
@ -10,7 +10,7 @@ redcarpet:
|
|||||||
### The following properties will change on a project-by-project basis
|
### 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
|
# 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 of the project for display in places like page titles
|
||||||
name: Spring Data Elasticsearch
|
name: Spring Data Elasticsearch
|
||||||
@ -22,9 +22,6 @@ project: spring-data-elasticsearch
|
|||||||
# Project github URL
|
# Project github URL
|
||||||
github_repo_url: http://github.com/spring-projects/spring-data-elasticsearch
|
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
|
# 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_pom_template: false
|
||||||
custom_gradle_template: false
|
custom_gradle_template: false
|
||||||
|
@ -21,10 +21,6 @@ badges:
|
|||||||
url: https://build.springsource.org/browse/SPRINGDATAES-DATAES
|
url: https://build.springsource.org/browse/SPRINGDATAES-DATAES
|
||||||
icon: ci
|
icon: ci
|
||||||
|
|
||||||
- name: Forum
|
|
||||||
url: http://forum.spring.io/forum/spring-projects/data
|
|
||||||
icon: forum
|
|
||||||
|
|
||||||
- name: StackOverflow
|
- name: StackOverflow
|
||||||
url: http://stackoverflow.com/questions/tagged/spring-data-elasticsearch
|
url: http://stackoverflow.com/questions/tagged/spring-data-elasticsearch
|
||||||
icon: stackoverflow
|
icon: stackoverflow
|
||||||
@ -57,8 +53,8 @@ The Spring Data Elasticsearch project provides integration with the Elasticsearc
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Spring configuration support using Java based @Configuration classes or an XML namespace for a ES clients instances.
|
* 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.
|
* `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
|
* Feature Rich Object Mapping integrated with Spring's Conversion Service
|
||||||
* Annotation based mapping metadata but extensible to support other metadata formats
|
* Annotation based mapping metadata but extensible to support other metadata formats
|
||||||
* Automatic implementation of Repository interfaces including support for custom finder methods.
|
* Automatic implementation of Repository interfaces including support for custom finder methods.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user