This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push: new e0a5d09a9 CAY-2849 Switch documentation to `hugo-asciidoctorj-extension` e0a5d09a9 is described below commit e0a5d09a9e248519a5a3c3f372faf5ce79276b42 Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Mon Apr 15 17:09:40 2024 +0400 CAY-2849 Switch documentation to `hugo-asciidoctorj-extension` --- docs/asciidoc/cayenne-guide/pom.xml | 2 +- .../src/docs/asciidoc/_cayenne-guide/multipage-header.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/asciidoc/cayenne-guide/pom.xml b/docs/asciidoc/cayenne-guide/pom.xml index 9fc94cc9a..e3a46ccd0 100644 --- a/docs/asciidoc/cayenne-guide/pom.xml +++ b/docs/asciidoc/cayenne-guide/pom.xml @@ -40,7 +40,7 @@ <dependency> <groupId>io.bootique.tools</groupId> <artifactId>hugo-asciidoctorj-extension</artifactId> - <version>1.0-M1</version> + <version>1.0-M2</version> </dependency> </dependencies> diff --git a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/multipage-header.html b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/multipage-header.html index 1235f42a2..75830b4f9 100644 --- a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/multipage-header.html +++ b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/multipage-header.html @@ -20,4 +20,6 @@ title: "Cayenne Guide 5.0 ยท {title}" description: "Cayenne Guide 5.0, {title}" cayenneVersion: "5.0" cayenneNoToc: true +docId: cayenne-guide +weight: {weight} ---