Files
nocobase/docs/package.json
T
mahuantest 5cffc03804 Docs/improve notification manager docs (#7671)
* 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
2025-10-28 11:09:57 +08:00

35 lines
957 B
JSON

{
"name": "@nocobase/docs",
"version": "2.0.0-alpha.15",
"private": true,
"scripts": {
"build": "rspress build",
"check": "biome check --write",
"dev": "rspress dev",
"format": "prettier --write .",
"lint": "eslint .",
"preview": "rspress preview"
},
"dependencies": {
"@rspress/core": "^2.0.0-beta.34"
},
"devDependencies": {
"@biomejs/biome": "2.2.3",
"@eslint/js": "^9.35.0",
"@fontsource/nunito": "^5.2.7",
"@fortawesome/fontawesome-free": "^7.1.0",
"@iconscout/unicons": "^4.2.0",
"@rsbuild/plugin-sass": "^1.4.0",
"@rspress/plugin-algolia": "^2.0.0-beta.34",
"@rspress/plugin-llms": "^2.0.0-beta.34",
"@rspress/plugin-preview": "^2.0.0-beta.34",
"@rspress/plugin-sitemap": "^2.0.0-beta.34",
"@types/node": "^22.8.1",
"cross-env": "^10.1.0",
"eslint": "^9.35.0",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"typescript-eslint": "^8.43.0"
}
}