From 2c4c5e0b76f5a5b46ce46a45eb15b6217ed40e54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Sep 2026 21:51:51 +0000 Subject: [PATCH 1/2] chore: prepare next development iteration 0.1.5-SNAPSHOT [skip ci] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 38a69ee..5633c83 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.archyoshi assertj-json - 0.1.4 + 0.1.5-SNAPSHOT jar AssertJ JSON From e47d6fba632ca23065424b34bc9c86ff2e746163 Mon Sep 17 00:00:00 2001 From: Thami Inaflas Date: Tue, 8 Sep 2026 16:53:46 +0200 Subject: [PATCH 2/2] Update Docusaurus config for new project details --- docs/docusaurus.config.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 13ae917..6100476 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -14,10 +14,10 @@ const config = { tagline: 'Fluent assertions for JSON', favicon: 'img/favicon.ico', - url: 'https://inafl.github.io', - baseUrl: '/assertj-json/', + url: 'https://assertj-json.archyoshi.com/', + baseUrl: '/', - organizationName: 'inafl', + organizationName: 'archyoshi', projectName: 'assertj-json', onBrokenLinks: 'throw', @@ -34,7 +34,7 @@ const config = { ({ docs: { sidebarPath: './sidebars.js', - editUrl: 'https://github.com/inafl/assertj-json/tree/main/docs/', + editUrl: 'https://github.com/archyoshi/assertj-json/tree/main/docs/', }, blog: false, theme: { @@ -74,12 +74,12 @@ const config = { label: 'Quick Start', }, { - href: 'https://javadoc.io/doc/com.github.archyoshi/assertj-json', // Placeholder API link + href: 'https://javadoc.jitpack.io/com/github/archyoshi/assertj-json/0.1.4/javadoc/index.html', label: 'API', position: 'left', }, { - href: 'https://github.com/inafl/assertj-json', + href: 'https://github.com/archyoshi/assertj-json', label: 'GitHub', position: 'right', }, @@ -106,7 +106,7 @@ const config = { items: [ { label: 'GitHub', - href: 'https://github.com/inafl/assertj-json', + href: 'https://github.com/archyoshi/assertj-json', }, ], },