summaryrefslogtreecommitdiff
path: root/Homework/engl3085/Technical-Comm/vim-docs-for-3085/mkdocs.yml
blob: 4fb0fbe6d8e55334606370ae055d3682d06b8c17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
site_name: Vim
theme:
  name: null
  custom_dir: "cinder"
nav:
  - "Home": index.md
  - "About": about.md
  - "Introduction": intro.md
  - "Quick Start": quickstart.md
  - "Understanding Vim": understanding.md
  - "References" : references.md
plugins:
  - mkdocs-video