@farming-labs/docs 0.0.2-beta.7 → 0.0.2-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -502,7 +502,6 @@ import { ${t.factory} } from "${t.svelteImport}";
502
502
 
503
503
  export default defineDocs({
504
504
  entry: "${cfg.entry}",
505
- contentDir: "${cfg.entry}",
506
505
  theme: ${t.factory}({
507
506
  ui: {
508
507
  colors: { primary: "#6366f1" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farming-labs/docs",
3
- "version": "0.0.2-beta.7",
3
+ "version": "0.0.2-beta.8",
4
4
  "description": "Modern, flexible MDX-based docs framework — core types, config, and CLI",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",