From 329838961d45e3500281cc190cdc5f6620c046e1 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 31 Jul 2021 20:36:29 +0100 Subject: [PATCH] Initial Home page --- Home.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..a3153e4 --- /dev/null +++ b/Home.md @@ -0,0 +1,22 @@ +![Dashy Docs](https://i.ibb.co/4mdNf7M/heading-docs.png) + +### Running Dashy +- [Deployment](https://github.com/Lissy93/dashy/blob/docs/deployment.md) - Getting Dashy up and running +- [Configuring](https://github.com/Lissy93/dashy/blob//docs/configuring.md) - Complete list of all available options in the config file +- [App Management](https://github.com/Lissy93/dashy/blob//docs/management.md) - Managing your app, updating, security, web server configuration, etc +- [Troubleshooting](https://github.com/Lissy93/dashy/blob//docs/troubleshooting.md) - Common errors and problems, and how to fix them + +### Development and Contributing +- [Developing](https://github.com/Lissy93/dashy/blob//docs/developing.md) - Running Dashy development server locally, and general workflow +- [Development Guides](https://github.com/Lissy93/dashy/blob//docs/development-guides.md) - Common development tasks, to help new contributors +- [Contributing](https://github.com/Lissy93/dashy/blob//docs/contributing.md) - How you can help keep Dashy alive +- [Showcase](https://github.com/Lissy93/dashy/blob//docs/showcase.md) - See how others are using Dashy, and share your dashboard +- [Credits](https://github.com/Lissy93/dashy/blob//docs/credits.md) - List of people and projects that have made Dashy possible + +### Feature Docs +- [Authentication](https://github.com/Lissy93/dashy/blob//docs/authentication.md) - Guide to setting up authentication to protect your dashboard +- [Backup & Restore](https://github.com/Lissy93/dashy/blob//docs/backup-restore.md) - Guide to Dashy's cloud sync feature +- [Icons](https://github.com/Lissy93/dashy/blob//docs/icons.md) - Outline of all available icon types for sections and items +- [Language Switching](https://github.com/Lissy93/dashy/blob//docs/multi-language-support.md) +- [Status Indicators](https://github.com/Lissy93/dashy/blob//docs/status-indicators.md) - Using Dashy to monitor uptime and status of your apps +- [Theming](https://github.com/Lissy93/dashy/blob//docs/theming.md) - Complete guide to applying, writing and modifying themes and styles \ No newline at end of file