Skip to content

nomad411/documentation

 
 

Repository files navigation

Beaver Builder Docs

Beaver Builder Docs

Netlify Status PRs Welcome

This repository contains the source of the Beaver Builder knowledge base, which can be viewed at https://docs.wpbeaverbuilder.com/. The article content for the knowledge base lives within the docs/ directory.

The Beaver Builder knowledge base is built using Docusaurus 2, with search powered by Algolia DocSearch running our own crawler.

Contributing

Feel free to contribute to the Beaver Builder knowledge base by forking the repository and submitting pull requests. You are also very welcome to make any suggestions or report any kind of problem with the documentation by opening a new issue.

Caveat

Articles are written using Markdown plus the Docusaurus markdown guide.

Note: Issues in this repo are for documentation issues, and any issue not related to documentation will be closed as not relevant. Contact Beaver Builder Support for other product issues.

Installation

To get started with a local environment, first clone the repository, using the following commands. In this example, beaverbuilder-docs was used to create the cloned directory, but you can substitute any other name.

$ git clone git@github.com:beaverbuilder/documentation.git beaverbuilder-docs
$ cd beaverbuilder-docs

Run the following command to build locally:

$ yarn

Then run the following command to start a local development server and open a browser window showing the knowledge base in localhost.

$ yarn start

Most of your saved changes are reflected live without having to restart the local server.

About

Documentation for all Beaver Builder products.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.2%
  • CSS 26.8%