Getting Started
Sanity Structure Tool is a declarative, JSON based plugin for defining your Sanity Studio's desk structure. This guide provides a step-by-step roadmap to help you install the package and configure a maintainable content hierarchy.
Installation
Install the package using your preferred package manager.
sh
npm install sanity-plugin-structure-toolsh
yarn add sanity-plugin-structure-toolsh
pnpm add sanity-plugin-structure-toolsh
bun add sanity-plugin-structure-toolQuick Roadmap
Once installed, follow these steps to get your studio up and running with a declarative structure:
- Follow the Setup Guide: Learn how to configure the plugin and register it.
- Define Your Items: Explore the
ListItemconfiguration to build your hierarchy. - Browse Examples: See specific examples for properties like
singleton,filter, andchildren.
Learn More
- Why this tool?: Understand the core philosophy and the problems it solves.
- FAQ: Find answers to common questions and troubleshooting tips.
- Contributing: Learn how to contribute to the project.
Need Help?
If you run into issues or have questions:
- Check the Issues on GitHub.
- Contributions are always welcome!
