mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-14 10:20:40 +08:00
1. Add the building util of Python
for the markdown docs. 2. Update the deploy.sh
This commit is contained in:
@@ -3,11 +3,11 @@ site_name: Hello 算法
|
||||
site_url: https://www.hello-algo.com/
|
||||
site_author: Krahets
|
||||
site_description: 一本动画图解、能运行、可提问的数据结构与算法入门书
|
||||
docs_dir: docs
|
||||
docs_dir: build
|
||||
# Repository
|
||||
repo_name: krahets/hello-algo
|
||||
repo_url: https://github.com/krahets/hello-algo
|
||||
edit_uri: https://github.com/krahets/hello-algo/tree/master/docs/
|
||||
edit_uri: https://github.com/krahets/hello-algo/tree/main/docs/
|
||||
|
||||
# Copyright
|
||||
copyright: Copyright © 2022 Krahets
|
||||
@@ -15,7 +15,7 @@ copyright: Copyright © 2022 Krahets
|
||||
# Configuration
|
||||
theme:
|
||||
name: material
|
||||
custom_dir: docs/overrides
|
||||
custom_dir: build/overrides
|
||||
language: zh
|
||||
features:
|
||||
# - announce.dismiss
|
||||
|
||||
Reference in New Issue
Block a user