diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 3a57aecae24..5ff031d5d68 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -29,23 +29,3 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn docs:publish
-# publish-refs:
-# runs-on: ubuntu-latest
-# steps:
-# - uses: actions/checkout@v4
-# - name: Setup Node.js
-# uses: actions/setup-node@v4
-# with:
-# node-version: 20.x
-# - name: Install dependencies
-# run: yarn install --immutable --network-timeout 500000
-# - name: Build pages
-# env:
-# CI: true
-# run: yarn api:build && yarn vitepress:ref:build
-# - name: Publish pages
-# env:
-# CI: true
-# GH_TOKEN: ${{ secrets.GH_TOKEN }}
-# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
-# run: yarn docs:publish
diff --git a/docs-references/.vuepress/config.js b/docs-references/.vuepress/config.js
deleted file mode 100644
index 4f6d75739d1..00000000000
--- a/docs-references/.vuepress/config.js
+++ /dev/null
@@ -1,20 +0,0 @@
-const settings = require("./config.base");
-
-const conf = settings({
- title: "Ts.ED API - A Node.js and TypeScript Framework on top of Express/Koa.js.",
- description:
- "A Node.js and TypeScript Framework on top of Express/Koa.js. It provides a lot of decorators and guidelines to write your code.",
- url: "https://api-docs.tsed.io",
- base: "https://tsed.io",
- api: require("../../docs/.vuepress/public/api.json"),
- apiRedirectUrl: "",
- themeConfig: {
- shortTitle: "Ts.ED API",
- htmlTitle: "Ts.ED API",
- algolia: false
- }
-});
-
-conf.themeConfig.locales["/"].otherTopics = [];
-
-module.exports = conf;
diff --git a/docs-references/api.md b/docs-references/api.md
deleted file mode 100644
index 04183047e69..00000000000
--- a/docs-references/api.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-meta:
- - name: description
- content: Api Reference of Ts.ED. Use decorator to build your model and map data.
- - name: keywords
- content: api reference model decorators ts.ed express typescript node.js javascript jsonschema json mapper serialization deserialization
----
-
-# Api Reference
-
-
-
-
diff --git a/docs-references/readme.md b/docs-references/readme.md
deleted file mode 100644
index 56b391342a2..00000000000
--- a/docs-references/readme.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-sidebar: false
-meta:
- - name: description
- content: Api Reference of Ts.ED. Use decorator to build your model and map data.
- - name: keywords
- content: api reference model decorators ts.ed express typescript node.js javascript jsonschema json mapper serialization deserialization
----
-
-# Api Reference
-
-
-
-