Skip to content

Conversation

@JuliaEvseeva
Copy link
Contributor

@JuliaEvseeva JuliaEvseeva commented Feb 5, 2026

This PR brings the common layouts, fonts, styles, and configurations from the site-commons.

Also, the repository imports other documentation modules and builds them together.

New imports can be added in the docs/hugo.toml file like this:

[params]
  # Specifies the order of the sidenav modules.
  moduleOrder = ["framework", "validation", "compiler"]

[module]
  [[module.imports]]
    path = 'github.com/SpineEventEngine/validation/docs'
    disable = false
  [[module.imports]]
    path = 'github.com/SpineEventEngine/framework/docs'
    disable = false
  [[module.imports]]
    path = 'github.com/SpineEventEngine/compiler/docs'
    disable = false

The README.md will be updated in another PR.

@JuliaEvseeva JuliaEvseeva self-assigned this Feb 5, 2026
@JuliaEvseeva JuliaEvseeva marked this pull request as ready for review February 12, 2026 14:25
@JuliaEvseeva JuliaEvseeva requested a review from armiol February 12, 2026 14:26
@JuliaEvseeva JuliaEvseeva added this pull request to the merge queue Feb 12, 2026
Merged via the queue into master with commit c027ce4 Feb 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants