You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docusaurus.config.js
+46Lines changed: 46 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,52 @@ const siteConfig = {
203
203
},
204
204
},
205
205
],
206
+
[
207
+
"docusaurus-plugin-llms",
208
+
{
209
+
title: "Refine",
210
+
description:
211
+
"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.",
212
+
docsDir: "docs",
213
+
generateLLMsTxt: true,
214
+
generateLLMsFullTxt: true,
215
+
excludeImports: true,
216
+
removeDuplicateHeadings: true,
217
+
includeOrder: [
218
+
"getting-started/**/*",
219
+
"guides-concepts/**/*",
220
+
"data/**/*",
221
+
"authentication/**/*",
222
+
"authorization/**/*",
223
+
"routing/**/*",
224
+
"realtime/**/*",
225
+
"notification/**/*",
226
+
"audit-logs/**/*",
227
+
"core/**/*",
228
+
"ui-integrations/**/*",
229
+
"packages/**/*",
230
+
"advanced-tutorials/**/*",
231
+
"examples/**/*",
232
+
"further-readings/**/*",
233
+
"migration-guide/**/*",
234
+
],
235
+
ignoreFiles: ["partials/**/*"],
236
+
rootContent: `Refine is a meta-framework for building enterprise-grade, production-ready internal tools, admin panels, dashboards, and B2B applications using React.
237
+
238
+
Key features:
239
+
- **Headless by design**: Works with any UI library (shadcn/ui, Ant Design, Material UI, Mantine, Chakra UI, or custom)
240
+
- **Data provider agnostic**: Connects to any REST, GraphQL, or custom API backend
241
+
- **Authentication & Authorization**: Built-in auth provider and access control (Casbin, Cerbos, Permify, etc.)
242
+
- **Routing**: Supports React Router, Next.js, and Remix
243
+
- **Realtime**: Live data updates with built-in support
244
+
- **i18n**: Internationalization support out of the box
245
+
- **Audit Logs**: Track data changes automatically
0 commit comments