-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
101 lines (93 loc) · 3.69 KB
/
Copy pathmkdocs.yml
File metadata and controls
101 lines (93 loc) · 3.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
site_name: wacraft
site_url: https://wacraft.astervia.tech
theme:
name: material
# favicon: assets/images/favicon.png
favicon: assets/images/icon-nobg.png
logo: assets/images/icon-nobg.png
features:
- content.code.copy
- navigation.footer
- navigation.tabs
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/white-balance-sunny
name: Switch to light mode
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
extra_javascript:
- assets/tasklist.js
plugins:
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Astervia/wacraft
- icon: fontawesome/brands/docker
link: https://hub.docker.com/orgs/astervia
- icon: fontawesome/solid/heart
link: support/plans
- icon: fontawesome/brands/bitcoin
link: bitcoin:bc1qh0tl3tn9xum66htma92lypj7s6ryr6uymut9sh
- icon: fontawesome/solid/bolt
link: lightning:evilpantry77@walletofsatoshi.com
generator: false
copyright: Copyright © 2025 Astervia
nav:
- v0.2.x (Latest):
- Overview: index.md
- Quick‑Start:
- Local Setup (5 min): quickstart/local.md
- Production Deploy: quickstart/production.md
- Configuration:
- Getting Meta Credentials: config/meta-setup.md
- Phone Number Config: config/phone-config.md
- Env Vars Reference: config/env-vars.md
- Webhook Setup: config/webhook-setup.md
- Firewall & Rate Limiting: config/firewall.md
- Stripe / Billing Setup: config/stripe-setup.md
- Deployment Guides:
- Deployment Overview: deploy/overview.md
- Docker Compose: deploy/docker-compose.md
- Binary + Vercel (frontend): deploy/binary-vercel.md
- Horizontal Scaling: deploy/horizontal-scaling.md
- Usage Guide:
- Product Overview: guide/overview.md
- UI Walkthrough: guide/ui.md
- Workspaces & Permissions: guide/workspaces.md
- Billing: guide/billing.md
- n8n Integration: guide/n8n.md
- Campaigns: guide/campaigns.md
- FAQs & Troubleshooting: guide/faq.md
- v0.1.x (Legacy):
- Overview: v1/index.md
- Quick‑Start:
- Local Setup (5 min): v1/quickstart/local.md
- Production Deploy: v1/quickstart/production.md
- Configuration:
- Getting Meta Credentials: v1/config/meta-setup.md
- Env Vars Overview: v1/config/env-vars.md
- Webhook Setup: v1/config/webhook-setup.md
- Deployment Guides:
- Deployment Overview: v1/deploy/overview.md
- Docker Compose: v1/deploy/docker-compose.md
- Binary + Vercel (frontend): v1/deploy/binary-vercel.md
- Node‑RED Integration: v1/deploy/node-red.md
- Usage Guide:
- Product Overview: v1/guide/overview.md
- UI Walkthrough: v1/guide/ui.md
- Campaigns: v1/guide/campaigns.md
- FAQs & Troubleshooting: v1/guide/faq.md
- Reference:
- Changelog: reference/changelog.md
- Support Our Mission:
- Plans: support/plans.md
- Consulting Services: support/consulting.md
- Technical Internals:
- Message Syncing & Status Flow: system-design/message-sync.md