Skip to content

Commit

Permalink
Delete unused files and update links in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbiusOfficial committed Feb 6, 2024
1 parent 5b185bd commit 7ceb8df
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Check for changes
id: check_changes
run: |
git add docs/AR/friends.md
git add docs/Archive/friends.md
if [ -n "$(git status --porcelain)" ]; then
echo "CHANGES=true" >> $GITHUB_ENV
fi
Expand Down
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ def insert_content(original_file, start_marker, end_marker, new_content):
def update_files():
# 更新 friends.md 和 index.md
friends_content = download_file("https://raw.githubusercontent.com/ProbiusOfficial/helloCTF-CTFerlink/main/output/friends.md")
with open("docs/AR/friends.md", 'w', encoding='utf-8') as file:
with open("docs/Archive/friends.md", 'w', encoding='utf-8') as file:
file.write(friends_content)
with open("docs/AR/index.md", 'w', encoding='utf-8') as file:
with open("docs/Archive/index.md", 'w', encoding='utf-8') as file:
file.write(friends_content)

# 更新 events 相关文件
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions docs/HC_Preface/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ HelloCTF项目的核心部分,包含CTF各个方向 (包括但不限于MISC,WE

对于有办赛需求的团队提供相关支持。

### **[工具](https://hello-ctf.com/TK/) CTFToolKit (/TK)**
### **[工具](https://hello-ctf.com/ToolKit/) CTFToolKit (/ToolKit)**

与项目 [CTFtools-wiki](https://github.com/ProbiusOfficial/CTFtools-wiki) 同步,分类收录各种 CTF 工具。

Expand All @@ -53,7 +53,7 @@ HelloCTF项目的核心部分,包含CTF各个方向 (包括但不限于MISC,WE

后续会更新如何从CTF过渡到安全实战领域,以及CTFer会面临的就业问题。

### **[CTF档案馆](https://hello-ctf.com/AR) Archives (/AR)**
### **[CTF档案馆](https://hello-ctf.com/Archive) Archives (/Archive)**

收录CTF相关内容,包括但不限于:

Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
34 changes: 17 additions & 17 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ nav:
- NSSCTF平台使用: HC_Appendix/NSSCTF_Usage.md
- 推荐书单: HC_Appendix/book.md

# - CTF Training 练习 (.TT) Part ------------
# - CTF Training 练习 (.Training) Part ------------
- 刷题:
- TT/index.md
- Training/index.md

# - CTF Event 赛事 (.Event) Part ------------
- 赛事:
Expand All @@ -277,18 +277,18 @@ nav:
- 办赛指南:
- Event/organize.md

# - CTF ToolKit 工具 (.TK) Part ------------
- 工具: TK/index.md
# - CTF ToolKit 工具 (.ToolKit) Part ------------
- 工具: ToolKit/index.md

# - TeamBuild (.TB) 团队 Part ------------
# - TeamBuild (.TeamBuild) 团队 Part ------------
- 团队:
- TB/index.md
- TeamBuild/index.md
- 团队建设与运营:
- TB/build.md
- TeamBuild/build.md
- 团队纳新及培训:
- TB/recruit.md
- TeamBuild/recruit.md
- 团队训练及CTF平台:
- TB/train.md
- TeamBuild/train.md

# - Set Challenges (.SC) 命题 Part ------------
- 命题:
Expand All @@ -311,21 +311,21 @@ nav:
# - Pwn题目的Docker化: EE_Docker/usage_pwn.md
# - Crypto题目的Docker化: EE_Docker/usage_crypto.md

# - Archives 存档 (.AR) Part ----
# - Archives 存档 (.Archive) Part ----
- Archives:
- AR/index.md
- Archive/index.md
- 赛事归档:
- AR/Events.md
- Archive/Events.md
- 师傅们和他们的博客:
- AR/friends.md
- Archive/friends.md
- 联合战队信息/招新:
- AR/Teams.md
- Archive/Teams.md
- 社区资源:
- AR/Community.md
- Archive/Community.md
- 书单推荐:
- AR/books.md
- Archive/books.md
- 视频资源:
- AR/Videos.md
- Archive/Videos.md

# - Blog Part ----
- Blog:
Expand Down

0 comments on commit 7ceb8df

Please sign in to comment.