diff --git a/frontend/app/docs/dashboard-tips/page.tsx b/frontend/app/docs/dashboard-tips/page.tsx new file mode 100644 index 0000000..5ce935d --- /dev/null +++ b/frontend/app/docs/dashboard-tips/page.tsx @@ -0,0 +1,72 @@ +'use client'; + +import React from 'react'; +import { Breadcrumbs } from '@/components/shared'; + +export default function DashboardTipsDocs() { + return ( +
+ Learn how to make the most of your ProactivePulse AI dashboard +
++ Dashboard tips provide helpful guidance on using the ProactivePulse AI platform effectively. + These tips appear at the top of your dashboard and can be dismissed or re-enabled at any time. +
+ ++ You can control the visibility of dashboard tips in two ways: +
+ ++ If you've dismissed the tips and want to see them again: +
+ ++ Dashboard tips cover various aspects of the platform: +
+ ++ Learn how to use ProactivePulse AI effectively +
++ {section.description} +
++ {currentIndex + 1} of {tips.length} +
++ {currentTip.description} +
+ {currentTip.action && ( +