mirror of
https://github.com/nocobase/nocobase.git
synced 2026-08-30 16:56:07 +08:00
5cffc03804
* docs: improve documentation style and add notification manager - Update homepage styling to match Landrick design - Replace emoji icons with FontAwesome icons - Add gradient rotating square background on cards - Update card styles with subtle shadows - Improve button styles (colors, border-radius) - Update navigation menu styling and dropdown styles - Apply Nunito font throughout - Remove gradient from hero title - Optimize hero section spacing - Add notification manager documentation - Add notification-email feature docs - Add notification-in-app-message feature docs - Add notification-manager development guides - Configuration updates - Add .claude/ to .gitignore - Exclude docs directory from root tsconfig - Fix React key warning in HomeFeature component * docs: restructure homepage layout and simplify card styles - Reorganize homepage sections into 4 main groups: Get Started, Advanced, More Plugins, and Plugin Development - Remove rotating square backgrounds and FontAwesome icons from feature cards - Restore minimal gray background styling with theme-adaptive colors - Add subtle hover effects: background change, shadow, border, and lift animation - Fix group title colors to support dark mode using theme variables - Update both English and Chinese versions * docs: add link to notification manager in features section * fix: restore navigation dropdown menus - Restore dropdown items for 'Guide' and 'Development' navigation menus - Add English navigation configuration file - Fix missing navigation menu items that were accidentally removed * docs: remove 'How NocoBase Works' card from homepage * fix: restore search functionality by removing overly broad mask selector The CSS rule [class*="mask_"] was hiding the search modal's backdrop, preventing the search popup from displaying. Commented out this rule to fix the search functionality. * chore: merge latest develop branch * docs(ai-employees): add application documentation section Add three new AI employees documents under new application docs category: - Scenarios/Getting Started: Introduction guide for AI employees - Configuration/Admin Setup: Administrator configuration guide - Configuration/Prompt Guide: Prompt engineering best practices Update navigation structure in _meta.json to organize documents into scenarios and configuration sections. * docs(ai-employees): add Viz documentation for introduction and CRM scenario Add two new Viz-related documents: - Built-in/Viz: Introduction guide covering personality, capabilities, interaction methods, and common analysis scenarios - Scenarios/Viz-CRM: CRM scenario configuration guide explaining template-based analysis engine (Overall Analytics) and SQL execution Update navigation structure in _meta.json: - Add Viz to built-in AI employees section - Add Viz CRM scenario to scenarios section Update getting-started.md references to link new Viz documents. * docs: improve documentation structure and navigation - Update homepage feature cards with missing links - Restructure navigation menu to match homepage sections - Reorganize AI employees documentation - Update built-in AI employee titles and ordering - Remove hero section mask overlay effect * docs: consolidate AI employees documentation structure - Merge getting-started content into index page - Remove redundant overview page - Clean up old getting-started file * docs: update dependencies * docs: add PluginCard component to theme * docs: add PluginCard component for documentation