Powered by Next.js & Sanity CMS, you can build a full fledge plugin or template documentation without touching code.
npm install -g sandocs
Documentation You don't need to be an expert to use our plugin. Our expressive API is readable and well documented.
You can make sure your website or app is highly performant with a built-in system to help you optimize.
Our plugins do not have any external dependencies so our plugin has the minimal footprint possible.
You can use this section to introduce your plugin with a sample code block on the right side. This will be a minimal implementation step.
Read Docs// import the plugin
const express = require('express')
const app = express()
// send a request to the server
app.get('/', function (req, res) {
res.send('Hello World')
})
// boom! its done.
app.listen(3000)
A responsive documentation template built for everyone who wants to create a plugin.
You don't need to be an expert to customize this plugin. Our code is very readable and well documented.
With mobile, tablet & desktop support it doesn't matter what device you're using. This plugin is responsive in all browsers.
Our plugins are supported by sponsors who provide community support. Sponsors will get email support on weekdays.
We make sure our plugins are working perfectly with all modern browsers available such as Chrome, Firefox, Safari.
We strictly follow a set of guidelines along with unit tests to make sure your implementation as easy as possible.
This templatte is actively maintained by the core plugin team. We are working on fixing each of the issues reported.
We are thankful to each and every company sponsored our plugin which helped us to continue working on it.