Skip to content

Commit

Permalink
Merge pull request #611 from INCATools/docs-605
Browse files Browse the repository at this point in the history
Removing History page and add nice default config for mkdocs
  • Loading branch information
matentzn committed Jun 19, 2022
2 parents 893e805 + 052f2d0 commit 451cec2
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions template/_dynamic_files.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -760,10 +760,6 @@ owl:Thing owl:Class
Welcome to the {{ project.id.upper() }} documentation!

You can find descriptions of the standard ontology engineering workflows [here](odk-workflows/index.md).
^^^ docs/history.md
# A brief history of {{ project.id.upper() }}

The following page gives an overview of the history of {{ project.id.upper() }}.
^^^ docs/cite.md
# How to cite {{ project.id.upper() }}
^^^ docs/contributing.md
Expand Down Expand Up @@ -1464,11 +1460,30 @@ Do not overwrite, contents will be generated automatically.
{% endif %}
^^^ mkdocs.yaml
site_name: {{ project.title }}
theme: material
theme:
name: material
features:
- content.tabs.link
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde

site_url: https://{{ project.github_org }}.github.io/{{ project.repo }}/
repo_url: https://github.com/{{ project.github_org }}/{{ project.repo }}/

nav:
- Getting started: index.md
- Cite: cite.md
- History: history.md
- How-to guides:
- Standard ODK workflows:
- Overview: odk-workflows/index.md
Expand Down

0 comments on commit 451cec2

Please sign in to comment.