Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Flatten sections
Browse files Browse the repository at this point in the history
  • Loading branch information
deekerno committed Sep 13, 2023
1 parent 4a184f0 commit db64bce
Show file tree
Hide file tree
Showing 22 changed files with 26 additions and 27 deletions.
41 changes: 19 additions & 22 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

- [Dependencies](./getting-started/dependencies.md)
- [Service Infrastructure](./getting-started/starting-the-fuel-indexer.md)
- [How it compares](./getting-started/how-it-compares.md)
- [How it Compares](./getting-started/how-it-compares.md)
- [Quickstart](./getting-started/quickstart.md)

# Reference Guide
Expand All @@ -16,28 +16,25 @@
- [Manifest](./project-components/manifest.md)
- [Schema](./project-components/schema.md)
- [Module](./project-components/module.md)
- [Indexing Fuel Types](./indexing/fuel-types/index.md)
- [Blocks](./indexing/fuel-types/blocks.md)
- [Transactions](./indexing/fuel-types/transactions.md)
- [Receipts](./indexing/fuel-types/receipts.md)
- [Indexing Custom Types](./indexing/custom-types/index.md)
- [Authentication](./authentication/index.md)
- [GraphQL](./graphql/index.md)
- [Types](./graphql/types/index.md)
- [Objects](./graphql/types/objects.md)
- [Enums](./graphql/types/enums.md)
- [Union](./graphql/types/unions.md)
- [Scalars](./graphql/scalars.md)
- [Directives](./graphql/directives.md)
- [Relationships](./graphql/relationships.md)
- [API Server](./graphql/api-server.md)
- [Queries](./graphql/queries/index.md)
- [Playground](./graphql/queries/playground.md)
- [Basic Queries](./graphql/queries/queries.md)
- [Search and Filtering](./graphql/queries/search-filtering.md)
- [Pagination](./graphql/queries/pagination.md)
- [A Full Example](./graphql/queries/full-example.md)
- [Designing a Schema](./designing-a-schema/index.md)
- [Types](./designing-a-schema/types.md)
- [Scalars](./designing-a-schema/scalars.md)
- [Directives](./designing-a-schema/directives.md)
- [Relationships](./designing-a-schema/relationships.md)
- [API Server](./designing-a-schema/api-server.md)
- [Indexing Fuel Types](./indexing-fuel-types/index.md)
- [Blocks](./indexing-fuel-types/blocks.md)
- [Transactions](./indexing-fuel-types/transactions.md)
- [Receipts](./indexing-fuel-types/receipts.md)
- [Indexing Custom Types](./indexing-custom-types/index.md)
- [Storing Info in a Database](./database/index.md)
- [Querying](./querying/index.md)
- [Basic Queries](./querying/basic-queries.md)
- [Playground](./querying/playground.md)
- [Search and Filtering](./querying/search-and-filtering.md)
- [Pagination](./querying/pagination.md)
- [A Full Example](./querying/full-example.md)
- [Authentication](./authentication/index.md)

# For Contributors

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions docs/src/designing-a-schema/types.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Types

## Objects

## Enums

## Unions
File renamed without changes.
5 changes: 0 additions & 5 deletions docs/src/graphql/types/index.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit db64bce

Please sign in to comment.