DATAJPA-1343 - Added a cover page for epub output.

I added a cover page for the epub output, now that the Spring data reference guides will
have epub output (through a commit against spring-data-build). I also added my name to the author list, added .DS_Store to .gitignore, and caught a couple other things.

Original pull request: #274.
This commit is contained in:
Jay Bryant
2018-05-03 14:16:42 -05:00
committed by Mark Paluch
parent 6098d01825
commit 401d05e82e
4 changed files with 35 additions and 29 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@@ -1,9 +1,16 @@
= Spring Data JPA - Reference Documentation
Oliver Gierke; Thomas Darimont; Christoph Strobl; Mark Paluch
Oliver Gierke; Thomas Darimont; Christoph Strobl; Mark Paluch; Jay Bryant
:revnumber: {version}
:revdate: {localdate}
:toc:
:toc-placement!:
:linkcss:
:doctype: book
:docinfo: shared
:toc: left
:toclevels: 4
:source-highlighter: prettify
:icons: font
:imagesdir: images
ifdef::backend-epub3[:front-cover-image: image:epub-cover.png[Front Cover,1050,1600]]
:spring-data-commons-docs: ../../../../spring-data-commons/src/main/asciidoc
:spring-framework-docs: http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/html
@@ -11,32 +18,24 @@ Oliver Gierke; Thomas Darimont; Christoph Strobl; Mark Paluch
NOTE: Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.
toc::[]
include::preface.adoc[]
:leveloffset: +1
include::new-features.adoc[]
include::{spring-data-commons-docs}/dependencies.adoc[]
include::{spring-data-commons-docs}/repositories.adoc[]
:leveloffset: -1
include::new-features.adoc[leveloffset=+1]
include::{spring-data-commons-docs}/dependencies.adoc[leveloffset=+1]
include::{spring-data-commons-docs}/repositories.adoc[leveloffset=+1]
[[reference]]
= Reference Documentation
:leveloffset: +1
include::jpa.adoc[]
:leveloffset: -1
include::jpa.adoc[leveloffset=+1]
[[appendix]]
= Appendix
:numbered!:
:leveloffset: +1
include::{spring-data-commons-docs}/repository-namespace-reference.adoc[]
include::{spring-data-commons-docs}/repository-populator-namespace-reference.adoc[]
include::{spring-data-commons-docs}/repository-query-keywords-reference.adoc[]
include::{spring-data-commons-docs}/repository-query-return-types-reference.adoc[]
include::faq.adoc[]
include::glossary.adoc[]
:leveloffset: -1
include::{spring-data-commons-docs}/repository-namespace-reference.adoc[leveloffset=+1]
include::{spring-data-commons-docs}/repository-populator-namespace-reference.adoc[leveloffset=+1]
include::{spring-data-commons-docs}/repository-query-keywords-reference.adoc[leveloffset=+1]
include::{spring-data-commons-docs}/repository-query-return-types-reference.adoc[leveloffset=+1]
include::faq.adoc[leveloffset=+1]
include::glossary.adoc[leveloffset=+1]

View File

@@ -4,13 +4,10 @@
Spring Data JPA provides repository support for the Java Persistence API (JPA). It eases development of applications that need to access JPA data sources.
[[project]]
[preface]
== Project Metadata
You may find the following links to be helpful when you work with Spring Data JPA:
* Version control: http://github.com/spring-projects/spring-data-jpa
* Bugtracker: https://jira.spring.io/browse/DATAJPA
* Release repository: https://repo.spring.io/libs-release
* Milestone repository: https://repo.spring.io/libs-milestone
* Snapshot repository: https://repo.spring.io/libs-snapshot
* Version control - http://github.com/spring-projects/spring-data-jpa
* Bugtracker - https://jira.spring.io/browse/DATAJPA
* Release repository - https://repo.spring.io/libs-release
* Milestone repository - https://repo.spring.io/libs-milestone
* Snapshot repository - https://repo.spring.io/libs-snapshot