dashy/docs
David Alasow 99463413b1 Fix formatting in documentation
Removed trailing whitespaces and extra newlines. Added some missing
punctuation. Replaced unicode characters that aren't commonly used
with the more common character.

The replaced unicode characters are
- ’ (U+2019) to ' (U+0027)
- “ (U+201C) to " (U+0022)
- ” (U+201D) to " (U+0022)
2022-08-22 17:52:07 +02:00
..
assets 💛 Updates repo diagram 2022-08-21 01:31:33 +00:00
showcase Add dr460nf1r3's Dashy 2022-05-29 17:13:42 +02:00
alternate-views.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
authentication.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
backup-restore.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
configuring.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
contributing.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
credits.md 💜 Updates contributors list 2022-08-21 02:29:50 +01:00
deployment.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
developing.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
development-guides.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
icons.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
management.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
multi-language-support.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
pages-and-sections.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
privacy.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
quick-start.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
readme.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
release-workflow.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
searching.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
showcase.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
status-indicators.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
theming.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
troubleshooting.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00
widgets.md Fix formatting in documentation 2022-08-22 17:52:07 +02:00

readme.md

Dashy Docs

Running Dashy

  • Quick Start - TLDR guide on getting Dashy up and running
  • Deployment - Full guide on deploying Dashy either locally or online
  • Configuring - Complete list of all available options in the config file
  • App Management - Managing your app, updating, security, web server configuration, etc
  • Troubleshooting - Common errors and problems, and how to fix them

Development and Contributing

  • Developing - Running Dashy development server locally, and general workflow
  • Development Guides - Common development tasks, to help new contributors
  • Contributing - How you can help keep Dashy alive
  • Showcase - See how others are using Dashy, and share your dashboard
  • Credits - List of people and projects that have made Dashy possible
  • Release Workflow - Info about releases, CI and automated tasks

Feature Docs

  • Authentication - Guide to setting up authentication to protect your dashboard
  • Alternate Views - Outline of available pages / views and item opening methods
  • Backup & Restore - Guide to backing up config with Dashy's cloud sync feature
  • Icons - Outline of all available icon types for sections and items, with examples
  • Language Switching - Details on how to switch language, or add a new locale
  • Pages and Sections - Multi-page support, sections, items and sub-items
  • Status Indicators - Using Dashy to monitor uptime and status of your apps
  • Searching & Shortcuts - Searching, launching methods + keyboard shortcuts
  • Theming - Complete guide to applying, writing and modifying themes + styles
  • Widgets - List of all dynamic content widgets, with usage guides and examples

Misc

  • Privacy & Security - List of requests, potential issues, and security resources
  • License - Copy of the MIT License
  • Legal - Licenses of direct dependencies
  • Code of Conduct - Contributor Covenant Code of Conduct
  • Changelog - Details of recent changes, and historical versions