Skip to content

Commit e3d8263

Browse files
authored
Merge pull request #529 from SpineEventEngine/get-theme-updates
Get documentation updates with the project structure
2 parents 0866532 + 70b3e9f commit e3d8263

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

_code/EMBEDDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ It is only used in the [documentation][documentation-repo] repository.
66
You can read more in the corresponding [EMBEDDING.md][embedding-readme].
77

88
[documentation-repo]: https://github.com/SpineEventEngine/documentation
9-
[embedding-readme]: https://github.com/SpineEventEngine/documentation/tree/master/_code/EMBEDDING.md
9+
[embedding-readme]: https://github.com/SpineEventEngine/documentation/blob/master/EMBEDDING.md

site/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/SpineEventEngine/SpineEventEngine.github.io
33
go 1.22.0
44

55
require (
6-
github.com/SpineEventEngine/documentation/docs v0.0.0-20260115162323-0e96629ba3df // indirect
6+
github.com/SpineEventEngine/documentation/docs v0.0.0-20260205111752-62120db9b2d1 // indirect
77
github.com/TeamDev-Ltd/site-commons v0.0.0-20251202150534-a795438915ff // indirect
88
)

site/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github.com/SpineEventEngine/documentation/docs v0.0.0-20260115162323-0e96629ba3df h1:cm1eYCkjSyoorfgigCxWVLHFoUUr/RFt/EFDu+HwC2M=
2-
github.com/SpineEventEngine/documentation/docs v0.0.0-20260115162323-0e96629ba3df/go.mod h1:0lSB4kPZY9Qk429mepYiraNIEucYDIwiNVhJ3Wn3gKo=
1+
github.com/SpineEventEngine/documentation/docs v0.0.0-20260205111752-62120db9b2d1 h1:/vyN532WobxlG5eCnyWxif2GoNfmHYKrQuV+vg3vqZM=
2+
github.com/SpineEventEngine/documentation/docs v0.0.0-20260205111752-62120db9b2d1/go.mod h1:0lSB4kPZY9Qk429mepYiraNIEucYDIwiNVhJ3Wn3gKo=
33
github.com/TeamDev-Ltd/site-commons v0.0.0-20251202150534-a795438915ff h1:8kjfGJhf6LeS+IlK9NRktxtcv6O/WDneBuQD3QLPGIs=
44
github.com/TeamDev-Ltd/site-commons v0.0.0-20251202150534-a795438915ff/go.mod h1:atDeksDWBzsIidpW6Ivz2yYHwp2JPa1i1KXIxkctQ3c=

0 commit comments

Comments
 (0)