From cf8f6c520437e93ffda6926c1d031ed0a7f863f4 Mon Sep 17 00:00:00 2001 From: Exelo Date: Sun, 7 Jun 2026 09:07:22 +0900 Subject: [PATCH] docs: fix docs path --- docs/docs/schematics/1-overview.mdx | 18 +++++++++--------- .../{6-system.mdx => 7-system.mdx} | 0 2 files changed, 9 insertions(+), 9 deletions(-) rename docs/docs/schematics/2-schematics/{6-system.mdx => 7-system.mdx} (100%) diff --git a/docs/docs/schematics/1-overview.mdx b/docs/docs/schematics/1-overview.mdx index b2012e5..a031fec 100644 --- a/docs/docs/schematics/1-overview.mdx +++ b/docs/docs/schematics/1-overview.mdx @@ -33,30 +33,30 @@ schematics @nanoforge-dev/schematics: [options] ## Available schematics - + Scaffold a complete NanoForge project with `package.json`, TypeScript or JavaScript config, linting, and optional server setup. - + Generate a `nanoforge.config.json` configuration file consumed by the NanoForge CLI. - + Create the base folder structure for a client or server part, including example component, system, save file, and optional lifecycle hooks. - + Generate the `main.ts` entry point for a client or server part by reading the `.nanoforge` save file. - + + Generate a production-ready `Dockerfile` and `.dockerignore` tailored to your package manager. + + Scaffold an ECS component class with an editor manifest for use in the NanoForge editor. - + Scaffold an ECS system function with an editor manifest for use in the NanoForge editor. - - Generate a production-ready `Dockerfile` and `.dockerignore` tailored to your package manager. - see the [changelog](https://github.com/NanoForge-dev/schematics/blob/main/CHANGELOG.md) for the full release history. diff --git a/docs/docs/schematics/2-schematics/6-system.mdx b/docs/docs/schematics/2-schematics/7-system.mdx similarity index 100% rename from docs/docs/schematics/2-schematics/6-system.mdx rename to docs/docs/schematics/2-schematics/7-system.mdx