2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-15 03:35:35 +00:00

Added documentation about Color Themes, added README mardown instructions

This commit is contained in:
eeintech
2020-09-21 12:27:10 -05:00
parent 863311bcce
commit 01f82a0128
5 changed files with 79 additions and 4 deletions

View File

@ -1,11 +1,13 @@
# Project
repo_url: https://github.com/inventree/inventree-docs
repo_name: inventree/inventree-docs
site_name: InvenTree Documentation
site_description: InvenTree - Open Source Inventory Management
site_author: InvenTree
google_analytics: ['UA-143467500-1', 'inventree-docs']
# Repository
repo_url: https://github.com/inventree/inventree-docs
repo_name: inventree/inventree-docs
# Theme
theme:
name: material
@ -32,6 +34,7 @@ nav:
- Deploying: start/deploy.md
- Updating: start/update.md
- Migrating: start/migrate.md
- Color Themes: start/themes.md
- Parts:
- Parts: part/part.md
- Part Views: part/views.md
@ -78,3 +81,8 @@ markdown_extensions:
- markdown.extensions.codehilite
- toc:
permalink:
# Global Variables
extra:
static_folder_source: ./InvenTree/InvenTree/static/
static_folder_local_default: ./inventree_static/