1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-10-19 08:30:09 +08:00

Mkdocs test

Hello Triangle is not completed
This commit is contained in:
Meow J
2015-07-11 20:38:58 +08:00
parent 4fd2931cc1
commit db7a0d06a5
4 changed files with 150 additions and 0 deletions

19
mkdocs.yml Normal file
View File

@@ -0,0 +1,19 @@
pages:
- 主页: 'index.md'
- 入门(Getting started):
- OpenGL: '01 Getting started/01 OpenGL.md'
- 创建一个窗口: '01 Getting started/02 Creating a window.md'
- Hello Window: '01 Getting started/03 Hello Window.md'
- Hello Triangle: '01 Getting started/04 Hello Triangle.md'
- 坐标系统: '01 Getting started/08 Coordinate Systems.md'
- 复习: '01 Getting started/10 Review.md'
site_name: LearnOpenGL-CN
markdown_extensions:
- admonition
- smarty
- sane_lists
extra_css:
- css/code_fixer.css