Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
chore: github repo on website, navigate,...
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 12, 2025
1 parent c1239c2 commit 2f34a17
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/config.json
/schemas_site
/mkdocs-include-markdown-cache
/.cache

# Created by https://www.toptal.com/developers/gitignore/api/python,venv
# Edit at https://www.toptal.com/developers/gitignore?templates=python,venv
Expand Down
4 changes: 0 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Check phạt nguội

Tool kiểm tra phạt nguội cho phương tiện giao thông của bạn. Hỗ trợ notify đến các nền tảng Telegram,...

## Link repo on github

- <https://github.com/NTGNguyen/check-phat-nguoi>
11 changes: 10 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

site_name: Check Phạt Nguội
site_url: 'https://ntgnguyen.github.io/check-phat-nguoi'
repo_url: 'https://github.com/ntgnguyen/check-phat-nguoi'
theme:
language: vi
icon:
Expand All @@ -14,6 +15,8 @@ theme:
- navigation.sections
- navigation.expand
- navigation.path
- navigation.indexes
- navigation.footer
- content.code.copy
- content.code.annotate
- search.suggest
Expand Down Expand Up @@ -55,14 +58,20 @@ markdown_extensions:
alternate_style: true
- attr_list
- pymdownx.emoji
- toc:
permalink: true

plugins:
- search:
lang: vi
pipeline:
- stemmer
- stopWordFilter
- trimmer
- include-markdown
- include-markdown:
cache_dir: ./mkdocs-include-markdown-cache
- optimize:
enabled: '!ENV [CI, false]'

nav:
- 'Trang chủ':
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ build-backend = "hatchling.build"
dev = ["pre-commit>=4.0.1"]
build-website = [
"json-schema-for-humans>=1.3.4",
"mkdocs-include-markdown-plugin>=7.1.2",
"mkdocs-material>=9.5.49",
"mkdocs-include-markdown-plugin[cache]>=7.1.2",
]
9 changes: 7 additions & 2 deletions uv.lock

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

0 comments on commit 2f34a17

Please sign in to comment.