forked from deformio/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
60 lines (57 loc) · 1.82 KB
/
mkdocs.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
site_name: Deform
theme: readthedocs
markdown_extensions:
- markdown_include.include
- admonition
- toc:
anchorlink: True
pages:
- Home: index.md
- Quickstart: quickstart/index.md
- User: user.md
- Projects: projects.md
- Users: users.md
- Debug: debug.md
- Collections: collections.md
- Documents: documents.md
- Schemas: schemas.md
- Files: files.md
- Tokens: tokens.md
- Notifications: notifications.md
- Usage: usage.md
- Processors: processors.md
- Embeds: embeds.md
- Hooks: hooks.md
- HTTP Status Codes: http_status_codes.md
- CLI: cli.md
- HTTP API: api/index.md
- Changelog: changelog.md
copyright:
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter38777730 = new Ya.Metrika({
id:38777730,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true,
trackHash:true
});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = "https://mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/38777730" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->