-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (35 loc) · 952 Bytes
/
_config.yml
File metadata and controls
43 lines (35 loc) · 952 Bytes
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
# Site title and subtitle. This is used in _includes/header.html
title: 'GameAP Documentation'
# Domain configuration for multi-language deployment
domains:
en: "https://docs.gameap.com"
ru: "https://docs.gameap.ru"
# if you wish to integrate disqus on pages set your shortname here
disqus_shortname: ''
# if you use google analytics, add your tracking id here
# google_analytics_id: ''
# Syntax highlighting
highlighter: rouge
# Since these are pages, it doesn't really matter
future: true
# Navigation
navigation: 1
# Default categories (in order) to appear in the navigation
sections: [
['ru', 'Russian'],
['en', 'English']
]
# Use the kramdown Markdown renderer
markdown: kramdown
redcarpet:
extensions: [
'no_intra_emphasis',
'fenced_code_blocks',
'autolink',
'strikethrough',
'superscript',
'with_toc_data',
'tables',
'hardwrap',
'jekyll-tabs'
]