Restructure of the docs content

This commit is contained in:
kaltokri 2023-11-10 15:36:54 +01:00
parent 6d9333aa94
commit b38dc62be7
11 changed files with 70 additions and 3 deletions

20
docs/advanced/index.md Normal file
View File

@ -0,0 +1,20 @@
---
has_children: false
nav_order: 3
---
# Advanced
In this section we will add the documentation for all subjects that go beyond
the beginner topics, but which are interesting for mission builders or power
users.
{: .note }
> This documentation is WIP (work in progress) and it will take some time to
> fill it with usefull and up to date informations. Please be patient and check
> back here from time to time to see if there is anything new for you.
If you cannot find the information you are looking for here in the new
documentation, please take a look at the [archive].
[archive]: ../archive/index.md

View File

@ -1,7 +1,7 @@
---
title: Archive
has_children: true
nav_order: 4
nav_order: 99
has_toc: false
---

19
docs/beginner/index.md Normal file
View File

@ -0,0 +1,19 @@
---
has_children: false
nav_order: 2
---
# Beginner
In this section we will add all informations needed for your first steps using
MOOSE.
{: .note }
> This documentation is WIP (work in progress) and it will take some time to
> fill it with usefull and up to date informations. Please be patient and check
> back here from time to time to see if there is anything new for you.
If you cannot find the information you are looking for here in the new
documentation, please take a look at the [archive].
[archive]: ../archive/index.md

View File

@ -1,5 +1,6 @@
---
parent: Build system
grand_parent: Developer
nav_order: 2
---

View File

@ -1,5 +1,6 @@
---
parent: Build system
grand_parent: Developer
nav_order: 1
---

View File

@ -1,5 +1,6 @@
---
parent: Build system
grand_parent: Developer
nav_order: 3
---

View File

@ -1,6 +1,9 @@
---
layout: default
title: Build system
parent: Developer
has_children: true
nav_order: 3
nav_order: 99
---
# Build system

View File

@ -1,5 +1,6 @@
---
parent: Build system
grand_parent: Developer
nav_order: 4
---

21
docs/developer/index.md Normal file
View File

@ -0,0 +1,21 @@
---
title: Developer
has_children: true
nav_order: 4
---
# Developer
All information in this section is primarily intended for developers who extend
or maintain the Moose program code. Of course, this information may also be of
interest to others who want to learn more about the background of MOOSE.
{: .note }
> This documentation is WIP (work in progress) and it will take some time to
> fill it with usefull and up to date informations. Please be patient and check
> back here from time to time to see if there is anything new for you.
If you cannot find the information you are looking for here in the new
documentation, please take a look at the [archive].
[archive]: ../archive/index.md

BIN
docs/images/moosedoc.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -1,6 +1,6 @@
---
title: Repositories
nav_order: 2
nav_order: 5
---
# MOOSE Repositories