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
- Host: GitHub
- URL: https://github.com/wpmetabox/docsv2
- Owner: wpmetabox
- Created: 2022-03-03T13:29:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T03:45:38.000Z (about 1 year ago)
- Last Synced: 2025-04-14T00:13:34.312Z (about 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: JavaScript
- Homepage: https://docs.metabox.io
- Size: 81.4 MB
- Stars: 0
- Watchers: 1
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Support: docs/support-policy.md
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
```