Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
a10f379
Bump version -> `2.0.0-SNAPSHOT.397`
alexander-yevsyukov Feb 23, 2026
5b2bf77
Add documentation plan file
alexander-yevsyukov Feb 23, 2026
ab82bf8
Remove temporary ToC and update the plan
alexander-yevsyukov Feb 23, 2026
90f21e4
Address the first task from the plan
alexander-yevsyukov Feb 23, 2026
c63c041
Add prefix for the developer's guide folder name
alexander-yevsyukov Feb 23, 2026
8dfbe31
Add prefix for the developer's guide folder name
alexander-yevsyukov Feb 23, 2026
b0fbaf6
Transform custom validation text into a folder
alexander-yevsyukov Feb 23, 2026
496cbce
Update the link in the plan
alexander-yevsyukov Feb 23, 2026
2369333
Split `first-model.md` into phased pages
alexander-yevsyukov Feb 23, 2026
971b82d
Simplify "Quick path" section
alexander-yevsyukov Feb 23, 2026
64462bd
Get the latest theme updates
JuliaEvseeva Feb 24, 2026
b2f1a67
Merge pull request #268 from SpineEventEngine/get-theme-updates
alexander-yevsyukov Feb 24, 2026
ed56404
Get the latest theme updates
JuliaEvseeva Feb 24, 2026
87d5926
Merge pull request #269 from SpineEventEngine/get-theme-updates
alexander-yevsyukov Feb 24, 2026
64f4a8e
Add language name for console examples
alexander-yevsyukov Feb 24, 2026
f5e386d
Add existing pages for sidebar
alexander-yevsyukov Feb 24, 2026
1ed9283
Bump version -> `2.0.0-SNAPSHOT.398`
alexander-yevsyukov Feb 24, 2026
bfb5d42
Update examples ref.
alexander-yevsyukov Feb 24, 2026
9db6b2b
Add front matter to the pages
alexander-yevsyukov Feb 24, 2026
3ba05f9
Update dependency reports
alexander-yevsyukov Feb 24, 2026
f909ce7
Use the note block
alexander-yevsyukov Feb 24, 2026
2cd6bdc
Improve the text on standalone Validation plugin setup
alexander-yevsyukov Feb 24, 2026
67eb3f4
Mention Google Truth and Kotest Assertions
alexander-yevsyukov Feb 24, 2026
e304c81
Update `_examples` ref.
alexander-yevsyukov Feb 24, 2026
570f65b
Update embedded code
alexander-yevsyukov Feb 24, 2026
6d750bd
Fix the key of the "Getting started" section
alexander-yevsyukov Feb 24, 2026
9233721
Update dependency reports
alexander-yevsyukov Feb 24, 2026
5761811
Narrow down "What you'll learn" section
alexander-yevsyukov Feb 24, 2026
d339ca5
Mark "Getting started" completed
alexander-yevsyukov Feb 24, 2026
61d6dd7
Add the note on using `validate()` in the production code
alexander-yevsyukov Feb 24, 2026
8eb959e
Remove duplicating comment
alexander-yevsyukov Feb 24, 2026
d71343e
Update `_examples` ref.
alexander-yevsyukov Feb 24, 2026
5fa30ff
Fix the side-navigation `key`
JuliaEvseeva Feb 25, 2026
8d91e0f
Add the link
JuliaEvseeva Feb 25, 2026
85fbe62
Use sentence capitalization in titles in front matter
alexander-yevsyukov Feb 25, 2026
596df41
Improve wording of "Using the generated code" section
alexander-yevsyukov Feb 25, 2026
e7c3391
Remove irrelevant doc plan item
alexander-yevsyukov Feb 25, 2026
be2b6e9
Mention usage in an anticorruption layer
alexander-yevsyukov Feb 25, 2026
893f6a6
Get theme updates with the fix for relative URLs
JuliaEvseeva Feb 25, 2026
97eee7f
Add empty Concepts section
alexander-yevsyukov Feb 25, 2026
197a4b5
Merge pull request #270 from SpineEventEngine/fix-sidenav
alexander-yevsyukov Feb 25, 2026
6a487d9
Fix placement of pictures by sections
alexander-yevsyukov Feb 25, 2026
e7ffef1
Update module list and clarify the purposes
alexander-yevsyukov Feb 25, 2026
be4f91a
Make table headers come in bold
alexander-yevsyukov Feb 25, 2026
15f1614
Replace "ProtoData" with "Compiler" on the diagram
alexander-yevsyukov Feb 25, 2026
c13a83d
Replace "Policy" with "Reaction" in the docs
alexander-yevsyukov Feb 25, 2026
dd9e3bf
Replace "Policy" with "Reaction" in the docs
alexander-yevsyukov Feb 25, 2026
f128a97
Improve section description
alexander-yevsyukov Feb 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 76 additions & 0 deletions .agents/tasks/validation-documentation-plan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Spine Validation documentation plan (repo-local)

