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.
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.
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.
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 [email protected]: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.