feat: restructure docs into store, marketing, builder, and config sections
This commit is contained in:
19
contents/docs/configuration/appearance.md
Normal file
19
contents/docs/configuration/appearance.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: Appearance Settings
|
||||
description: Colors and Typography.
|
||||
---
|
||||
|
||||
# Appearance
|
||||
|
||||
Customize your brand without coding.
|
||||
|
||||
## Colors
|
||||
We use a smart palette system.
|
||||
* **Primary**: Headlines and main buttons.
|
||||
* **Secondary**: Subheadings and UI elements.
|
||||
* **Accent**: Highlights and links.
|
||||
|
||||
## Typography
|
||||
Choose from GDPR-compliant, locally hosted font pairings like:
|
||||
* **Modern**: Inter
|
||||
* **Editorial**: Playfair Display
|
||||
17
contents/docs/configuration/email.md
Normal file
17
contents/docs/configuration/email.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: Email Settings
|
||||
description: Transactional emails and SMTP.
|
||||
---
|
||||
|
||||
# Email Settings
|
||||
|
||||
WooNooW replaces default WooCommerce emails with beautiful, responsive templates.
|
||||
|
||||
## Template Editor
|
||||
Go to **Settings > Email** to customize:
|
||||
* **Order Confirmation**
|
||||
* **Shipping Updates**
|
||||
* **Account Notifications**
|
||||
|
||||
## SMTP Configuration
|
||||
Ensure your emails hit the inbox, not spam. We recommend using a dedicated SMTP service like SendGrid or Postmark.
|
||||
18
contents/docs/configuration/general.md
Normal file
18
contents/docs/configuration/general.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: General Settings
|
||||
description: Core store settings.
|
||||
---
|
||||
|
||||
# General Settings
|
||||
|
||||
Located in **Appearance > General**.
|
||||
|
||||
## SPA Mode
|
||||
Decide how much of your site uses our ultra-fast Single Page Application technology.
|
||||
* **Disabled**: Use standard WordPress templates.
|
||||
* **Checkout Only**: Normal browsing, fast checkout.
|
||||
* **Full SPA**: The entire site is an app.
|
||||
|
||||
## Container Width
|
||||
* **Boxed (Recommended)**: Limits content width (max 1152px) for better readability.
|
||||
* **Full Width**: Content stretches to the screen edges.
|
||||
16
contents/docs/configuration/index.md
Normal file
16
contents/docs/configuration/index.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Configuration
|
||||
description: Configure every aspect of your store.
|
||||
---
|
||||
|
||||
# Configuration
|
||||
|
||||
Fine-tune your store's behavior and appearance.
|
||||
|
||||
## Settings Areas
|
||||
|
||||
* **[General](/docs/configuration/general)**: SPA Mode, Container Width, Typography.
|
||||
* **[Appearance](/docs/configuration/appearance)**: Theme colors and branding.
|
||||
* **[Modules](/docs/configuration/modules)**: Enable or disable specific features to keep your store lightweight.
|
||||
* **[Email](/docs/configuration/email)**: Customize transactional emails and set up SMTP.
|
||||
* **[Security](/docs/configuration/security)**: Protect your store with built-in security features.
|
||||
16
contents/docs/configuration/licensing.md
Normal file
16
contents/docs/configuration/licensing.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Licensing
|
||||
description: Activate your store.
|
||||
---
|
||||
|
||||
# Licensing
|
||||
|
||||
To receive updates and support, you must activate your license key.
|
||||
|
||||
## Activation
|
||||
1. Go to **Settings > License**.
|
||||
2. Enter your key.
|
||||
3. Click "Activate".
|
||||
|
||||
## OAuth Connection
|
||||
Some features require connecting your store to our cloud. Click "Connect with WooNooW" to authorize the connection securely.
|
||||
Reference in New Issue
Block a user