aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/pages/TRPG
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-11-03 21:13:33 +0800
committer简律纯 <i@jyunko.cn>2023-11-03 21:13:33 +0800
commit9f0d43fe099a95ab1516ae951dcb60a89e76a5a5 (patch)
tree51614fe47bff8bb11028a07d4a35c34c9ff6594a /docs/pages/TRPG
parent8f135707d069c900e055dae71e69909d6b9a41bb (diff)
downloadHydroRoll-9f0d43fe099a95ab1516ae951dcb60a89e76a5a5.tar.gz
HydroRoll-9f0d43fe099a95ab1516ae951dcb60a89e76a5a5.zip
chore: delete useless codes
Diffstat (limited to 'docs/pages/TRPG')
-rw-r--r--docs/pages/TRPG/_meta.json15
-rw-r--r--docs/pages/TRPG/docs/_meta.json6
-rw-r--r--docs/pages/TRPG/docs/core-concepts.mdx8
-rw-r--r--docs/pages/TRPG/docs/features.mdx12
-rw-r--r--docs/pages/TRPG/docs/index.mdx15
-rw-r--r--docs/pages/TRPG/docs/why-trpg.mdx8
-rw-r--r--docs/pages/TRPG/index.mdx8
7 files changed, 0 insertions, 72 deletions
diff --git a/docs/pages/TRPG/_meta.json b/docs/pages/TRPG/_meta.json
deleted file mode 100644
index 4941080..0000000
--- a/docs/pages/TRPG/_meta.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "index": {
- "type": "page",
- "display": "hidden",
- "theme": {
- "layout": "raw",
- "sidebar": false,
- "toc": true
- }
- },
- "docs": {
- "title": "Docs",
- "display": "children"
- }
-}
diff --git a/docs/pages/TRPG/docs/_meta.json b/docs/pages/TRPG/docs/_meta.json
deleted file mode 100644
index 8ffd2a5..0000000
--- a/docs/pages/TRPG/docs/_meta.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "index": "快速开始",
- "why-trpg": "为什么是 TRPG跑团?",
- "core-concepts": "核心概念",
- "features": "特性"
-}
diff --git a/docs/pages/TRPG/docs/core-concepts.mdx b/docs/pages/TRPG/docs/core-concepts.mdx
deleted file mode 100644
index 552dda6..0000000
--- a/docs/pages/TRPG/docs/core-concepts.mdx
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: 核心概念
-description: 了解核心
----
-
-# Core Concepts
-
-水系核心概念 \ No newline at end of file
diff --git a/docs/pages/TRPG/docs/features.mdx b/docs/pages/TRPG/docs/features.mdx
deleted file mode 100644
index f069b86..0000000
--- a/docs/pages/TRPG/docs/features.mdx
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: 特性
-description: 认识水系的一些特点
----
-
-import { HydroRollTRPGFeatures } from '../../../components/HydroRollTRPGFeatures'
-
-# 特性
-
-To be...
-
-<HydroRollTRPGFeatures />
diff --git a/docs/pages/TRPG/docs/index.mdx b/docs/pages/TRPG/docs/index.mdx
deleted file mode 100644
index 0a1a30f..0000000
--- a/docs/pages/TRPG/docs/index.mdx
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: TRPG 快速入门
-description: 开始搭建纯净的水系骰子
----
-
-import { HydroRollTRPGQuickstartArea } from "../../../components/HydroRollTRPGQuickstart";
-import Callout from "../../../components/Callout";
-import { Tabs, Tab } from "../../../components/Tabs";
-import FullTurboCTA from "../../../components/FullTurboCTA";
-
-# 快速开始
-
-<HydroRollTRPGQuickstartArea />
-
-<FullTurboCTA />
diff --git a/docs/pages/TRPG/docs/why-trpg.mdx b/docs/pages/TRPG/docs/why-trpg.mdx
deleted file mode 100644
index 14848e2..0000000
--- a/docs/pages/TRPG/docs/why-trpg.mdx
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: 为什么是 TRPG跑团?
-description: 关于水系诞生的决定
----
-
-# Why TRPG?
-
-... \ No newline at end of file
diff --git a/docs/pages/TRPG/index.mdx b/docs/pages/TRPG/index.mdx
deleted file mode 100644
index 044d3b8..0000000
--- a/docs/pages/TRPG/index.mdx
+++ /dev/null
@@ -1,8 +0,0 @@
----
-overrideTitle: "TRPG 模块,基于HydroRollCore的规则包运行"
-description: "TRPG balabala."
----
-
-import HydroRollTRPGHome from "../../components/pages/TRPG-home";
-
-<HydroRollTRPGHome />