Skip to content

Commit

Permalink
Merge pull request #72 from mrozigor/moredocs
Browse files Browse the repository at this point in the history
patch for mkdocs, worked on my repo, not sure if it'll work here
  • Loading branch information
The-EDev authored Nov 30, 2020
2 parents 6894b3b + 9b3acc5 commit 0e9e358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ site_name: Crow
# Repository
repo_name: mrozigor/crow
repo_url: https://github.com/mrozigor/crow
site_url: https://mrozigor.github.io/crow
edit_uri: ""

theme:
name: material
palette:
- scheme: Crow
font: false
language: 'en'
features:
Expand Down Expand Up @@ -45,7 +44,7 @@ nav:
- Proxies: guides/proxies.md
- Systemd run on startup: guides/syste.md
- API Reference:
- API Reference: '/reference/index.html'
- API Reference: 'reference/index.html'

extra:
social:
Expand Down
2 changes: 1 addition & 1 deletion scripts/generateDocumentationAndDeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ rm -rf *
# 'site' directory
cp ../../mkdocs.yml .
cp -r ../../docs .
mkdocs build
mkdocs build -v

# Need to create a .nojekyll file to allow filenames starting with an underscore
# to be seen on the gh-pages site. Therefore creating an empty .nojekyll file.
Expand Down

0 comments on commit 0e9e358

Please sign in to comment.