Skip to content

Commit

Permalink
fix mkdocs warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Aug 26, 2022
1 parent a90aef3 commit 1d5aca3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
python-version: ["3.10"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install -r requirements/docs.txt
Expand Down
4 changes: 4 additions & 0 deletions docs/src/developers/contribute/code_tldr.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ This guide is intended to help individuals gain an understanding of how Conreq w

---

## Major Dependencies

XYZ

## Repository File Structure

| Path | Description |
Expand Down
10 changes: 5 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
nav:
- Home: index.md
- Install:
Operating System:
- Unraid: install/unraid.md
- Windows: install/windows.md
- Linux 🚧: install/linux.md
- MacOS 🚧: placeholder.md
- Operating System:
- Unraid: install/unraid.md
- Windows: install/windows.md
- Linux 🚧: install/linux.md
- MacOS 🚧: placeholder.md
- User's Guide:
- Installing Apps 🚧: users/install_apps.md
- Configuring Conreq:
Expand Down

0 comments on commit 1d5aca3

Please sign in to comment.