Skip to content

Commit 709f9ac

Browse files
committed
Add index pages
1 parent b07f91d commit 709f9ac

File tree

7 files changed

+62
-4
lines changed

7 files changed

+62
-4
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ then
1616
fi
1717

1818
# Generate a zip file containing the complete static site, placing it inside the html folder again
19-
#zip -r html/modmore-documentation.zip html
19+
zip -r html/modmore-documentation.zip html

en/01_Commerce/v0.x/index.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Commerce
3+
---
4+
5+
[Commerce](https://www.modmore.com/commerce/) brings a flexible and easy to use e-commerce solution to MODX.
6+
7+
# Recommended Reading
8+
9+
- [Getting Started](Getting_Started)
10+
- [Front-end Theming](Front-end_Theming)
11+

en/02_ContentBlocks/v1.x/index.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: ContentBlocks
3+
---
4+
5+
[ContentBlocks](https://www.modmore.com/contentblocks/) is a powerful content manager for MODX allowing editors to create modular, multi-column content.
6+
7+
# Recommended Reading
8+
9+
- [Layouts](Layouts)
10+
- [Fields](Fields)
11+
- [Templates](Templates)
12+
- [Default Templates](Default_Templates)
13+
- [Setting up with Existing Content](Setting_up_with_Existing_Content)
14+

en/03_MoreGallery/v1.x/index.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: MoreGallery
3+
---
4+
5+
[MoreGallery](https://www.modmore.com/moregallery/) is an intuitive and fully featured image gallery for MODX with tags, cropping, custom fields and video.
6+
7+
# Recommended Reading
8+
9+
- [Getting Started](Getting_Started)
10+
- [mgGetImages Snippet](Snippets/mgGetImages)
11+
- [mgGetTags Snippet](Snippets/mgGetTags)

en/04_Redactor/v2.x/01_Installation.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ To get started with Redactor, or one of our other Extras, you will first need to
22

33
When you have a license available, you will need to download the package to your MODX site. This is done using the Package Installer, which will need to connect to our Package Provider. To connect to our Package Provider, you can create an [API Key in your account](https://www.modmore.com/account/api-keys/).
44

5-
The video below will show you how to set up this connection, and how to download and install the package. For written instructions, please check out our [Package Provider page](https://www.modmore.com/about/package-provider/).
6-
7-
5+
To set up the provider and download the extra, see the [Package Provider page](https://www.modmore.com/about/package-provider/).
86

97
After a successful installation, Redactor will be set as the default Rich Text Editor, and it will replace the content field with the Redactor editor, while enhancing rich text template variables as well. You can customize behavior and looks of the editor with the many Redactor [configuration options](Configure_Redactor). These settings can be found on the System » System Settings page in your MODX Manager, under the redactor namespace (that's the first dropdown that defaults to "core"). Any of these settings can also be overridden on a user group, user or context level by simply creating new settings at the appropriate level with the same setting key.
108

en/04_Redactor/v2.x/index.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Redactor
3+
---
4+
5+
[Redactor](https://www.modmore.com/redactor/) is a beautiful, user friendly, and configurable rich text editor for MODX with powerful media management.
6+
7+
# Recommended Reading
8+
9+
- [Configuration](Configure_Redactor)
10+
- [Managing Media](Managing_Media)

en/05_SimpleCart/v2.x/index.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: SimpleCart
3+
---
4+
5+
[SimpleCart](https://www.modmore.com/simplecart/) is an easy to use e-commerce solution with online payments, coupons and more for your MODX site.
6+
7+
# Recommended Reading
8+
9+
- [Setting up Categories](Frontend/Categories)
10+
- [Setting up Products](Frontend/Products)
11+
- [Setting up the Cart](Frontend/Cart)
12+
- [Setting up the Checkout](Frontend/Checkout)
13+
- [Setting up the Thank You page](Frontend/Checkout/Thank_You)
14+
- [Available Payment Methods](Payment_Methods)

0 commit comments

Comments
 (0)