HHH-16598 - Add Introduction to Hibernate 6 to the website
https://hibernate.atlassian.net/browse/HHH-16598
This commit is contained in:
parent
382037ec91
commit
d80e27a17d
|
@ -0,0 +1,9 @@
|
||||||
|
[[credits]]
|
||||||
|
== Credits
|
||||||
|
|
||||||
|
The full list of contributors to Hibernate ORM can be found on the
|
||||||
|
https://github.com/hibernate/hibernate-orm/graphs/contributors[GitHub repository].
|
||||||
|
|
||||||
|
The following contributors were involved in this documentation:
|
||||||
|
|
||||||
|
* Gavin King
|
|
@ -7,8 +7,8 @@
|
||||||
:versionDocBase: {docsBase}/6.3
|
:versionDocBase: {docsBase}/6.3
|
||||||
:userGuideBase: {versionDocBase}/userguide/html_single/Hibernate_User_Guide.html
|
:userGuideBase: {versionDocBase}/userguide/html_single/Hibernate_User_Guide.html
|
||||||
|
|
||||||
= An introduction to Hibernate 6
|
= A guide to Hibernate 6
|
||||||
Gavin King and the Hibernate team
|
|
||||||
:title-logo-image: image:../../style/asciidoctor/images/org/hibernate/logo.png[]
|
:title-logo-image: image:../../style/asciidoctor/images/org/hibernate/logo.png[]
|
||||||
:toc:
|
:toc:
|
||||||
:toclevels: 3
|
:toclevels: 3
|
||||||
|
@ -35,3 +35,4 @@ include::Tuning.adoc[]
|
||||||
|
|
||||||
include::Advanced.adoc[]
|
include::Advanced.adoc[]
|
||||||
|
|
||||||
|
include::Credits.adoc[]
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[[credits]]
|
[[credits]]
|
||||||
== Credits
|
== Credits
|
||||||
|
|
||||||
The full list of contributors to Hibernate ORM can be found in the `copyright.txt` file
|
The full list of contributors to Hibernate ORM can be found on the
|
||||||
in the Hibernate ORM sources, available in particular in our https://github.com/hibernate/hibernate-orm/[git repository].
|
https://github.com/hibernate/hibernate-orm/graphs/contributors[GitHub repository].
|
||||||
|
|
||||||
The following contributors were involved in this documentation:
|
The following contributors were involved in this documentation:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
= Hibernate ORM {fullVersion} User Guide
|
= Hibernate ORM User Guide
|
||||||
:toc2:
|
:toc2:
|
||||||
:toclevels: 3
|
:toclevels: 3
|
||||||
:sectanchors:
|
:sectanchors:
|
||||||
|
|
Loading…
Reference in New Issue