Skip to content

Commit

Permalink
Merge pull request #294 from permadao/feature-fix-content
Browse files Browse the repository at this point in the history
fix: markdown markdown syntax error
  • Loading branch information
twilson63 authored Oct 20, 2023
2 parents f6ae511 + 87cf785 commit e8679f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/src/guides/querying-arweave/queryingArweave.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Arweave provides a simple way of querying for transactions and filtering them by
- [arweave.net graphql](https://arweave.net/graphql) the original graphql endpoint, managed by [ar.io](https://ar.io)
- [goldsky search service](https://arweave-search.goldsky.com/graphql) a public service specifically optimized for search using a superset of the graphql syntax, managed by [goldsky](https://goldsky.com)
- [ar.io decentralized indexing](https://ar-io.dev/graphql) A decentralized network for indexing services. Currently in testing with L1 transactions available.
- [knn3 arseeding indexing] (https://knn3-gateway.knn3.xyz/arseeding/graphql), one for arseeding trading can real-time query service.
- [knn3 arseeding indexing](https://knn3-gateway.knn3.xyz/arseeding/graphql), one for arseeding trading can real-time query service.

## Executing a GraphQL Query
To query arweave we’ll need to access it through an indexing service that supports GraphQL. Use one of the GraphQL playgrounds listed above to get started!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For any custom needs or feature ideas, feel free to contact the Goldsky team thr
Currently, the only service with this syntax is hosted Goldsky. If anybody is interested in hosting their own gateway with the same syntax, feel free to contact the [Goldsky](https://goldsky.com) for help.

- [Goldsky Search Service](https://arweave-search.goldsky.com/graphql)
- [KNN3 arseeding indexing] (https://knn3-gateway.knn3.xyz/arseeding/graphql)
- [KNN3 arseeding indexing](https://knn3-gateway.knn3.xyz/arseeding/graphql)

## Features

Expand Down
2 changes: 1 addition & 1 deletion docs/src/zh/concepts/gateways.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ locale: zh

由于网关不是核心协议的一部分,因此没有内置的激励机制,如挖矿的奖励或激励。这使得网关运营商或外部服务能够选择如何构建他们的激励系统,从而实现更加分散和民主的模式。甚至个别应用程序可以运行自己的网关,以实现更好的缓存和永久网应用性能。

一些受欢迎的网关包括由Arweave团队运营的[arweave.net](https://arweave.net/),以及其他网关如[arweave.live](https://arweave.live/)[g8way.io](https://g8way.io)。然而,通过[AR.IO](https://ar.io/)等团队,网关的运营变得更加简单和易于访问。
一些受欢迎的网关包括由Arweave团队运营的[arweave.net](https://arweave.net/),以及其他网关如 [arweave.world](https://cookbook.arweave.world/) [arweave.asia](https://cookbook.arweave.asia) [arweave.live](https://arweave.live/)[g8way.io](https://g8way.io)。然而,通过[AR.IO](https://ar.io/)等团队,网关的运营变得更加简单和易于访问。

### 来源和进一步阅读材料

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ locale: zh
目前,此语法的唯一版本托管在 Goldsky 上。如果有人有兴趣使用相同的语法托管自己的网关,请随时与 [Goldsky](https://goldsky.com) 联系寻求帮助。

- [Goldsky 搜索服务](https://arweave-search.goldsky.com/graphql)
- [KNN3 arseeding 索引服务] (https://knn3-gateway.knn3.xyz/arseeding/graphql)
- [KNN3 arseeding 索引服务](https://knn3-gateway.knn3.xyz/arseeding/graphql)

## 功能

Expand Down

0 comments on commit e8679f1

Please sign in to comment.