Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,52 @@ const siteConfig = {
},
},
],
[
"docusaurus-plugin-llms",
{
title: "Refine",
description:
"Refine is an open-source, headless React framework for building enterprise-grade internal tools, admin panels, dashboards, and B2B applications. It provides industry-standard solutions for critical concerns like authentication, access control, routing, networking, state management, and i18n.",
docsDir: "docs",
generateLLMsTxt: true,
generateLLMsFullTxt: true,
excludeImports: true,
removeDuplicateHeadings: true,
includeOrder: [
"getting-started/**/*",
"guides-concepts/**/*",
"data/**/*",
"authentication/**/*",
"authorization/**/*",
"routing/**/*",
"realtime/**/*",
"notification/**/*",
"audit-logs/**/*",
"core/**/*",
"ui-integrations/**/*",
"packages/**/*",
"advanced-tutorials/**/*",
"examples/**/*",
"further-readings/**/*",
"migration-guide/**/*",
],
ignoreFiles: ["partials/**/*"],
rootContent: `Refine is a meta-framework for building enterprise-grade, production-ready internal tools, admin panels, dashboards, and B2B applications using React.

Key features:
- **Headless by design**: Works with any UI library (shadcn/ui, Ant Design, Material UI, Mantine, Chakra UI, or custom)
- **Data provider agnostic**: Connects to any REST, GraphQL, or custom API backend
- **Authentication & Authorization**: Built-in auth provider and access control (Casbin, Cerbos, Permify, etc.)
- **Routing**: Supports React Router, Next.js, and Remix
- **Realtime**: Live data updates with built-in support
- **i18n**: Internationalization support out of the box
- **Audit Logs**: Track data changes automatically

Documentation: https://refine.dev/core/docs/
GitHub: https://github.com/refinedev/refine
License: MIT`,
},
],
],
themeConfig: {
prism: {
Expand Down
1 change: 1 addition & 0 deletions documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6.1.2",
"cross-env": "^7.0.3",
"docusaurus-plugin-llms": "^0.3.1",
"fast-xml-parser": "^5.4.1",
"fs-extra": "^10.1.0",
"jest": "^29.3.1",
Expand Down
23 changes: 23 additions & 0 deletions documentation/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading