Improve mkdocs conf, update makefile, ignore docs dist

This commit is contained in:
Isaac Bythewood
2019-12-08 18:15:30 +00:00
parent b5ddfa36c2
commit 24de689883
3 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View File

@@ -39,3 +39,6 @@ docker-compose.yml
/.idea/
*.pyc
*.swp
# mkdocs
/docs/dist/

View File

@@ -26,4 +26,4 @@ docs-serve:
docs-build:
pipenv run mkdocs build
docs-publish:
pipenv run mkdocs publish
pipenv run mkdocs gh-deploy

View File

@@ -1,7 +1,7 @@
# Project information
site_name: 'Pinry Docs'
site_description: 'Docs for the Pinry project.'
site_author: 'Pinry\'s Contributors''
site_author: "Pinry's Contributors"
site_url: 'https://docs.getpinry.com/'
# Repository
@@ -9,7 +9,7 @@ repo_name: 'pinry/pinry'
repo_url: 'https://github.com/pinry/pinry'
# Copyright
copyright: 'Copyright © 2019 Pinry\'s Contributors'
copyright: "Copyright © 2019 Pinry's Contributors"
# Navigation
nav: