Create framework-docs module

This commit creates a new "framework-docs" module, which is dedicated to
documentation generation (reference and API docs).
This commit refactors the build configuration and moves the asciidoc
files to a separate location, but does not change the name nor the
nature of published artifacts.

Closes gh-29417
This commit is contained in:
Brian Clozel
2022-11-02 10:48:38 +01:00
parent 403cfefc28
commit acd9016fc3
75 changed files with 53 additions and 633 deletions

View File

@@ -0,0 +1,7 @@
<html>
<body>
<p>
This is the public API documentation for the <a href="https://github.com/spring-projects/spring-framework" target="_top">Spring Framework</a>.
</p>
</body>
</html>