-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a table of contents for docs (#211)
- Loading branch information
1 parent
1f19db1
commit 35b18c3
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |