From f4906b4ae140d80906ec279a58022eafb1a0bca0 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 24 Jan 2018 16:23:43 -0800 Subject: [PATCH] Convert README from Markdown to Asciidoc. --- README.md => README.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename README.md => README.adoc (96%) diff --git a/README.md b/README.adoc similarity index 96% rename from README.md rename to README.adoc index f432450c..b74e892d 100644 --- a/README.md +++ b/README.adoc @@ -1,10 +1,10 @@ -# Spring Boot for Apache Geode += Spring Boot for Apache Geode _Spring Boot for Apache Geode_ extends [_Spring Boot_](http://projects.spring.io/spring-boot/) with _auto-configuration_ support as well as other _convention or configuration_ features to simplify the development of _Spring_ applications using either [Pivotal GemFire](https://pivotal.io/pivotal-gemfire) or [Apache Geode](http://geode.apache.org/) in a _Spring_ context. This project builds on both [_Spring Data GemFire_](http://projects.spring.io/spring-data-gemfire/) and [Spring Data Geode](https://github.com/spring-projects/spring-data-geode). -### Project Goals +=== Project Goals This project adds _Spring Boot_ **auto-configuration** support for both [Apache Geode](http://geode.apache.org/) and [Pivotal GemFire](https://pivotal.io/pivotal-gemfire). @@ -23,17 +23,17 @@ Among other things, this project builds on [_Spring Boot_](http://projects.sprin This, along with many other things will be provided in and by this project. -== Code of Conduct +===== Code of Conduct This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct]. By participating, you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io. -= Spring Boot Project Site +== Spring Boot Project Site You can find the documentation, issue management, support, samples, and guides for using _Spring Boot_ at http://projects.spring.io/spring-boot/ -= License +== License _Spring Boot_, _Spring Boot for Apache Geode_ and _Spring Boot for Pivotal GemFire_ is Open Source Software released under the http://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].