Skip to content

Commit 19beb34

Browse files
klayoracleincgitbook-bot
authored andcommitted
GITBOOK-16: change request with no subject merged in GitBook
1 parent 262861c commit 19beb34

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

data-providers/introduction.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# Introduction
22

3+
{% hint style="info" %}
4+
This section is currently being developed. To contribute, open a pull request on the [documentation GitHub repo](https://github.com/KlayOracle/klayoracle-docs).
5+
{% endhint %}
6+
7+
### In this section:
8+
9+
* Introduction (this page)
10+
* [Data Provider Local Installation](install-and-run-data-providers-locally.md)
11+
* How Data Providers Work
12+
* [Configuring Data Feeds](configuring-data-feeds.md)
13+
* [Reducers](how-it-works/reducers.md)
14+
* [Utilities for data providers](how-it-works/data-provider-utilities.md)
15+
* [Config. Files & Environmental Variables](how-it-works/configuration-files-and-environmental-variables.md)
16+
* [OracleProvider Contract](how-it-works/oracleprovider-contract.md)
17+
* [Bootstrap Data Provider](how-it-works/bootstrap-data-providers.md)
18+
* [Best Practices for running Data Providers](best-practices.md)

fundamentals/aggregation-mechanism.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Aggregation Mechanism
22

3+
{% hint style="info" %}
4+
This section is currently being developed. To contribute, open a pull request on the [documentation GitHub repo](https://github.com/KlayOracle/klayoracle-docs).
5+
{% endhint %}

fundamentals/introduction.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ Users that need to revisit these fundamentals can find helpful resources relatin
2323
Even though KlayOracle is written in the Go programming language, knowledge of Go is not required to follow this documentation.
2424
{% endhint %}
2525

26-
In this section:
26+
### In this section:
2727

2828
* Introduction (this page)
2929
* [KlayOracle architecture](broken-reference)
30-
* Aggregation Mechanism
30+
* [Aggregation Mechanism](aggregation-mechanism.md)
3131
* [Installing KlayOracle](broken-reference)
32+
* [Communication Protocols](node-and-data-provider-communication.md)

fundamentals/node-and-data-provider-communication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ This section is currently being developed. To contribute, open a pull request on
1010

1111
## References
1212

13-
[https://grpc.io/docs/guides/auth/](https://grpc.io/docs/guides/auth/)
13+
* [Authentication - gRPC](https://grpc.io/docs/guides/auth/)

0 commit comments

Comments
 (0)