Skip to content

Commit a49f635

Browse files
committed
使用mkdocs重构文档
1 parent 94fd08b commit a49f635

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+12458
-59
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: ci
2+
on:
3+
push:
4+
branches:
5+
- main
6+
permissions:
7+
contents: write
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v4
14+
with:
15+
python-version: 3.x
16+
- run: pip install mkdocs-material
17+
- run: mkdocs gh-deploy --force

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
# Ren'Py:从入门到入坟
22

3-
**推荐在[文档网站](https://zyksslm.github.io/RenPy-Tutorial/doc/目录.html)中浏览。**
4-
5-
***
6-
7-
[目录](doc/目录.md)
3+
**[《Ren'Py:从入门到入坟》中文文档](https://zyksslm.github.io/RenPy-Tutorial)**

_config.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

_includes/head.html

Lines changed: 0 additions & 19 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)