Skip to content
Snippets Groups Projects
Commit 34b6c9ff authored by Lars Bilke's avatar Lars Bilke Committed by Lars Bilke
Browse files

[web] Added navigation info.

parent 9b6eb262
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,29 @@ pygmentsstyle = 'friendly' ...@@ -7,7 +7,29 @@ pygmentsstyle = 'friendly'
enableGitInfo = true enableGitInfo = true
[params.sharingicons] [params.sharingicons]
hide = true hide = true
[taxonomies] [taxonomies]
news = "news" news = "news"
# Main menu
[[menu.main]]
name = "News"
url = "/news/"
weight = 1
# Menu entry defined in about.md
[[menu.main]]
name = "Docs"
url = "/docs/"
identifier = "docs"
weight = 3
# Devguide sidebar menu top-level categories
[[menu.devguide]]
name = "Getting Started"
identifier = "getting-started"
# Benchmarks sidebar top-level categories
[[menu.benchmarks]]
name = "Elliptic"
identifier = "elliptic"
...@@ -3,6 +3,11 @@ title = "About" ...@@ -3,6 +3,11 @@ title = "About"
author = "Lars Bilke" author = "Lars Bilke"
date = "2017-01-13T14:24:23+01:00" date = "2017-01-13T14:24:23+01:00"
[menu]
[menu.main]
name = "About"
url = "/about/"
weight = 2
+++ +++
See [web/README.md](https://github.com/ufz/ogs/blob/master/web/README.md) for getting started on developing this site! See [web/README.md](https://github.com/ufz/ogs/blob/master/web/README.md) for getting started on developing this site!
......
...@@ -4,6 +4,11 @@ author = "Dmitri Naumov" ...@@ -4,6 +4,11 @@ author = "Dmitri Naumov"
title = "Groundwater flow (Neumann)" title = "Groundwater flow (Neumann)"
aliases = [ "/docs/benchmarks/" ] # First benchmark page aliases = [ "/docs/benchmarks/" ] # First benchmark page
[menu]
[menu.benchmarks]
parent = "elliptic"
weight = 0
+++ +++
## Equations ## Equations
......
...@@ -4,8 +4,12 @@ title = "Welcome!" ...@@ -4,8 +4,12 @@ title = "Welcome!"
author = "Lars Bilke" author = "Lars Bilke"
weight = 1 weight = 1
# next = "prerequisites.md"
aliases = [ "/docs/devguide/" ] # First devguide page aliases = [ "/docs/devguide/" ] # First devguide page
[menu]
[menu.devguide]
parent = "getting-started"
weight = 0
+++ +++
In this help section you will find everything related to development. Please walk through the Getting Started-section **step by step**. At the end you will have the latest OGS source code, the OGS finite element simulator compiled and everything you need to start developing for OGS! This first section of the developer guide will give you just a brief introduction, make sure to read the more advanced topics after you have familiarized yourself with the basics. In this help section you will find everything related to development. Please walk through the Getting Started-section **step by step**. At the end you will have the latest OGS source code, the OGS finite element simulator compiled and everything you need to start developing for OGS! This first section of the developer guide will give you just a brief introduction, make sure to read the more advanced topics after you have familiarized yourself with the basics.
...@@ -4,8 +4,10 @@ title = "Set Up Prerequisites" ...@@ -4,8 +4,10 @@ title = "Set Up Prerequisites"
author = "Lars Bilke" author = "Lars Bilke"
weight = 2 weight = 2
# back = "introduction.md" [menu]
[menu.devguide]
parent = "getting-started"
weight = 1
+++ +++
## Minimum requirements ## Minimum requirements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment