forked from 1c-syntax/bsl-language-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.en.yml
36 lines (35 loc) · 960 Bytes
/
mkdocs.en.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
site_name: BSL Language Server
nav:
- Home: index.md
- Contributing: contributing/index.md
- Reporters: reporters/index.md
- Diagnostics: diagnostics/index.md
- Russian: https://1c-syntax.github.io/bsl-language-server
theme:
name: material
language: en
logo: 'assets/images/logo.png'
favicon: 'assets/images/logo.png'
palette:
primary: 'white'
accent: 'indigo'
extra:
search:
language: 'en, ru'
social:
- type: 'github'
link: 'https://github.com/1c-syntax'
- type: 'telegram'
link: 'https://t.me/bsl_language_server'
extra_css:
- 'assets/stylesheets/extra.css'
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: Link
site_url: 'https://1c-syntax.github.io/bsl-language-server'
repo_name: '1c-syntax/bsl-language-server'
repo_url: 'https://github.com/1c-syntax/bsl-language-server'
edit_uri: 'edit/develop/docs/en'
google_analytics: ['UA-150754232-1', '1c-syntax.github.io']