diff --git a/template/.editorconfig b/docs/template/.editorconfig similarity index 100% rename from template/.editorconfig rename to docs/template/.editorconfig diff --git a/template/.github/workflows/cxxrtl-build.yml b/docs/template/.github/workflows/cxxrtl-build.yml similarity index 100% rename from template/.github/workflows/cxxrtl-build.yml rename to docs/template/.github/workflows/cxxrtl-build.yml diff --git a/template/.github/workflows/synthesis.yml b/docs/template/.github/workflows/synthesis.yml similarity index 100% rename from template/.github/workflows/synthesis.yml rename to docs/template/.github/workflows/synthesis.yml diff --git a/template/.github/workflows/unit-tests.yml b/docs/template/.github/workflows/unit-tests.yml similarity index 100% rename from template/.github/workflows/unit-tests.yml rename to docs/template/.github/workflows/unit-tests.yml diff --git a/template/.gitignore b/docs/template/.gitignore similarity index 100% rename from template/.gitignore rename to docs/template/.gitignore diff --git a/template/cxxrtl/main.cc b/docs/template/cxxrtl/main.cc similarity index 100% rename from template/cxxrtl/main.cc rename to docs/template/cxxrtl/main.cc diff --git a/template/newproject/__init__.py b/docs/template/newproject/__init__.py similarity index 100% rename from template/newproject/__init__.py rename to docs/template/newproject/__init__.py diff --git a/template/newproject/__main__.py b/docs/template/newproject/__main__.py similarity index 100% rename from template/newproject/__main__.py rename to docs/template/newproject/__main__.py diff --git a/template/newproject/rtl/__init__.py b/docs/template/newproject/rtl/__init__.py similarity index 100% rename from template/newproject/rtl/__init__.py rename to docs/template/newproject/rtl/__init__.py diff --git a/template/newproject/targets.py b/docs/template/newproject/targets.py similarity index 100% rename from template/newproject/targets.py rename to docs/template/newproject/targets.py diff --git a/template/pdm.lock b/docs/template/pdm.lock similarity index 100% rename from template/pdm.lock rename to docs/template/pdm.lock diff --git a/template/pyproject.toml b/docs/template/pyproject.toml similarity index 100% rename from template/pyproject.toml rename to docs/template/pyproject.toml diff --git a/template/tests/__init__.py b/docs/template/tests/__init__.py similarity index 100% rename from template/tests/__init__.py rename to docs/template/tests/__init__.py diff --git a/template/tests/test_top.py b/docs/template/tests/test_top.py similarity index 100% rename from template/tests/test_top.py rename to docs/template/tests/test_top.py