Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux-preCICE
Manage
Activity
Members
Labels
Plan
Issues
13
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
dumux-appl
dumux-preCICE
Merge requests
!36
Add initial setup for readthedocs documentation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add initial setup for readthedocs documentation
add-readthedocs-documentation
into
develop
Overview
0
Commits
3
Pipelines
3
Changes
5
Merged
Alexander Jaust
requested to merge
add-readthedocs-documentation
into
develop
2 years ago
Overview
0
Commits
3
Pipelines
3
Changes
5
Expand
Description
This MR adds a the foundation for a readthedocs documentation created with mkdocs.
Checklist
I made sure that the source files are formatted properly.
I added my changes to the changelog (
CHANGELOG.md
)
Edited
2 years ago
by
Alexander Jaust
👍
0
👎
0
Merge request reports
Compare
develop
version 2
9c071fcd
2 years ago
version 1
4d31199f
2 years ago
develop (base)
and
latest version
latest version
e8d0a21d
3 commits,
2 years ago
version 2
9c071fcd
2 commits,
2 years ago
version 1
4d31199f
1 commit,
2 years ago
5 files
+
36
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
doc/user/docs/index.md
0 → 100644
+
19
−
0
Options
# Welcome to MkDocs
For full documentation visit
[
mkdocs.org
](
https://www.mkdocs.org
)
.
## Commands
-
`mkdocs new [dir-name]`
- Create a new project.
-
`mkdocs serve`
- Start the live-reloading docs server.
-
`mkdocs build`
- Build the documentation site.
-
`mkdocs -h`
- Print help message and exit.
## Project layout
```
text
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
```
Loading