This repository contains the **staging** content for Spine Validation docs.
The goal of this plan is to turn the existing drafts + references into a coherent,
buildable documentation set, without expanding scope unnecessarily.

## Key locations (source of truth)

- Docs content (Hugo): `/Users/sanders/Projects/Spine/validation/docs/content/docs/validation/`
- Protobuf options reference (for built-ins):
- `/Users/sanders/Projects/Spine/validation/docs/_options/options.proto`
- `/Users/sanders/Projects/Spine/validation/docs/_options/time_options.proto`
- Example projects for embedded snippets: `/Users/sanders/Projects/Spine/validation/docs/_examples/`
- Docs build notes: `/Users/sanders/Projects/Spine/validation/docs/GRADLE.md`

## Definition of done (for a “first complete docs cut”)

- Navigation is consistent (no dead links between pages).
- Embedded code snippets are up-to-date (`checkSamples` passes).
- Preview site builds locally (`buildSite` succeeds).
- “Getting started” can be followed end-to-end without guessing.

## Minimal task list (in order)

1) Information architecture (IA): make Hugo navigation coherent
- Status: DONE (2026-02-23).
- Added/updated section landing pages:
- `/Users/sanders/Projects/Spine/validation/docs/content/docs/validation/_index.md`
- `/Users/sanders/Projects/Spine/validation/docs/content/docs/validation/09-developers-guide/_index.md`
- Replaced broken `.../index.md` links with directory links where appropriate:
- `/Users/sanders/Projects/Spine/validation/docs/content/docs/validation/00-intro/_index.md`
- `/Users/sanders/Projects/Spine/validation/docs/content/docs/validation/01-getting-started/_index.md`
- Added “What’s next” navigation to keep a clear reading path:
- `/Users/sanders/Projects/Spine/validation/docs/content/docs/validation/00-intro/target-audience.md`
- `/Users/sanders/Projects/Spine/validation/docs/content/docs/validation/00-intro/philosophy.md`
- `/Users/sanders/Projects/Spine/validation/docs/content/docs/validation/09-developers-guide/architecture.md`
- `/Users/sanders/Projects/Spine/validation/docs/content/docs/validation/09-developers-guide/key-modules.md`
- `/Users/sanders/Projects/Spine/validation/docs/content/docs/validation/01-getting-started/first-model.md`
- Fixed an obvious broken image reference:
`/Users/sanders/Projects/Spine/validation/docs/content/docs/validation/08-custom-validation/_index.md`

2) Complete “Getting started” flow
- Status: DONE (2026-02-24).
- Validate that the "Getting started" section covers:
importing options, build-time validation, `build()` vs `buildPartial()`, and `validate()`.

3) Concepts: explain how Validation works (one layer deeper than “getting started”)
- Add a Concepts landing page and an “options overview” page that explains:
where options come from, how they’re applied, and what code gets generated.
- Keep this conceptual (no option-by-option details yet).

4) Built-in options: publish a minimal reference set
- From `/Users/sanders/Projects/Spine/validation/docs/_options/options.proto` and
`/Users/sanders/Projects/Spine/validation/docs/_options/time_options.proto`,
enumerate the built-in options and group them (fields, strings, numbers, collections, message-level, time).
- For each documented option: purpose, supported field types, common pitfalls, and a short `.proto` example.
- Start with the options already used in docs/examples: `(required)`, `(pattern)`, `(min)/(max)`,
`(distinct)`, `(validate)`, `(when)`.

5) Runtime API usage (Java + Kotlin)
- Document the two primary usage patterns:
- fail-fast on `build()` (throws `ValidationException`);
- non-throwing `validate()` (returns `Optional<ValidationError>`).
- Link to the runtime entry points used by generated code:
`/Users/sanders/Projects/Spine/validation/jvm-runtime/src/main/java/io/spine/validation/ValidatableMessage.java`,
`/Users/sanders/Projects/Spine/validation/jvm-runtime/src/main/java/io/spine/validation/ValidatingBuilder.java`,
`/Users/sanders/Projects/Spine/validation/jvm-runtime/src/main/java/io/spine/validation/Validate.java`,
`/Users/sanders/Projects/Spine/validation/jvm-runtime/src/main/java/io/spine/validation/ValidationException.java`,
`/Users/sanders/Projects/Spine/validation/jvm-runtime/src/main/kotlin/io/spine/validation/MessageExtensions.kt`.

