/zencart_documentation

Zen Cart FAQs and Developer Documentation

Primary LanguageHTMLMIT LicenseMIT

Zen Cart Developer Docs

Netlify Status

Merged PRs to the Content area of this repo automatically deploy to https://docs.zen-cart.com

Content

Create and update files in the content/dev and content/user folders, for developer and user documentation respectively.

Please do not make edits to other folders.

The files are in Markdown format. Details on file structure and contents are provided in CONTRIBUTING.

Local Dev Testing

First ensure that Hugo (v0.53 or greater) is installed on your system. On a Mac, use Homebrew:

brew install hugo && brew upgrade hugo

Then clone this project and do a submodule update to get all its dependencies:

git clone git@github.com:zencart/documentation.git zendocs
cd zendocs
git submodule update --init --recursive

Now the site can be served locally with Hugo. During development, you can have Hugo spin up a local webserver and watch for changes.

cd zendocs
hugo server

The repository is based on the Docsy Documentation Template, in case you need a reference for troubleshooting purposes.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email security@zen-cart.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.