-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
63 lines (57 loc) · 1.61 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
61
62
63
site_name: ACKI NACKI
nav:
- Acki Nacki:
- Why Acki-Nacki?: index.md
- About protocol: acki-nacki/overview.md
- About network: acki-nacki/info.md
- For developers:
- Connection to network:
- Quick start for TVM CLI: acki-nacki/connection-to-network/quick-start-tvm-cli.md
- Quick start for TVM SDK: acki-nacki/connection-to-network/quick-start-tvm-sdk.md
- Create and compile contract: acki-nacki/connection-to-network/create-and-compile-contract.md
- Create giver: acki-nacki/connection-to-network/create-giver.md
#- For validators:
#- General information: acki-nacki/info.md
- Links: links.md
markdown_extensions:
- admonition
- abbr
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- tables
theme:
logo: images/acki_nacki_logo.svg
favicon: images/acki_nacki_logo.svg
# name: readthedocs
name: material
language: en
features:
# - navigation.sections
- navigation.tabs
- navigation.tabs.sticky
# - navigation.expand
- content.code.copy
- content.tooltips
palette:
scheme: default
primary: white
accent: light blue
icon:
annotation: material/arrow-right-circle
docs_dir: src
site_dir: docs
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js