Skip to content

VisualComposer/api-docs

Repository files navigation

Visual Composer Website Builder API

What is it?

Visual Composer API allows you to develop your own custom elements for the website builder. With custom elements, you are in charge of your element design and functionality which is crucial for advanced projects and allows perfectly align element choice to your brand.

Who is it for?

Visual Composer API is an open source project for developers by developers. Anyone can contribute by opening a Pull Request or an Issue.

How to contribute?

Code of Conduct

Please read and follow our Code of Conduct.

Visual Composer API is based on a popular API DOCS GENERATOR by Docusaurus 2. Documentation is written in Markdown.

  1. Fork this repository on GitHub.
  2. Clone your forked repository (not our original one) to your hard drive with git clone https://github.com/YOURUSERNAME/api-docs.git
  3. cd api-docs
  4. Initialize and start.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Releases

No releases published

Packages

No packages published

Languages