This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/freemarker-docgen.git


    from f99647e  Updated dependencies, fixed what it has broken.
     new 633349d  Some code cleanup (mostly just put parts of execute() into 
smaller methods)
     new ade43f6  Added Pagefind support (and some other *.less 
cleanup/fixing). More work is needed to improve the pagefind index content.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../{DefaultValue.java => ExceptionUtils.java}     |  24 +-
 .../org/freemarker/docgen/core/PageFindRunner.java | 150 ++++
 .../java/org/freemarker/docgen/core/Transform.java | 764 +++++++++++----------
 .../org/freemarker/docgen/core/less/lib/base.less  |   2 +-
 .../core/less/lib/components/search-form.less      |   6 +-
 .../docgen/core/less/lib/layout/content.less       |   4 +-
 .../docgen/core/less/lib/layout/header.less        |  23 +-
 .../{components/page-menu.less => pagefind.less}   |  71 +-
 .../freemarker/docgen/core/less/lib/utilities.less |   4 +-
 .../freemarker/docgen/core/less/lib/variables.less |   7 +
 .../org/freemarker/docgen/core/less/styles.less    |   3 +
 .../freemarker/docgen/core/statics/js/pagefind.js  | 110 +++
 .../freemarker/docgen/core/templates/header.ftlh   |  42 +-
 .../org/freemarker/docgen/core/templates/page.ftlh |   6 +
 14 files changed, 773 insertions(+), 443 deletions(-)
 copy 
freemarker-docgen-core/src/main/java/org/freemarker/docgen/core/{DefaultValue.java
 => ExceptionUtils.java} (64%)
 create mode 100644 
freemarker-docgen-core/src/main/java/org/freemarker/docgen/core/PageFindRunner.java
 copy 
freemarker-docgen-core/src/main/resources-gulp/org/freemarker/docgen/core/less/lib/{components/page-menu.less
 => pagefind.less} (50%)
 create mode 100644 
freemarker-docgen-core/src/main/resources/org/freemarker/docgen/core/statics/js/pagefind.js

Reply via email to