mirror of
https://github.com/handsomezhuzhu/2025-yatcpu.git
synced 2026-02-20 20:10:14 +00:00
Update .gitignore and mkdocs.yml config
Added site directory to .gitignore for GitHub Pages output. Adjusted mkdocs.yml formatting and moved use_directory_urls to the top for improved clarity.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -18,3 +18,6 @@ target
|
||||
|
||||
#
|
||||
misc/lab*_ans.yaml
|
||||
|
||||
# github pages
|
||||
site/**/*
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
site_name: 2025-Yatcpu-Fall-Docs
|
||||
site_author: Tokisakix
|
||||
copyright: Copyright © 2023 Tokisakix
|
||||
use_directory_urls: false
|
||||
|
||||
nav:
|
||||
- 前言: docs/index.md
|
||||
|
||||
|
||||
- 最终验收: docs/test.md
|
||||
- docs/better-tut/intro.md
|
||||
- 实验环境配置:
|
||||
@@ -52,7 +51,7 @@ theme:
|
||||
- content.tabs.link
|
||||
- navigation.expand
|
||||
|
||||
use_directory_urls: false
|
||||
|
||||
markdown_extensions:
|
||||
- toc:
|
||||
permalink: "🚁"
|
||||
|
||||
Reference in New Issue
Block a user