feat: add react-markdown dependency and update README with release process

This commit is contained in:
Usman Baig
2026-02-09 17:17:21 +01:00
parent fe6530b464
commit 72e891f856
8 changed files with 1336 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ const footerLinks = {
{ name: 'Contact', href: 'https://ciphera.net/contact', external: true },
],
resources: [
{ name: 'Changelog', href: '/changelog', external: false },
{ name: 'Installation', href: '/installation', external: false },
{ name: 'Integrations', href: '/integrations', external: false },
{ name: 'Documentation', href: 'https://docs.ciphera.net', external: true },
@@ -55,6 +56,9 @@ export function Footer({ LinkComponent = Link, appName = 'Pulse', isAuthenticate
<Component href="/about" className="hover:text-brand-orange transition-colors focus:outline-none focus:ring-2 focus:ring-brand-orange focus:rounded">
Why {appName}
</Component>
<Component href="/changelog" className="hover:text-brand-orange transition-colors focus:outline-none focus:ring-2 focus:ring-brand-orange focus:rounded">
Changelog
</Component>
<Component href="/pricing" className="hover:text-brand-orange transition-colors focus:outline-none focus:ring-2 focus:ring-brand-orange focus:rounded">
Pricing
</Component>