Skip to content

Commit

Permalink
Fixed docs config
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Feb 22, 2024
1 parent 37a3143 commit f26bab1
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
6 changes: 6 additions & 0 deletions docs_dev/docs/about_coscup/team_setup.zh-TW.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: COSCUP 組別建立設定
summary: 每年度建立新組別時需要注意的設定項目
description: 每年度建立新組別時需要注意的設定項目
---

# 組別建立與設定

本文件主要引導設定志工平台的組資訊與操作。
Expand Down
2 changes: 1 addition & 1 deletion docs_dev/docs/dev/beginners.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: 如何設定基本開發環境

### 簽名(sign-off)與簽章(sign)你的提交或標籤

我們希望你的提交與標籤都有**簽章**,並且**[簽名](how-to-signoff.zh-TW.md)**你的提交。
我們希望你的提交與標籤都有**簽章**,並且**[簽名](../how-to-signoff)**你的提交。

!!! tip "提示"

Expand Down
7 changes: 4 additions & 3 deletions docs_dev/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ plugins:
Writing Documentation: 文件紀錄
- search
- social:
cards_font: Noto Sans TC
cards_layout_options:
font_family: Noto Sans TC
- git-revision-date-localized
- mkdocstrings:
handlers:
Expand All @@ -206,8 +207,8 @@ plugins:
markdown_extensions:
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
Expand Down
2 changes: 1 addition & 1 deletion module/applyreview.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def submit_review(self, pid: str, tid: str, uid: str) -> RespCompletions:
uid (str): User id
Returns:
The struct of [toldwords.openai.RespCompletions][]
The struct of `toldwords.openai.RespCompletions`
'''
note: str = ''
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ phonenumbers = "^8.13"
pydantic = {extras = ["email"], version = "^1.10.1"}
pylibmc = "^1.6.1"
pymongo = "^4.3"
python = "^3.11"
python = "~3.11.7"
python-multipart = "^0.0.6"
requests = "^2.29"
toldwords = "^0.8"
Expand Down

0 comments on commit f26bab1

Please sign in to comment.