@farming-labs/docs 0.0.33-beta.1 → 0.0.33

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.
@@ -2158,7 +2158,7 @@ async function init(options = {}) {
2158
2158
  }
2159
2159
  const entryPath = entry.trim() || defaultEntry;
2160
2160
  const enableI18n = await p.confirm({
2161
- message: "Do you want to scaffold internationalized docs with locale folders?",
2161
+ message: "Do you want to scaffold internationalized docs ?",
2162
2162
  initialValue: false
2163
2163
  });
2164
2164
  if (p.isCancel(enableI18n)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farming-labs/docs",
3
- "version": "0.0.33-beta.1",
3
+ "version": "0.0.33",
4
4
  "description": "Modern, flexible MDX-based docs framework — core types, config, and CLI",
5
5
  "keywords": [
6
6
  "docs",