forked from valory-xyz/price-oracle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
80 lines (65 loc) · 2.21 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
site_name: product/oraclekit #Required format to work with monorepo including a specific route in the address.
site_url: https://docs.autonolas.network/product/oraclekit/
site_description: Autonolas OracleKit developer documentation
repo_url: https://github.com/valory-xyz/oraclekit
site_author: developer@valory.xyz
edit_uri: ""
copyright: Copyright © 2021 - 2023 Valory AG
strict: true
theme:
name: 'material'
language: en
favicon: images/favicon.ico
features:
- navigation.indexes
- navigation.instant
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
extra_css:
- stylesheets/extra.css
nav:
- OracleKit: 'index.md'
plugins:
- monorepo
- macros
- search
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.highlight
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.arithmatex
- def_list
- md_in_html
- toc:
title: On this page
extra:
open_aea: '[Open AEA](https://github.com/valory-xyz/open-aea)'
open_aea_doc: '[Open AEA documentation](https://open-aea.docs.autonolas.tech)'
open_aea_api: '[Open AEA API](https://open-aea.docs.autonolas.tech/api/)'
fsm_app: 'FSM App'
open_autonomy: '[Open Autonomy](https://github.com/valory-xyz/open-autonomy)'
open_autonomy_api: '[Open Autonomy API](https://docs.autonolas.network/)'
on_chain_frontend: '[on-chain protocol frontend](https://protocol.autonolas.network/)'
set_up_system: '[setup](https://docs.autonolas.network/open-autonomy/guides/set_up/)'
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/autonolas
name: Autonolas on Twitter
- icon: fontawesome/brands/discord
link: https://discord.com/invite/z2PT65jKqQ
name: Autonolas on Discord
- icon: fontawesome/brands/github
link: https://github.com/valory-xyz
name: Autonolas on GitHub
extra_javascript:
- https://unpkg.com/mermaid@8.10.1/dist/mermaid.min.js
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML