docs icon indicating copy to clipboard operation
docs copied to clipboard

dfuse documentation

Results 89 docs issues
Sort by recently updated
recently updated
newest added

It is currently hard to know in which section you are (EOSIO, Ethereum, Platform) from a quick look at your screen. For a better UX, I believe the bg color...

All links sending users to `https://app.dfuse.io` to create a free account should be edited to `https://www.dfuse.io/pricing` instead of `https://app.dfuse.io` because of the recent pricing changes. It will allow users to...

In order to improve on-boarding experience, `graphiql` should have a button that generates a Golang / Python, etc code snippet matching the playground.

- Implement Ethereum versions of samples when available - Migrate public github example repos to docs repo - [x] example-graphql-grpc - [x] example-search-ethereum - [x] example-stream-ethereum - [x] example-stream-transfers (eos)...

I wasn't sure how to properly remove this, as it is pulling the code snippet from somewhere else, and I'm not sure how it should/needs to be changed. On this...

We'd like to have markers inside `.py`, `.go`, `.js` example files. Currently, they are in `quickstarts/*`. Example: ``` func main() { var prep = "hello" // DFUSE:BEGIN:quickstart_go_search_eos_section1 var some =...

This will enable searching in docs, otherwise user needs to navigate heuristically.

In the "Initiating dfuse Graphql Server connection" section found here: https://github.com/dfuse-io/docs/blob/master/content/guides/eosio/tutorials/push-notifications.md It says that endpoints can be found on the endpoints page. However, the listed endpoints don't include a port,...