https://github.com/reduxframework/docs
Documentation for Redux Framework, the most powerful WordPress interface framework.
https://github.com/reduxframework/docs
Last synced: about 2 months ago
JSON representation
Documentation for Redux Framework, the most powerful WordPress interface framework.
- Host: GitHub
- URL: https://github.com/reduxframework/docs
- Owner: reduxframework
- License: mit
- Created: 2016-03-16T14:37:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T21:58:11.000Z (5 months ago)
- Last Synced: 2025-01-13T10:51:51.778Z (3 months ago)
- Homepage: https://devs.redux.io
- Size: 5.15 MB
- Stars: 14
- Watchers: 8
- Forks: 190
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
---
title: "Redux Documentation"
---# Redux.io Documentation
[](https://github.com/reduxframework/docs/actions/workflows/vuepress-deploy.yml)Documentation for Redux.io, the world's most powerful and widely used WordPress input framework.
These docs are based off of [VuePress](https://vuepress.vuejs.org/) and automatically built by GitHub Actions.
Feel free to send pull requests and improvements. We'd love your help if you found anything we've missed.
## Working with VuePress
```bash
yarn install
```## Test Locally
```bash
yarn docs:dev
```## Build HTML
```bash
yarn docs:build
```Works best with a Unix-based OS.