diff --git a/_includes/overrides/home.html b/_includes/overrides/home.html index 8aabcfb..2ea2565 100644 --- a/_includes/overrides/home.html +++ b/_includes/overrides/home.html @@ -25,18 +25,21 @@ Features + + Demo + Install - - Source Code - - Get the App + Mobile App Translate + + Source Code + diff --git a/docs/start/demo.md b/docs/demo.md similarity index 87% rename from docs/start/demo.md rename to docs/demo.md index 50810ae..12041a0 100644 --- a/docs/start/demo.md +++ b/docs/demo.md @@ -1,19 +1,14 @@ --- -title: Demo Dataset +title: InvenTree Demo --- -## Demo Dataset +## InvenTree Demo -A demonstration dataset is [available on GitHub](https://github.com/inventree/demo-dataset). +A working demo of InvenTree is available online at: -This dataset can be used to populate an empty database for demonstration purposes, to test and evaluate various InvenTree features. +[https://demo.inventree.org](https://demo.inventree.org) -It may also be useful to developers who need a dataset for developing and/or testing new InvenTree features. - -!!! warning "Empty Database" - Loading demo data will cause errors if the database is not empty. Run `invoke delete-data` prior to importing the demo dataset if there are records existing in the database! - -## Login Details +### Login Details The default *superuser* login details for the demo dataset are: @@ -21,7 +16,19 @@ The default *superuser* login details for the demo dataset are: | --- | --- | | admin | inventree | -## Setup +!!! warning "Database Reset" + The demo databaset resets once per day + +## Demo Dataset + +The dataset used for the demo instance is [available on GitHub](https://github.com/inventree/demo-dataset). + +This dataset can be used to populate an empty database for demonstration purposes, to test and evaluate various InvenTree features. + +It may also be useful to developers who need a dataset for developing and/or testing new InvenTree features. + +!!! warning "Empty Database" + Loading demo data will cause errors if the database is not empty. Run `invoke delete-data` prior to importing the demo dataset if there are records existing in the database! Follow these instructions to setup an InvenTree instance with the demo data: diff --git a/mkdocs.yml b/mkdocs.yml index 46dfe5c..059ceef 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -44,8 +44,8 @@ extra_javascript: nav: - InvenTree: - Features: features.md - - In Development: upcoming.md - Release Notes: releases/release_notes.md + - Demo: demo.md - FAQ: faq.md - Contribute: contribute.md - Credits: credits.md @@ -56,7 +56,6 @@ nav: - Bare Metal Setup: start/install.md - Updating: start/update.md - Migrating: start/migrate.md - - Demo Dataset: start/demo.md - Parts: - Parts: part/part.md - Creating Parts: part/create.md