dailycheckin/mkdocs.yml

24 lines
758 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

site_name: Daily Check In
site_url: https://github.com/Sitoi/dailycheckin
repo_url: https://github.com/Sitoi/dailycheckin
site_description: 可基于【腾讯云函数】/【GitHub Actions】/【Docker】的每日签到脚本支持多账号使用
repo_name: Sitoi/dailycheckin
site_author: Sitoi
theme:
name: material
icon:
repo: fontawesome/brands/github
markdown_extensions:
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
nav:
- 主页: index.md
- 配置: settings.md
- 教程:
- 本地使用教程: local.md
- Docker 使用教程: docker.md
- 群辉 Docker 使用教程: synology.md
- 腾讯云函数使用教程: tencent-scf.md
- GitHub Actions 使用教程: github-actions.md