Fix: update app count to 92+, remove false SDK claims, fix duplicate feature entry
- AppShowcase: 76+ → 92+ (heading + stats counter) - page.tsx: JavaScript SDK (39 methods) → REST API (Full JSON API) - features/page.tsx: SDK → REST API, removed duplicate REST API entry - premium docs: SDK (39 methods) → REST API & MCP Server - pricing: SDK → REST API & MCP Server for AI assistants - favicon updates from branding assets Deployed live to dashcaddy.net
This commit is contained in:
@@ -109,12 +109,12 @@ export default function FeaturesPage() {
|
||||
id: 'developer-platform',
|
||||
title: 'Developer Platform',
|
||||
description:
|
||||
'DashCaddy isn\'t just a UI—it\'s a platform. A typed JavaScript SDK with 39 methods, a full REST API, a plugin/extension system for custom workflows, and internationalization across 5 languages including full RTL support.',
|
||||
'DashCaddy isn\'t just a UI—it\'s a platform. A full REST API with JSON endpoints, a plugin/extension system for custom workflows, and internationalization across 5 languages including full RTL support.',
|
||||
icon: '🛠️',
|
||||
features: [
|
||||
{ icon: '📘', label: 'JavaScript SDK + TypeScript types (39 methods)' },
|
||||
{ icon: '🌐', label: 'REST API (JSON, MCP protocol)' },
|
||||
{ icon: '🔌', label: 'Plugin / Extension system' },
|
||||
{ icon: '🌐', label: 'REST API' },
|
||||
{ icon: '🔄', label: 'Auto-update manager' },
|
||||
{ icon: '🌍', label: 'i18n: EN/ES/FR/DE/AR (RTL)' },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user