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
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.

1 participant