Files
spring-data-mongodb/src/main/asciidoc/reference/introduction.adoc
Jay Bryant e23c861a39 DATAMONGO-1974 - Full editing pass for Spring Data MongoDB.
Full editing pass of the Spring Data MongoDB reference guide. I also adjusted index.adoc to work with the changes I made to the build project, so that we get Epub and PDF as well as HTML.

Original pull request: #559.
2018-05-11 15:30:05 +02:00

11 lines
299 B
Plaintext

[[introduction]]
= Introduction
== Document Structure
This part of the reference documentation explains the core functionality offered by Spring Data MongoDB.
"`<<mongo.core>>`" introduces the MongoDB module feature set.
"`<<mongo.repositories>>`" introduces the repository support for MongoDB.