
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
sanity-plugin-dashboard-widget-gatsby
Advanced tools
Sanity Studio Dashboard Widget for triggering Gatsby builds
Sanity Studio Dashboard Widget for triggering Gatsby Cloud Preview instances/sites.
To get dashboard support in Sanity Studio in general:
sanity install @sanity/dashboard
sanity install dashboard-widget-gatsby
sanity.json
file, append the following line to the parts
array:{
"implements": "part:@sanity/dashboard/config",
"path": "src/dashboardConfig.js"
}
src/dashboardConfig.js
and include the gatsby
widget config like this:export default {
widgets: [
{
name: 'gatsby',
options: {
sites: [
{
siteUrl: '<siteUrl>',
}
]
}
}
]
}
siteUrl
- The Gatsby Cloud Preview instance/site urlTo simulate using your development version as a real module inside a studio, you can do the following:
npm install && npm link
from the root of this repository.npm run watch
to start developing and build the module when changes are made.With the mono-repo's test-studio
:
npm run bootstrap
sanity-plugin-dashboard-widget-gatsby
with the current version number to package.json
in the test-studio
root folder (but don't run npm install
afterwards)npm link sanity-plugin-dashboard-widget-gatsby
inside the mono-repo's root.test-studio
With a regular Sanity Studio:
npm install
sanity-plugin-dashboard-widget-gatsby
with the current version number to package.json
.npm link sanity-plugin-dashboard-widget-gatsby
When you are done and have published your new version, you can run npm unlink
inside this repo, and npm unlink sanity-plugin-dashboard-widget-gatsby
inside the mono-repo or studio to get back to the normal state. Then run npm run bootstrap
for the mono-repo or npm install
inside the regular studio to use the published version.
FAQs
Sanity Studio Dashboard Widget for triggering Gatsby builds
The npm package sanity-plugin-dashboard-widget-gatsby receives a total of 56 weekly downloads. As such, sanity-plugin-dashboard-widget-gatsby popularity was classified as not popular.
We found that sanity-plugin-dashboard-widget-gatsby demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.