Skip to content

Commit

Permalink
fix markdown files + add nav
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Dec 4, 2024
1 parent 8217cb0 commit c2db72b
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ build
.coverage
_build
_autosummary
site
6 changes: 3 additions & 3 deletions docs/community/help.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
______________________________________________________________________

## icon: material/help-circle
---
icon: material/help-circle
---

# Help

Expand Down
8 changes: 2 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
______________________________________________________________________

```
---
title: Home
hide:
- navigation
- toc
```

______________________________________________________________________
---

# fillname

Expand Down
7 changes: 4 additions & 3 deletions docs/reference/api/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
______________________________________________________________________

## icon: material/book-open-variant
---
title: "API Reference"
icon: "material/book-open-variant"
---

# API
6 changes: 3 additions & 3 deletions docs/reference/encodings/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
______________________________________________________________________

## icon: material/file-code
---
icon: material/file-code
---

# Encodings
6 changes: 3 additions & 3 deletions docs/reference/problem/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
______________________________________________________________________

## icon: material/head-dots-horizontal
---
icon: material/head-dots-horizontal
---

# Problem specification
18 changes: 18 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ extra:
- icon: potassco-logo
link: https://potassco.org
generator: false

markdown_extensions:
- admonition
- pymdownx.details
Expand Down Expand Up @@ -109,3 +110,20 @@ plugins:
show_inherited_detail_toc: true
show_inherited_detail_tree: true
show_source: false

nav:
- Home: index.md
- Getting Started: getting_started.md
- Examples: examples/index.md
- Reference:
- reference/index.md
- Problem: reference/problem/index.md
- Encodings: reference/encodings/index.md
- API: reference/api/index.md
- Community:
- community/index.md
- Help: community/help.md
- Changes: community/CHANGES.md
- Contributing: community/CONTRIBUTING.md
- Development: community/DEVELOPMENT.md
- Deployment: community/DEPLOYMENT.md

0 comments on commit c2db72b

Please sign in to comment.