Skip to content

Commit

Permalink
add a table of contents for docs (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekharnwagh authored Nov 22, 2024
1 parent 1f19db1 commit 35b18c3
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Documentation

For plugin overview and getting started guide, see [README](../README.md).

## Table of Contents

- [Core Concepts](concepts/index.md)

- [Block Bindings](concepts/block-bindings.md)
- [Field Shortcodes](concepts/field-shortcodes.md)

- [Extending](extending/index.md)

- [Block Patterns](extending/block-patterns.md)
- [Block Registration](extending/block-registration.md)
- [Data Source](extending/data-source.md)
- [Hooks](extending/hooks.md)
- [Query](extending/query.md)
- [Query Runner](extending/query-runner.md)

- [Workflows](workflows/index.md)

- [Airtable Integration](workflows/airtable-with-code.md)
- [Google Sheets Integration](workflows/google-sheets-with-code.md)
- [ZIP Code Integration](workflows/zip-code-with-contract.md)

- [Development](local-development.md)
- [Troubleshooting](troubleshooting.md)
- [Releasing](releasing.md)

## Additional Documentation

- [Contributing Guidelines](../CONTRIBUTING.md)
- [Security Policy](../SECURITY.md)
- [Code of Conduct](https://make.wordpress.org/handbook/community-code-of-conduct/)

0 comments on commit 35b18c3

Please sign in to comment.