- Refactored the dashboard html into seperate pages and all the necessary components - Added login and secured api routes / debugged getting system working on a tailnet. - added some functionality to the debugging and health endpoints - added in a new phone contact import and debugged.
110 lines
2.8 KiB
YAML
110 lines
2.8 KiB
YAML
site_name: SMS Campaign Manager
|
|
site_description: Secure, Dockerized SMS automation system with Android integration
|
|
site_author: Campaign Connector Team
|
|
repo_url: https://github.com/yourusername/campaign_connector
|
|
edit_uri: ""
|
|
|
|
theme:
|
|
name: material
|
|
palette:
|
|
# Palette toggle for light mode
|
|
- scheme: default
|
|
primary: indigo
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
# Palette toggle for dark mode
|
|
- scheme: slate
|
|
primary: indigo
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- navigation.top
|
|
- navigation.tracking
|
|
- search.highlight
|
|
- search.share
|
|
- search.suggest
|
|
- content.tabs.link
|
|
- content.code.annotation
|
|
- content.code.copy
|
|
language: en
|
|
icon:
|
|
repo: fontawesome/brands/github
|
|
|
|
plugins:
|
|
- search:
|
|
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
|
|
- minify:
|
|
minify_html: true
|
|
|
|
markdown_extensions:
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.mark
|
|
- attr_list
|
|
- def_list
|
|
- footnotes
|
|
- md_in_html
|
|
- toc:
|
|
permalink: true
|
|
- pymdownx.arithmatex:
|
|
generic: true
|
|
- pymdownx.betterem:
|
|
smart_enable: all
|
|
- pymdownx.caret
|
|
- pymdownx.keys
|
|
- pymdownx.mark
|
|
- pymdownx.smartsymbols
|
|
- pymdownx.tilde
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Getting Started:
|
|
- Quick Start: setup/quick-start.md
|
|
- Authentication Setup: setup/authentication.md
|
|
- Deployment:
|
|
- Deployment Guide: deployment/deployment-guide.md
|
|
- User Guides:
|
|
- User Management: guides/user-management.md
|
|
- Troubleshooting: guides/troubleshooting.md
|
|
- API Reference:
|
|
- Endpoints: api/endpoints.md
|
|
- Security:
|
|
- Security Setup: security/security-setup.md
|
|
- API Security: security/api-security.md
|
|
- Development:
|
|
- Android Development: development/android-dev-setup.md
|
|
- Termux Flask Setup: development/termux-flask-setup.md
|
|
- Reference:
|
|
- Environment Variables: reference/environment-variables.md
|
|
- File Structure: reference/files.md
|
|
- Project Instructions: reference/project-instructions.md
|
|
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/github
|
|
link: https://github.com/yourusername/campaign_connector
|
|
version:
|
|
provider: mike
|
|
|
|
copyright: Copyright © 2025 Campaign Connector Team
|