Skip to content

LinLiuLab/SE-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SE-2023

Build documentation with mkdocs

本项目为清华大学2023年秋季学期《软件工程》课程网站,采用 mkdocs 编写

撰写

本站点内容使用 Markdown 进行编写。具体可查看 mkdocsmkdocs-material 文档。

如果创建了新页面,需要插入到 mkdocs.ymlnav 部分,否则将不会出现在编译结果中。

编译

首先安装依赖,而后编译即可:

python3 -m pip install --user -r requirements.txt # 安装 Python 依赖包
mkdocs serve # 直接在本地 serve,或者:
mkdocs build --clean # 生成于 site/ 文件夹中

About

清华大学2023年秋季学期《软件工程》课程网站

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages