-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (33 loc) · 1.25 KB
/
mkdocs.yml
File metadata and controls
33 lines (33 loc) · 1.25 KB
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
site_name: MSRA Documentation
site_description: Full MSRA language reference, path semantics, and tooling notes
docs_dir: docs
theme:
name: readthedocs
nav:
- Home: index.md
- Пайплайны:
- Схема repo B: msra-repo-b-sync.md
- Язык MSRA:
- Обзор: msra-language.md
- "[msra]": msra-msra.md
- "[app]": msra-app.md
- "[app.warmup]": msra-app-warmup.md
- "[app.defaults.func.headers]": msra-app-defaults-func-headers.md
- "[app.variables.<name>]": msra-app-variables.md
- "[app.prefixes]": msra-app-prefixes.md
- "[app.regexes.<name>]": msra-app-regexes.md
- "[app.groups.<path>]": msra-app-groups.md
- "[app.func.<id>]": msra-app-func.md
- "[app.func.<id>.input.<name>]": msra-app-func-input.md
- "[app.func.<id>.url]": msra-app-func-url.md
- "[app.func.<id>.body]": msra-app-func-body.md
- "[app.func.<id>.headers]": msra-app-func-headers.md
- "[app.func.<id>.extractor]": msra-app-func-extractor.md
- "[app.func.<id>.examples]": msra-app-func-examples.md
- Пути и identity: msra-paths.md
- Ограничения генератора: msra-generator-gaps.md
markdown_extensions:
- tables
- admonition
- toc:
permalink: true