diff --git a/web/content/_index.pandoc b/web/content/_index.pandoc new file mode 100644 index 0000000000000000000000000000000000000000..f0fed250c1f68cec615fbd263ccdcc46d07737a7 --- /dev/null +++ b/web/content/_index.pandoc @@ -0,0 +1,14 @@ ++++ +title = "Documentation Site Under Construction" +author = "Lars Bilke" +date = "2017-01-13T14:24:23+01:00" ++++ + +For the moment this site contains just the following documentations for [OpenGeoSys-6](https://github.com/ufz/ogs6): + +- [Quickstart](./docs/quickstart) +- [Developer Guide](./docs/devguide) +- [Benchmarks](./docs/benchmarks) +- [Tools](./docs/tools) + +See [docs.opengeosys.org](https://docs.opengeosys.org/docs) for more documentation! diff --git a/web/content/docs/_index.md b/web/content/docs/_index.md index ba4e579d8bd8e9388023f0eacf6ae5e880e48cab..2c05cefaaf144f79c9dfaaf733d5c39d3bb32e1a 100644 --- a/web/content/docs/_index.md +++ b/web/content/docs/_index.md @@ -1,14 +1,14 @@ +++ title = "Documentation" -[[sections]] -name = "Selected Benchmarks" -slug = "benchmarks" -text = "Basic benchmarks are explained and input files are provided to get you started in using OGS." - [[sections]] name = "Developer Guide" slug = "devguide" text = "You want to contribute to the OpenGeoSys project or implement a custom feature? In the Developer Guide you will find everything to get you started into OpenGeoSys development. Experienced developers will find a comprehensive list of advanced development topics." +[[sections]] +name = "Selected Benchmarks" +slug = "benchmarks" +text = "Basic benchmarks are explained and input files are provided to get you started in using OGS." + +++ diff --git a/web/content/docs/benchmarks/elliptic/groundwater-flow-dirichlet-nodal-source-term.md b/web/content/docs/benchmarks/elliptic/groundwater-flow-dirichlet-nodal-source-term.md index 663136f63649b7cd9111e1321d5eae2430eae4c3..686bfebe714a20bf3991c35c1a07cc2050dd152e 100644 --- a/web/content/docs/benchmarks/elliptic/groundwater-flow-dirichlet-nodal-source-term.md +++ b/web/content/docs/benchmarks/elliptic/groundwater-flow-dirichlet-nodal-source-term.md @@ -3,7 +3,7 @@ date = "2017-02-15T11:17:39+01:00" title = "Groundwater Flow (Nodal Source Term)" project = "Elliptic/circle_radius_1/circle_1e6_axi.prj" author = "Thomas Fischer" -weight = 101 +weight = 105 aliases = [ "/docs/benchmarks/" ] # First benchmark page diff --git a/web/layouts/index.html b/web/layouts/index.html index 69aa117e9539f9918f4609fa1b2d010ec4bf3bb8..0a8df101466bdab74a6a43789431df1426888b59 100644 --- a/web/layouts/index.html +++ b/web/layouts/index.html @@ -17,7 +17,7 @@ </div> <div class="col-xs-8"> - <h1>Benchmark documentation site</h1> + <h1>Documentation site under construction</h1> <p>For the moment this site contains just the <a href="/docs/benchmarks"><i class="fas fa-arrow-right"></i> benchmark documentation</a> for <a href="https://github.com/ufz/ogs6">OpenGeoSys-6</a>. </p> </div> diff --git a/web/layouts/section/docs.html b/web/layouts/section/docs.html index 063e2c0f8e739259bc1bffec70294e577156fed7..f724704797a8a377acf7326244e51574489e4b99 100644 --- a/web/layouts/section/docs.html +++ b/web/layouts/section/docs.html @@ -2,6 +2,7 @@ <div class="col-xs-12"> <h1>OpenGeoSys Documentation</h1> + {{ .Content }} <div class="row"> {{ range .Params.sections }} <article class="fl w-33 ma2 bg-white br3 pa4 pa4-ns mv3 ba b--black-10">