spring-projects / spring-data-commons

Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.

Home Page:https://spring.io/projects/spring-data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reference documentation has missing sections since latest release

ZeroCyan opened this issue · comments

Comparing the docs for 3.2.0-M1 with current, reveals that several sections are missing from the sidebar:

- Upgrading Spring Data
- Dependencies
- Working with Spring Data Repositories

In case this was deliberate, the link in section 3.1. JPA Repositories is broken.

Likely due to the upgrade to Antora.

EDIT: Just noticed these error messages in the section above 3.1

Unresolved directive in index.adoc - include::../../../../spring-data-commons/src/main/asciidoc/dependencies.adoc[leveloffset=+1]

Unresolved directive in index.adoc - include::../../../../spring-data-commons/src/main/asciidoc/repositories.adoc[leveloffset=+1]

The reference documentation has moved to https://docs.spring.io/spring-data/jpa/reference/.
You can access the current snapshot docs at https://docs.spring.io/spring-data/jpa/reference/3.2-SNAPSHOT/index.html.

The other links is a leftover.