Skip to content
Snippets Groups Projects
config.toml 3.18 KiB
Newer Older
Lars Bilke's avatar
Lars Bilke committed
languageCode = "en-us"
title = "OpenGeoSys"
Lars Bilke's avatar
Lars Bilke committed
theme = "ogs"
Lars Bilke's avatar
Lars Bilke committed
baseURL = "https://www.opengeosys.org"
Lars Bilke's avatar
Lars Bilke committed
buildDrafts = false
buildFuture = true
enableGitInfo = true
canonifyURLs = true
Lars Bilke's avatar
Lars Bilke committed
staticDir = ["dist", "static"]
Lars Bilke's avatar
Lars Bilke committed
disableKinds = ["taxonomyTerm"]
Lars Bilke's avatar
Lars Bilke committed

  alert = ""
# Main menu
[[menu.main]]
  name = "Books"
  url = "/books/"
  identifier = "books"
  weight = 2
Lars Bilke's avatar
Lars Bilke committed
[[menu.main]]
  name = "Releases"
  url = "/releases/"
  identifier = "releases"
  weight = 3
[[menu.main]]
  name = "Docs"
  url = "/docs/"
  identifier = "docs"
Lars Bilke's avatar
Lars Bilke committed
  weight = 4

# Devguide sidebar menu top-level categories
[[menu.devguide]]
  name = "Getting Started"
  identifier = "getting-started"
  weight = 1

[[menu.devguide]]
  name = "Development Workflows"
  identifier = "development-workflows"
  weight = 2

[[menu.devguide]]
  name = "Testing"
  identifier = "testing"
  weight = 3

[[menu.devguide]]
  name = "Documentation"
  identifier = "documentation"
  weight = 4

[[menu.devguide]]
  name = "Advanced"
  identifier = "advanced"

[[menu.devguide]]
  name = "Troubleshooting"
  identifier = "troubleshooting"

[[menu.devguide]]
  name = "Procedures"
  identifier = "procedures"

# Benchmarks sidebar top-level categories
[[menu.benchmarks]]
  name = "Elliptic"
  identifier = "elliptic"
  weight = 1
[[menu.benchmarks]]
  name = "Small Deformations"
  identifier = "small-deformations"
  weight = 2
[[menu.benchmarks]]
  name = "Heatconduction"
  identifier = "heatconduction"
  weight = 3
[[menu.benchmarks]]
  name = "Heat Transport BHE"
  identifier = "heat-transport-bhe"
[[menu.benchmarks]]
  name = "Richards Flow"
  identifier = "richards-flow"
  weight = 4
[[menu.benchmarks]]
  name = "Richards-Mechanics"
  identifier = "richards-mechanics"
  weight = 5
[[menu.benchmarks]]
  name = "Hydro-Mechanics"
  identifier = "hydro-mechanics"
[[menu.benchmarks]]
  name = "Thermo-Hydro-Mechanics"
  identifier = "thermo-hydro-mechanics"
Lars Bilke's avatar
Lars Bilke committed
[[menu.benchmarks]]
  name = "Hydro-Thermal"
  identifier = "hydro-thermal"
[[menu.benchmarks]]
  name = "Liquid Flow"
  identifier = "liquid-flow"
[[menu.benchmarks]]
  name = "Two-phase Flow"
  identifier = "two-phase-flow"
[[menu.benchmarks]]
  name = "Python Boundary Conditions"
  identifier = "python-bc"

# Quickstart sidebar top-level categories
[[menu.userguide]]
  name = "Basics"
  identifier = "basics"
  weight = 1
[[menu.userguide]]
  name = "Process Dependent Configuration"
  identifier = "process-dependent-configuration"
  weight = 2
[[menu.userguide]]
  name = "Post Processing"
  identifier = "post-processing"
[[menu.userguide]]
  name = "Troubleshooting"
  identifier = "troubleshooting"

# Tools sidebar top-level categories
[[menu.tools]]
  name = "Getting Started"
  identifier = "getting-started"
  weight = 1

[[menu.tools]]
  name = "Meshing: Bulk meshes"
  identifier = "meshing"
  weight = 2
[[menu.tools]]
  name = "Meshing: Subdomains"
  identifier = "meshing-submeshes"
  weight = 3

[[menu.tools]]
  name = "Model Preparation"
  identifier = "model-preparation"

[[menu.tools]]
  name = "Workflows"
  identifier = "workflows"