Project Tools location
The Project Tools location allows you to embed full custom pages.

Example of embedding a Storybook as a custom tool in a project.
Once an integration is installed that implements this location, the user will be able to access the custom page from the Tools section in the main navigation.

Main navigation with the custom tool enabled.
Manifest configuration#
{
"locations": {
"projectTools": [
{
"id": "example-tool",
"name": "Example Project Tool",
"url": "/project-tool",
"iconUrl": "/tool-icon.png"
}
]
}
}
Common use cases#
Common use cases for the Project Tools location include:
- Embedding of external applications like analytics tools
- Provide custom editorial tools like a importers or editorial calendar
- Add project specific documentation pages or a Storybook as a component reference