diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 43c604eeded..70124f5decf 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,6 +1,6 @@
name: Test
on:
- pull_request
+ [push, pull_request]
jobs:
test:
diff --git a/_src/docs.css b/_src/docs.css
index dfc765f0c99..05c3edede89 100644
--- a/_src/docs.css
+++ b/_src/docs.css
@@ -547,18 +547,23 @@ h6 {
}
h1.page-title {
- font-size: 38px;
- line-height: 44px;
+ font-size: 34px;
+ line-height: 36px;
}
-h2 {
+h1 {
font-size: 32px;
- line-height: 36px;
+ line-height: 34px;
+}
+
+h2 {
+ font-size: 26px;
+ line-height: 32px;
}
h3 {
- font-size: 24px;
- line-height: 30px;
+ font-size: 20px;
+ line-height: 24px;
}
p {
diff --git a/docs/Data Provider Nodes/bookmaker-ratings-oracle.md b/docs/Data Provider Nodes/bookmaker-ratings-oracle.md
index 4524b1e69c6..99c41e3a9a3 100644
--- a/docs/Data Provider Nodes/bookmaker-ratings-oracle.md
+++ b/docs/Data Provider Nodes/bookmaker-ratings-oracle.md
@@ -94,6 +94,9 @@ contract BookmakerRatingsChainlink is ChainlinkClient {
+
# Tasks
diff --git a/docs/Data Provider Nodes/chainlink-alarm-clock.md b/docs/Data Provider Nodes/chainlink-alarm-clock.md
index 89ad8859f85..6f2a1bbccf6 100644
--- a/docs/Data Provider Nodes/chainlink-alarm-clock.md
+++ b/docs/Data Provider Nodes/chainlink-alarm-clock.md
@@ -57,6 +57,9 @@ contract ChainlinkAlarmClock is ChainlinkClient {
+
# Tasks
diff --git a/docs/Data Provider Nodes/ciphertrace-defi-compli-oracle.md b/docs/Data Provider Nodes/ciphertrace-defi-compli-oracle.md
index e158e316182..4b4ebe45992 100644
--- a/docs/Data Provider Nodes/ciphertrace-defi-compli-oracle.md
+++ b/docs/Data Provider Nodes/ciphertrace-defi-compli-oracle.md
@@ -100,6 +100,9 @@ contract CipherTraceChainlink is ChainlinkClient {
+
# Tasks
diff --git a/docs/Data Provider Nodes/dns-ownership-oracle.md b/docs/Data Provider Nodes/dns-ownership-oracle.md
index f3e58db6112..0bd5034f610 100644
--- a/docs/Data Provider Nodes/dns-ownership-oracle.md
+++ b/docs/Data Provider Nodes/dns-ownership-oracle.md
@@ -100,6 +100,9 @@ contract DnsOwnershipChainlink is ChainlinkClient {
+
# Tasks
diff --git a/docs/Data Provider Nodes/dxfeed-oracle.md b/docs/Data Provider Nodes/dxfeed-oracle.md
index 973cb13e409..618c6f86090 100644
--- a/docs/Data Provider Nodes/dxfeed-oracle.md
+++ b/docs/Data Provider Nodes/dxfeed-oracle.md
@@ -94,6 +94,9 @@ contract DxFeedChainlink is ChainlinkClient {
+
# Tasks
diff --git a/docs/Data Provider Nodes/genesis-volatility.md b/docs/Data Provider Nodes/genesis-volatility.md
index 6fcb74eedc2..8f04432ef31 100644
--- a/docs/Data Provider Nodes/genesis-volatility.md
+++ b/docs/Data Provider Nodes/genesis-volatility.md
@@ -106,6 +106,9 @@ contract REPLACE_MEChainlink is ChainlinkClient {
+
# Tasks
diff --git a/docs/Data Provider Nodes/geodb-oracle-node.md b/docs/Data Provider Nodes/geodb-oracle-node.md
index c3641431b9f..739ca4a7e6a 100644
--- a/docs/Data Provider Nodes/geodb-oracle-node.md
+++ b/docs/Data Provider Nodes/geodb-oracle-node.md
@@ -103,6 +103,9 @@ contract GeoDBChainlink is ChainlinkClient {
+
# Tasks
diff --git a/docs/Data Provider Nodes/kraken-rates-oracle-node.md b/docs/Data Provider Nodes/kraken-rates-oracle-node.md
index f0cfe0540af..a217b37b8a7 100644
--- a/docs/Data Provider Nodes/kraken-rates-oracle-node.md
+++ b/docs/Data Provider Nodes/kraken-rates-oracle-node.md
@@ -103,6 +103,9 @@ contract KrakenChainlink is ChainlinkClient {
+
# Tasks
diff --git a/docs/Data Provider Nodes/lcx-testnet.md b/docs/Data Provider Nodes/lcx-testnet.md
index fb624c039aa..1a97a863c65 100644
--- a/docs/Data Provider Nodes/lcx-testnet.md
+++ b/docs/Data Provider Nodes/lcx-testnet.md
@@ -95,6 +95,9 @@ contract LCXChainlink is ChainlinkClient {
+
# Tasks
diff --git a/docs/Data Provider Nodes/therundown-oracle-node.md b/docs/Data Provider Nodes/therundown-oracle-node.md
index 5841a424a39..8ef1739cc2d 100644
--- a/docs/Data Provider Nodes/therundown-oracle-node.md
+++ b/docs/Data Provider Nodes/therundown-oracle-node.md
@@ -101,6 +101,9 @@ contract TheRundownChainlink is ChainlinkClient {
+
# Tasks
diff --git a/docs/Data Provider Nodes/tiingo-eod-stock-price-oracle.md b/docs/Data Provider Nodes/tiingo-eod-stock-price-oracle.md
index c486d414377..647de5a43a7 100644
--- a/docs/Data Provider Nodes/tiingo-eod-stock-price-oracle.md
+++ b/docs/Data Provider Nodes/tiingo-eod-stock-price-oracle.md
@@ -105,6 +105,9 @@ contract TiingoChainlink is ChainlinkClient {
+
# Tasks
diff --git a/docs/Data Provider Nodes/watchsignals.md b/docs/Data Provider Nodes/watchsignals.md
index 50b9ec13867..6d0c15d7cf5 100644
--- a/docs/Data Provider Nodes/watchsignals.md
+++ b/docs/Data Provider Nodes/watchsignals.md
@@ -94,6 +94,9 @@ contract WatchsignalsChainlink is ChainlinkClient {
+
# Tasks
diff --git a/docs/Introduction/tutorials/advanced-tutorial.md b/docs/Introduction/tutorials/advanced-tutorial.md
index cddca876148..7d04d9c98e0 100644
--- a/docs/Introduction/tutorials/advanced-tutorial.md
+++ b/docs/Introduction/tutorials/advanced-tutorial.md
@@ -143,6 +143,9 @@ contract APIConsumer is ChainlinkClient {
+
Let's walk through what's happening here:
diff --git a/docs/Introduction/tutorials/beginners-tutorial.md b/docs/Introduction/tutorials/beginners-tutorial.md
index 5274451b63a..f891abb1d45 100644
--- a/docs/Introduction/tutorials/beginners-tutorial.md
+++ b/docs/Introduction/tutorials/beginners-tutorial.md
@@ -191,10 +191,13 @@ We have the code. What we need next is a compiler.
Fortunately for us, Remix also has support for gist. This means that Remix can load code from Github, and in this case, `PriceConsumerV3.sol` Click the button below to open a new tab, then once Remix has loaded, find the `gists` folder in the File Explorer on the left-hand side, and click on the file to open the code in the editor.
-
# 5. Deployment
diff --git a/docs/Using Any API/existing-job-request.md b/docs/Using Any API/existing-job-request.md
index 09d9c42a6c3..4d372adf9b0 100644
--- a/docs/Using Any API/existing-job-request.md
+++ b/docs/Using Any API/existing-job-request.md
@@ -30,12 +30,12 @@ This example uses the
-
-
+
+
```javascript
diff --git a/docs/Using Any API/make-a-http-get-request.md b/docs/Using Any API/make-a-http-get-request.md
index c45e427b384..2d199f56c5f 100644
--- a/docs/Using Any API/make-a-http-get-request.md
+++ b/docs/Using Any API/make-a-http-get-request.md
@@ -28,9 +28,12 @@ Currently, any return value must fit within 32 bytes, if the value is bigger tha
> Making a GET request will fail unless your deployed contract has enough LINK to pay for it. **Learn how to [Acquire testnet LINK](../acquire-link) and [Fund your contract](../fund-your-contract)**.
```javascript Kovan
diff --git a/docs/Using Price Feeds/get-the-latest-price.html b/docs/Using Price Feeds/get-the-latest-price.html
index a1faaf44ef3..1b7ba2f08ea 100644
--- a/docs/Using Price Feeds/get-the-latest-price.html
+++ b/docs/Using Price Feeds/get-the-latest-price.html
@@ -64,7 +64,10 @@
@@ -89,8 +92,8 @@
-