Skip to content

Website for displaying Backdrop CMS documentation and API source code.

Notifications You must be signed in to change notification settings

backdrop-ops/docs.backdropcms.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BackdropCMS Documentation

This repository holds the codebase for docs.backdropcms.org.

Issues

This project contains an issue tracker specifically for docs.backdropcms.org. Please use this issue tracker when:

  • filing bug reports
  • requesting new features
  • requesting content changes

Pull Requests

You can help make improvements to docs.backdropcms.org by submitting pull requests to this repository.

Please do not create pull requests for content changes, instead please create an issue requesting editorial access to the site.

Patches

A list of currently applied patches are located in PATCHES.md

Contributing

To contribute to the development of docs.backdropcms.org, fork this repository into your own GitHub account, then clone it to your local environment. Use Lando to build a local copy of the site, then run the following commands to get the latest sanitized database and files directory:

  • lando pull-db
  • lando pull-files

See the /config/README.md file for instructions on setting up Backdrop's config workflow.