-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
129 lines (118 loc) · 2.57 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Dependencies
markdown: redcarpet
highlighter: pygments
version: v0.5.0
# Permalinks
permalink: pretty
# Setup
title: exVim
tagline: ''
description: ''
url: http://exvim.github.io
author:
name: 'exVim Organization'
url: http://github.com/exvim
github:
repo: https://github.com/exvim/main
# Markup language setup
redcarpet:
extensions: [
"no_intra_emphasis",
"fenced_code_blocks",
"autolink",
"strikethrough",
"superscript",
"tables",
"with_toc_data",
"footnotes",
]
exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'Rakefile']
# Navigation
navigation:
- text: Home
url: /
layout: index
- text: Downloads
url: /downloads/
layout: downloads
- text: Docs
url: /docs/
layout: docs
- text: Docs(中文)
url: /docs-zh/
layout: docs-zh
- text: GitHub
url: https://github.com/exvim/main
- text: Changelog
url: https://github.com/exvim/main/releases
- text: About
url: /about/
layout: index
# User Manual
user_manual:
- text: Intro
url: /intro/
- text: Install
url: /install/
- text: Getting Start
url: /getting-start/
- text: Project Window
url: /project-window/
- text: Global Search
url: /global-search/
- text: Tags And Symbols
url: /tags-and-symbols/
- text: View Class Hierarchies
url: /view-class-hierarchies/
- text: Config .exvim
url: /config-exvim/
- text: Config .vimrc
url: /config-vimrc/
- text: Config Color Scheme
url: /config-colorscheme/
- text: Config Open File Action
url: /config-open-file-action/
- text: Plugins
url: /plugins/
- text: Known Issues
url: /known-issues/
# Developer Manual
dev_manual:
- text: Select Your Plugin
url: /select-your-plugin/
- text: Build Your Distribution
url: /build-your-distribution/
# User Manual
user_manual_zh:
- text: 简介
url: /intro/
- text: 安装
url: /install/
- text: 开始入门
url: /getting-start/
- text: 工程窗口
url: /project-window/
- text: 全局搜索
url: /global-search/
- text: 标签与符号
url: /tags-and-symbols/
- text: 类继承图谱
url: /view-class-hierarchies/
- text: exvim 项目配置
url: /config-exvim/
- text: vimrc 配置
url: /config-vimrc/
- text: 颜色主题配置
url: /config-colorscheme/
- text: 自定义文件打开方式
url: /config-open-file-action/
- text: 插件
url: /plugins/
- text: 已知问题
url: /known-issues/
# Developer Manual
dev_manual_zh:
- text: 选择你的插件
url: /select-your-plugin/
- text: 创建你的发布版本
url: /build-your-distribution/