An open API service indexing awesome lists of open source software.

https://github.com/wpmetabox/docsv2

The documentation for the Meta Box plugin
https://github.com/wpmetabox/docsv2

wordpress wordpress-plugin

Last synced: about 1 year ago
JSON representation

The documentation for the Meta Box plugin

Awesome Lists containing this project

README

          

This is the repo for [Meta Box Documentation](https://docs.metabox.io) website. It's built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

To run the docs locally, run the following commands:

```bash
npm install
npm start
```