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

danhaywood pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


    from 03820bb28e regen docs
     add bf179fd7cc CAUSEWAY-2873: updates petclinic tutorial up to 2.5 incl.
     add 0a98055c90 CAUSEWAY-2873: exercises 3-1, 3-2, 3-3
     add 74c16b8826 CAUSEWAY-2873: 02-05, 03-04
     add 70bbcffb70 CAUSEWAY-2873: adds 03-06
     add 3c185d2bb0 CAUSEWAY-2873: 03-06
     add 1aa0ab2b95 CAUSEWAY-2873: completes 03-08
     add ed3647cce9 CAUSEWAY-2873: 03-09
     add ca99001390 CAUSEWAY-2873: removes old exercise
     add 88c2a0c702 CAUSEWAY-2873: 03-13
     add 3aa20d9a59 CAUSEWAY-2873: attempts to improve styling of asciidoc 
plugin
     add b54fbe2eaa CAUSEWAY-2873: 03-14
     add f159e44c14 CAUSEWAY-2873: 03-14 (2)
     add 593f308a24 CAUSEWAY-2873: 04-01
     add 2f344f588b CAUSEWAY-2873: 04-04
     add 8e56f90651 CAUSEWAY-2873: 04-08
     add c56c0b8e1f CAUSEWAY-2873: 05-01
     add e58e4d3c22 CAUSEWAY-2873: 05-02
     add d9b319b149 CAUSEWAY-2873: 06-01
     add d29c187a4a CAUSEWAY-2873: 07-01
     add c2aafee873 CAUSEWAY-2873: 09-01
     add d1bfea46d1 CAUSEWAY-2873: 08-02
     add a7d79adff9 CAUSEWAY-2873: cleans up the _todo.adoc for petclinic
     add af8a8512ff CAUSEWAY-2873: updates toc for petclinic tutorial
     add 90e93e4d58 CAUSEWAY-2873: cleans up docs for generating website, 
maintenance of algolia config files
     add 118d2c9cfa CAUSEWAY-2783 : fixes docs re: 
causewaystuff-tooling-cli.jar file
     add 54ac18e670 CAUSEWAY-2873 : fixes toc for petclinic
     new 02c9daa816 Merge pull request #2441 from apache/CAUSEWAY-2873

The 1 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:
 .asciidoctorconfig                                 |    6 +
 .gitignore                                         |    3 +
 .run/causeway-tooling-cli (index).run.xml          |   22 -
 .run/causeway-tooling-cli (overview).run.xml       |   42 -
 antora/.asciidoctor-styles/asciidoc-classic.css    |  527 ++++++++
 antora/.asciidoctor-styles/boot-flatly.css         |  350 +++++
 .../attachments/algolia-search/algolia-config.json |   26 +
 .../ROOT/attachments/algolia-search/algolia.env    |    2 +
 .../ROOT/attachments/algolia-search/config.json    |   40 -
 .../modules/ROOT/pages/algolia-search.adoc         |   40 +-
 .../ROOT/pages/post-release-successful.adoc        |    4 +-
 .../ROOT/pages/release-process-prereqs.adoc        |  103 +-
 .../modules/ROOT/pages/updating-the-website.adoc   |   61 +-
 .../ROOT/partials/publish-and-index-website.adoc   |   18 +-
 .../images/03-06/home-page-default-columns.png     |  Bin 0 -> 21722 bytes
 .../images/03-07/new-parameters-are-optional.png   |  Bin 0 -> 8602 bytes
 .../petclinic/images/04-01/h2-console-prompt.png   |  Bin 0 -> 14517 bytes
 .../04-01/pet-and-petowner-tables-created.png      |  Bin 0 -> 7712 bytes
 .../petclinic/images/05-02/Visit-entity.png        |  Bin 0 -> 14304 bytes
 ...antuml-md5-5c0ff86629ce9ff23e5d52305493d5c6.svg |    1 +
 ...antuml-md5-7e47437805fde198d7791595949fcf17.png |  Bin 0 -> 4464 bytes
 .../tutorials/modules/petclinic/nav.adoc           |   46 +-
 .../petclinic/pages/010-getting-started.adoc       |   40 +-
 .../petclinic/pages/020-the-petclinic-domain.adoc  |  363 +++++-
 .../petclinic/pages/030-petowner-entity.adoc       | 1342 ++++++++++++--------
 .../modules/petclinic/pages/040-pet-entity.adoc    | 1002 ++++++---------
 .../modules/petclinic/pages/050-visit-entity.adoc  |  490 +++++--
 .../modules/petclinic/pages/060-unit-testing.adoc  |   40 +-
 .../modules/petclinic/pages/070-modularity.adoc    |  155 +--
 .../modules/petclinic/pages/080-view-models.adoc   |  309 ++---
 .../petclinic/pages/090-integration-testing.adoc   |  119 +-
 .../pages/{restful-api.txt => graphql-api.txt}     |    2 +-
 .../modules/petclinic/pages/todo.txt}              |   22 +-
 .../modules/petclinic/partials/domain.adoc         |   15 +-
 core/adoc/modules/ROOT/partials/module-nav.adoc    |    2 +-
 .../partials/fixture-scripts/api-and-usage.adoc    |    1 +
 36 files changed, 3283 insertions(+), 1910 deletions(-)
 delete mode 100644 .run/causeway-tooling-cli (index).run.xml
 delete mode 100644 .run/causeway-tooling-cli (overview).run.xml
 create mode 100644 antora/.asciidoctor-styles/asciidoc-classic.css
 create mode 100644 antora/.asciidoctor-styles/boot-flatly.css
 create mode 100644 
antora/components/comguide/modules/ROOT/attachments/algolia-search/algolia-config.json
 create mode 100644 
antora/components/comguide/modules/ROOT/attachments/algolia-search/algolia.env
 delete mode 100644 
antora/components/comguide/modules/ROOT/attachments/algolia-search/config.json
 create mode 100644 
antora/components/tutorials/modules/petclinic/images/03-06/home-page-default-columns.png
 create mode 100644 
antora/components/tutorials/modules/petclinic/images/03-07/new-parameters-are-optional.png
 create mode 100644 
antora/components/tutorials/modules/petclinic/images/04-01/h2-console-prompt.png
 create mode 100644 
antora/components/tutorials/modules/petclinic/images/04-01/pet-and-petowner-tables-created.png
 create mode 100644 
antora/components/tutorials/modules/petclinic/images/05-02/Visit-entity.png
 create mode 100644 
antora/components/tutorials/modules/petclinic/images/diag-plantuml-md5-5c0ff86629ce9ff23e5d52305493d5c6.svg
 create mode 100644 
antora/components/tutorials/modules/petclinic/images/diag-plantuml-md5-7e47437805fde198d7791595949fcf17.png
 copy antora/components/tutorials/modules/petclinic/pages/{restful-api.txt => 
graphql-api.txt} (98%)
 copy 
antora/components/{refguide-index/modules/applib/pages/index/jaxb/JavaSqlJaxbAdapters.adoc
 => tutorials/modules/petclinic/pages/todo.txt} (69%)

Reply via email to