Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: link to docs and docs CI config #83

Merged
merged 1 commit into from
Apr 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ jobs:
steps:
- name: Clone @api3/ois
uses: actions/checkout@master
- name: Update latest paths
run: |
wget https://raw.githubusercontent.com/api3dao/api3-docs/main/docs/.vuepress/config.js
for i in latestVersion latestOisVersion; do
path=$(grep $i: config.js | cut -d\' -f2);
echo "Renaming: $i --> $path";
sed -i "s@$i@$path@" .github/workflows/mlc_config.json;
done
- name: Check hyperlinks
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
Expand Down
15 changes: 1 addition & 14 deletions .github/workflows/mlc_config.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
{
"replacementPatterns": [
{
"pattern": "/airnode/latest/",
"replacement": "latestVersion"
},
{
"pattern": "/beacon/latest/",
"replacement": "latestBeaconVersion"
},
{
"pattern": "/ois/latest/",
"replacement": "latestOisVersion"
}
],
"replacementPatterns": [],
"retryOn429": true,
"retryCount": 3,
"fallbackRetryDelay": "10s"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> OIS (or Oracle Integration Specifications) is a JSON object that describes an API specification

You can find the documentation for OIS in the [docs](https://docs.api3.org/ois/latest/).
You can find the documentation for OIS in the [docs](https://docs.api3.org/reference/ois/latest/).

## Installation

Expand Down