mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
🏠 Updates homepage descripton and adds widget section
This commit is contained in:
parent
ce8f79ca4d
commit
8c84e8595f
@ -32,9 +32,9 @@ export default function HomepageHeader() {
|
||||
{showMore && (
|
||||
<p className={styles.dashyDescription}>
|
||||
It's packed full of useful features, to help you build your perfect dashboard.
|
||||
Including status checks, keyboard shortcuts, auto-fetched favicon icons and
|
||||
font-awesome support, built-in authentication, tons of themes, a UI config
|
||||
editor, many display layouts plus loads more.
|
||||
Including status checks, keyboard shortcuts, dynamic widgets, auto-fetched
|
||||
favicon icons and font-awesome support, built-in authentication, tons of themes,
|
||||
an interactive config editor, many display layouts plus loads more.<br />
|
||||
All the code is free and open source, and everything is thoroughly documented,
|
||||
you can get support with any questions on GitHub.
|
||||
</p>
|
||||
|
@ -15,6 +15,7 @@ import IconThemes from '../../static/icons/features_themes.svg';
|
||||
import IconUiConfig from '../../static/icons/features_ui-configuration.svg';
|
||||
import IconLaunching from '../../static/icons/features_launching.svg';
|
||||
import IconLanguage from '../../static/icons/features_language.svg';
|
||||
import IconWidgets from '../../static/icons/features_widgets.svg';
|
||||
|
||||
const FeatureList = [
|
||||
{
|
||||
@ -67,6 +68,18 @@ const FeatureList = [
|
||||
link: '/docs/authentication',
|
||||
icon: (<IconAuth />),
|
||||
},
|
||||
{
|
||||
title: 'Widgets',
|
||||
description: (
|
||||
<>
|
||||
Display dynamic content from any API-enabled service. Dashy comes bundled with 50+
|
||||
pre-built widgets for self-hosted services, productivity and monitoring.
|
||||
</>
|
||||
),
|
||||
link: '/docs/widgets',
|
||||
icon: (<IconWidgets />),
|
||||
demo: 'https://i.ibb.co/GFjXVHy/dashy-widgets.png',
|
||||
},
|
||||
{
|
||||
title: 'Alternate Views',
|
||||
description: (
|
||||
|
Loading…
x
Reference in New Issue
Block a user