spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
55.48k stars 37.71k forks source link

Unify Spring Framework documentation #32835

Open sdeleuze opened 4 weeks ago

sdeleuze commented 4 weeks ago

Taking inspiration of what has been done in the new Spring Boot documentation, this issue intends to transform the Spring Framework reference documentation available at https://docs.spring.io/spring-framework/reference/ to a Spring Framework unified documentation available at https://docs.spring.io/spring-framework/ that will include in the left menu direct links to Java and Kotlin APIs which will available respectively at https://docs.spring.io/spring-framework/api/java/ and https://docs.spring.io/spring-framework/api/kotlin/ URLs.

https://docs.spring.io/spring-framework/api/ should list both Java and Kotlin APIs for discoverability purpose, and permanent redirects from old reference, Java and Kotlin API URLs need to be introduced to not damage the SEO.