6) Verification pass (keep it tight; fix only doc-related issues)
- From `/Users/sanders/Projects/Spine/validation/docs/`, run:
- `./gradlew embedCode`
- `./gradlew checkSamples`
- `./gradlew buildSite`
- If something fails, fix the docs, embedded snippet markers, or example sources until green.
Binary file removed .github/readme/typical_custom_option.jpg
Binary file not shown.
60 changes: 30 additions & 30 deletions dependencies.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# Dependencies of `io.spine.tools:validation-context:2.0.0-SNAPSHOT.396`
# Dependencies of `io.spine.tools:validation-context:2.0.0-SNAPSHOT.398`

## Runtime
1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0.
Expand Down Expand Up @@ -1139,14 +1139,14 @@

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Mon Feb 23 18:35:35 WET 2026** using
This report was generated on **Tue Feb 24 20:44:06 WET 2026** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).




# Dependencies of `io.spine.tools:validation-context-tests:2.0.0-SNAPSHOT.396`
# Dependencies of `io.spine.tools:validation-context-tests:2.0.0-SNAPSHOT.398`

## Runtime
1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0.
Expand Down Expand Up @@ -1731,7 +1731,7 @@ This report was generated on **Mon Feb 23 18:35:35 WET 2026** using

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Mon Feb 23 18:35:34 WET 2026** using
This report was generated on **Tue Feb 24 20:44:05 WET 2026** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).

Expand All @@ -1752,7 +1752,7 @@ This report was generated on **Mon Feb 23 18:35:33 WET 2026** using



# Dependencies of `io.spine.tools:validation-gradle-plugin:2.0.0-SNAPSHOT.396`
# Dependencies of `io.spine.tools:validation-gradle-plugin:2.0.0-SNAPSHOT.398`

## Runtime
1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0.
Expand Down Expand Up @@ -2841,14 +2841,14 @@ This report was generated on **Mon Feb 23 18:35:33 WET 2026** using

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Mon Feb 23 18:35:34 WET 2026** using
This report was generated on **Tue Feb 24 20:44:06 WET 2026** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).




# Dependencies of `io.spine.tools:validation-java:2.0.0-SNAPSHOT.396`
# Dependencies of `io.spine.tools:validation-java:2.0.0-SNAPSHOT.398`

## Runtime
1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0.
Expand Down Expand Up @@ -3935,14 +3935,14 @@ This report was generated on **Mon Feb 23 18:35:34 WET 2026** using

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Mon Feb 23 18:35:34 WET 2026** using
This report was generated on **Tue Feb 24 20:44:06 WET 2026** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).




# Dependencies of `io.spine.tools:validation-java-bundle:2.0.0-SNAPSHOT.396`
# Dependencies of `io.spine.tools:validation-java-bundle:2.0.0-SNAPSHOT.398`

## Runtime
1. **Group** : com.google.auto.service. **Name** : auto-service-annotations. **Version** : 1.1.1.
Expand Down Expand Up @@ -4005,14 +4005,14 @@ This report was generated on **Mon Feb 23 18:35:34 WET 2026** using

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Mon Feb 23 18:35:34 WET 2026** using
This report was generated on **Tue Feb 24 20:44:05 WET 2026** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).




# Dependencies of `io.spine:validation-jvm-runtime:2.0.0-SNAPSHOT.396`
# Dependencies of `io.spine:validation-jvm-runtime:2.0.0-SNAPSHOT.398`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -4845,14 +4845,14 @@ This report was generated on **Mon Feb 23 18:35:34 WET 2026** using

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Mon Feb 23 18:35:34 WET 2026** using
This report was generated on **Tue Feb 24 20:44:06 WET 2026** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).




# Dependencies of `io.spine.tools:validation-ksp:2.0.0-SNAPSHOT.396`
# Dependencies of `io.spine.tools:validation-ksp:2.0.0-SNAPSHOT.398`

## Runtime
1. **Group** : com.google.auto.service. **Name** : auto-service-annotations. **Version** : 1.1.1.
Expand Down Expand Up @@ -5781,14 +5781,14 @@ This report was generated on **Mon Feb 23 18:35:34 WET 2026** using

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Mon Feb 23 18:35:34 WET 2026** using
This report was generated on **Tue Feb 24 20:44:06 WET 2026** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).




# Dependencies of `io.spine.tools:validation-consumer:2.0.0-SNAPSHOT.396`
# Dependencies of `io.spine.tools:validation-consumer:2.0.0-SNAPSHOT.398`

## Runtime
1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0.
Expand Down Expand Up @@ -6379,14 +6379,14 @@ This report was generated on **Mon Feb 23 18:35:34 WET 2026** using

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Mon Feb 23 18:35:34 WET 2026** using
This report was generated on **Tue Feb 24 20:44:05 WET 2026** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).




# Dependencies of `io.spine.tools:validation-consumer-dependency:2.0.0-SNAPSHOT.396`
# Dependencies of `io.spine.tools:validation-consumer-dependency:2.0.0-SNAPSHOT.398`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -6897,14 +6897,14 @@ This report was generated on **Mon Feb 23 18:35:34 WET 2026** using

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Mon Feb 23 18:35:34 WET 2026** using
This report was generated on **Tue Feb 24 20:44:05 WET 2026** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).




