thymeleaf / thymeleaf-docs

Thymeleaf documentation
Apache License 2.0
44 stars 54 forks source link

Modify the build system for contrib documentation #17

Closed danielfernandez closed 9 years ago

danielfernandez commented 9 years ago

In order to integrate community-contributed documentation like #12, we should be able to create documents using a different set of metadata items.

This is because, for example, contributed translations of the tutorials will not always refer to the latest version of thymeleaf (${project.version}, as it is now), and their latest update date will of course not match that of the original English official documents. So these contributed docs should be able to specify at least their own project version and date so that HTML templates can use them.

In order to add these metadata items, a new format (markdown extension) must be adopted. See #16

danielfernandez commented 9 years ago

Closed by @1ad544bf9799cef0daba8fba616078a94f48269d. Actions taken:

Modified the Gradle build script (build.gradle) and also the folder structure so that:

danielfernandez commented 9 years ago

This should finally allow publishing #12