Commit Graph

11 Commits

Author SHA1 Message Date
Jay Bryant 218751b138 Maven build instruction change
Change to a shorter and simpler way to get the resources.
2020-10-29 09:22:44 -05:00
Brian Clozel c452d33fd8 Upgrade to Gradle 6.3
Also switch to a different Gradle plugin for integrating the Node build
into our Gradle build.
2020-04-03 23:41:13 +02:00
Brian Clozel 7a4d5c339a Mark github theme as the default in documentation
As seen on gh-14, the global theme is now adapted to light-variants of
code hilighting themes. This should be reflected on the project
documentation.
2020-02-26 18:50:52 +01:00
Jay Bryant d6e2e79652
Various updates to the READEM.md file (#9)
I accounted for how to produce PDF and HTML when the two output types use separate code highlighters (it takes a separate task to do). I also documented a new feature that I added for Oleg Zhurakousky but that I am sure many of other proects (notably in Spring Cloud) can reasonably use, too.

I added a features section for it, since I suppose we'll get other features as time marches along.
2019-03-13 15:43:23 -05:00
Damien Vitrac 048440eb95 Update Readme 2018-12-07 11:26:44 +01:00
Brian Clozel 15d612ba40 Add highlight.js themes and use Atom light by default 2018-11-27 15:13:30 +01:00
Brian Clozel 31bbcaebb1 Generate Asciidoctor theme from source files
Prior to this commit, generated Asciidoctor theme files were directly
committed in this project as static files.

This commit removes those files and instead builds on SASS files, just
like other Asciidoctor themes are generated (see
https://github.com/asciidoctor/asciidoctor-stylesheet-factory).

This commit also reorganizes the build to use a Gulp + NPM based build
for generating and optimizing those static resources before packaging
them.

Note that this change is resetting the whole Spring theme to a basic CSS
stylesheet - further commits are expected to get back to a proper theme.
2018-11-27 15:03:23 +01:00
Brian Clozel b19bb45423 Switch to Gradle 2018-11-20 15:12:22 +01:00
Jay Bryant b75df1d0a6 Commiting the zip file and an updated README
I built the zip file and added it to the Github repository. I also added more detail about how to use the files to README.md (per a request from Oliver Gierke).
2018-04-18 12:15:46 -05:00
Jay Bryant dfa65d1824 Updated the README.md file
I accounted for the additional paths and files from the previous commit (in which I made the project look more like a typical Maven project).
2018-04-17 11:57:58 -05:00
Jay Bryant c29daf3b1a First commit for the static document-production resources
This is the first commit for the resources that Spring uses during the build process to create documentation for its various projects.
2018-04-13 11:15:58 -05:00