mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
limit test runs, fix TOC
This commit is contained in:
parent
180b0d800b
commit
dbf607493f
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -3,7 +3,8 @@ name: 'CI'
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- main
|
||||||
|
- v4
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# API References
|
# API References
|
||||||
|
|
||||||
- [Overview](#Overview)
|
- [Overview](#overview)
|
||||||
- [Swagger specs](#Swagger-specs)
|
- [Swagger specs](#swagger-specs)
|
||||||
- [TypeDoc specs](#TypeDoc-specs)
|
- [TypeDoc specs](#typedoc-specs)
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# GitHub Data Fetching
|
# GitHub Data Fetching
|
||||||
|
|
||||||
- [Overview](#Overview)
|
- [Overview](#overview)
|
||||||
- [GitHub GraphQL API](#GitHub-GraphQL-API)
|
- [GitHub GraphQL API](#github-graphql-api)
|
||||||
- [GitHub REST API](#GitHub-REST-API)
|
- [GitHub REST API](#github-rest-api)
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user