How to Contribute - marcelohama/cart-woocommerce GitHub Wiki
Here are some tips to help with the development and maintenance of this project.
Go to wp-content/plugins
under your development WordPress installation and clone this repository using the follow command:
git clone [email protected]:mercadopago/cart-woocommerce.git woocommerce-mercadopago
git clone [email protected]:mercadopago/cart-woocommerce.wiki.git
├── English
├── _Footer.md
├── Home.md
├── images
├── Portugues
└── Espanol
The directories English
, Portugues
, and Espanol
contains specific documentation for each language.
It's possible generate new files into each directory in the follow way:
touch English/New-Wiki-Page.md
This will generate a wiki page with the name of New Wiki Page
.
For images we should use the images
directory and use the follow syntax to link each image into the content:
[[/images/image-name.png|Alt text]]