|
1 | 1 | # Table of contents |
2 | 2 |
|
3 | | -[Overview](README.md) |
| 3 | +[Introduction](README.md) |
4 | 4 |
|
5 | 5 | # User Guide |
6 | 6 |
|
7 | 7 | * [Quickstart](quickstart.md) |
8 | 8 | * [Getting started](getting-started/README.md) |
9 | 9 | * [Installation](getting-started/installation.md) |
10 | 10 | * [Core concepts](getting-started/core-concepts.md) |
11 | | - * [Preparing inventory](getting-started/preparing-inventory.md) |
| 11 | + * [Creating config](getting-started/creating-config.md) |
12 | 12 | * [Project structure](getting-started/project-structure.md) |
13 | | - * [Templates and variables](getting-started/templates-and-variables.md) |
14 | 13 | * [Defining models](getting-started/defining-models.md) |
15 | 14 | * [Implementing handlers](getting-started/implementing-handlers.md) |
| 15 | + * [Templates and variables](getting-started/templates-and-variables.md) |
16 | 16 | * [Advanced usage](advanced/README.md) |
17 | 17 | * [Datasources](advanced/datasources.md) |
18 | | - * [Hooks](advanced/hooks/README.md) |
19 | | - * [Default hooks](advanced/hooks/default.md) |
20 | | - * [Job scheduler](advanced/hooks/jobs.md) |
| 18 | + * [Hooks](advanced/hooks.md) |
| 19 | + * [Event hooks](advanced/event-hooks.md) |
| 20 | + * [Job scheduler](advanced/jobs.md) |
21 | 21 | * [Reindexing](advanced/reindexing.md) |
22 | 22 | * [Feature flags](advanced/feature-flags.md) |
23 | | - * [Executing SQL scripts](advanced/sql.md) |
| 23 | + * [SQL scripts](advanced/sql.md) |
24 | 24 | * [Improving performance](advanced/performance.md) |
25 | 25 | * [Callback context (ctx)](advanced/context/README.md) |
26 | | - * [Full reference](advanced/context/reference.md) |
27 | 26 | * [Internal models](advanced/internal-models.md) |
28 | | - * [Spawning indexes at runtime](advanced/index-factories.md) |
29 | | - * [Scheduler configuration](advanced/scheduler.md) |
| 27 | + * [Index factories](advanced/index-factories.md) |
30 | 28 | * [Metadata interface](advanced/metadata-interface.md) |
31 | 29 | * [GraphQL API](graphql/README.md) |
32 | 30 | * [Hasura integration](graphql/hasura.md) |
33 | 31 | * [REST endpoints](graphql/rest.md) |
34 | 32 | * [GenQL](graphql/genql.md) |
35 | | -* [Troubleshooting](troubleshooting/README.md) |
36 | | - * [Common issues](troubleshooting/common-issues.md) |
37 | | - * [Reporting bugs](troubleshooting/reporting-bugs.md) |
38 | 33 | * [Deployment and operations](deployment/README.md) |
39 | 34 | * [Database engines](deployment/database-engines.md) |
40 | | - * [Building Docker images](deployment/docker.md) |
41 | | - * [Deploying with docker-compose](deployment/docker-compose.md) |
42 | | - * [Deploying with Docker Swarm](deployment/swarm.md) |
| 35 | + * [Running in Docker](deployment/docker.md) |
43 | 36 | * [Sentry integration](deployment/sentry.md) |
44 | 37 | * [Prometheus integration](deployment/prometheus.md) |
45 | 38 | * [Logging](deployment/logging.md) |
46 | | - * [Monitoring](deployment/monitoring.md) |
47 | 39 | * [Backup and restore](deployment/backups.md) |
48 | | -* [Cookbook](cookbook/README.md) |
49 | | - * [Processing offchain data](cookbook/offchain-data.md) |
50 | | - * [Reusing typename for different contracts](cookbook/reusing-typenames.md) |
51 | | - * [Synchronizing multiple handlers/hooks](cookbook/sync-callbacks.md) |
52 | | - * [Multiprocessing](cookbook/multiprocessing.md) |
53 | | -* [Examples](examples/README.md) |
54 | | - * [Demo projects](examples/demo-projects.md) |
55 | | - * [Built with DipDup](examples/built-with-dipdup.md) |
56 | | -* [Services (plugins)](services/README.md) |
57 | | - * [mempool](services/mempool.md) |
58 | | - * [metadata](services/metadata.md) |
| 40 | +* [F.A.Q.](faq.md) |
| 41 | +* [Troubleshooting](troubleshooting.md) |
| 42 | +* [Contribution guide](CONTRIBUTING.md) |
| 43 | + |
| 44 | +# Examples |
| 45 | + |
| 46 | +* [Demo projects](examples/demo-projects.md) |
| 47 | +* [Built with DipDup](examples/built-with-dipdup.md) |
| 48 | + |
| 49 | +# Standalone Services |
| 50 | + |
| 51 | +* [mempool](services/mempool.md) |
| 52 | +* [metadata](services/metadata.md) |
59 | 53 |
|
60 | 54 | # Reference Guide |
61 | 55 |
|
|
64 | 58 | * [Full reference](config/reference.md) |
65 | 59 | * [advanced](config/advanced.md) |
66 | 60 | * [contracts](config/contracts.md) |
| 61 | + * [custom](config/custom.md) |
67 | 62 | * [database](config/database.md) |
68 | 63 | * [datasources](config/datasources.md) |
69 | 64 | * [hasura](config/hasura.md) |
|
73 | 68 | * [head](config/indexes/head.md) |
74 | 69 | * [operation](config/indexes/operation.md) |
75 | 70 | * [template](config/indexes/template.md) |
| 71 | + * [token_transfer](config/indexes/token_transfer.md) |
76 | 72 | * [jobs](config/jobs.md) |
| 73 | + * [logging](config/logging.md) |
77 | 74 | * [package](config/package.md) |
78 | 75 | * [prometheus](config/prometheus.md) |
79 | 76 | * [sentry](config/sentry.md) |
|
0 commit comments