# Dependencies of `io.spine.tools:validation-extensions:2.0.0-SNAPSHOT.396`
# Dependencies of `io.spine.tools:validation-extensions:2.0.0-SNAPSHOT.398`

## Runtime
1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0.
Expand Down Expand Up @@ -7588,14 +7588,14 @@ This report was generated on **Mon Feb 23 18:35:34 WET 2026** using

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Mon Feb 23 18:35:35 WET 2026** using
This report was generated on **Tue Feb 24 20:44:05 WET 2026** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).




# Dependencies of `io.spine.tools:validation-runtime:2.0.0-SNAPSHOT.396`
# Dependencies of `io.spine.tools:validation-runtime:2.0.0-SNAPSHOT.398`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -8217,14 +8217,14 @@ This report was generated on **Mon Feb 23 18:35:35 WET 2026** using

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Mon Feb 23 18:35:35 WET 2026** using
This report was generated on **Tue Feb 24 20:44:05 WET 2026** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).




# Dependencies of `io.spine.tools:validation-validating:2.0.0-SNAPSHOT.396`
# Dependencies of `io.spine.tools:validation-validating:2.0.0-SNAPSHOT.398`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -8889,14 +8889,14 @@ This report was generated on **Mon Feb 23 18:35:35 WET 2026** using

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Mon Feb 23 18:35:35 WET 2026** using
This report was generated on **Tue Feb 24 20:44:06 WET 2026** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).




# Dependencies of `io.spine.tools:validation-validator:2.0.0-SNAPSHOT.396`
# Dependencies of `io.spine.tools:validation-validator:2.0.0-SNAPSHOT.398`

## Runtime
1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0.
Expand Down Expand Up @@ -9647,14 +9647,14 @@ This report was generated on **Mon Feb 23 18:35:35 WET 2026** using

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Mon Feb 23 18:35:34 WET 2026** using
This report was generated on **Tue Feb 24 20:44:05 WET 2026** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).




# Dependencies of `io.spine.tools:validation-validator-dependency:2.0.0-SNAPSHOT.396`
# Dependencies of `io.spine.tools:validation-validator-dependency:2.0.0-SNAPSHOT.398`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -9924,14 +9924,14 @@ This report was generated on **Mon Feb 23 18:35:34 WET 2026** using

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Mon Feb 23 18:35:34 WET 2026** using
This report was generated on **Tue Feb 24 20:44:05 WET 2026** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).




# Dependencies of `io.spine.tools:validation-vanilla:2.0.0-SNAPSHOT.396`
# Dependencies of `io.spine.tools:validation-vanilla:2.0.0-SNAPSHOT.398`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -10282,6 +10282,6 @@ This report was generated on **Mon Feb 23 18:35:34 WET 2026** using

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Mon Feb 23 18:35:34 WET 2026** using
This report was generated on **Tue Feb 24 20:44:05 WET 2026** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
2 changes: 1 addition & 1 deletion docs/_preview/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module spine.io/validation/docs/preview
go 1.25.6

require (
github.com/SpineEventEngine/site-commons v0.0.0-20260212124406-a312b6eab34c // indirect
github.com/SpineEventEngine/site-commons v0.0.0-20260225164144-d5e941ada2ae // indirect
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
github.com/twbs/bootstrap v5.3.8+incompatible // indirect
Expand Down
4 changes: 2 additions & 2 deletions docs/_preview/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/SpineEventEngine/site-commons v0.0.0-20260212124406-a312b6eab34c h1:NtLNdAfuL3uQB+8cU5sBzx+2tlRXlxd1+76okBWj0Ek=
github.com/SpineEventEngine/site-commons v0.0.0-20260212124406-a312b6eab34c/go.mod h1:tkAl4StIREKmz9r5PiJtuDhvwMMkFXKWcaTyxhIikho=
github.com/SpineEventEngine/site-commons v0.0.0-20260225164144-d5e941ada2ae h1:pNjNP8lCXbbzArqX42kc2Rbj2LpqU18ltF+skxZ/xO4=
github.com/SpineEventEngine/site-commons v0.0.0-20260225164144-d5e941ada2ae/go.mod h1:tkAl4StIREKmz9r5PiJtuDhvwMMkFXKWcaTyxhIikho=
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 h1:L6+F22i76xmeWWwrtijAhUbf3BiRLmpO5j34bgl1ggU=
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400/go.mod h1:uekq1D4ebeXgduLj8VIZy8TgfTjrLdSl6nPtVczso78=
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 h1:GZxx4Hc+yb0/t3/rau1j8XlAxLE4CyXns2fqQbyqWfs=
Expand Down
Loading
Loading