You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting in contributing to these docs? Please see CONTRIBUTING for details.
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
Installing Hugo on Windows takes a few more steps; do a web search for the most current instructions.
Once you have installed Hugo, fork this repository into your own github account, and then clone this project locally and do a submodule update to get all its dependencies:
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.
Docker
A docker-compose.yml is included. Please see documentation for your OS for installing docker & docker-comppose.
using docker-compose up you can access the server on localhost:1313
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.