-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (55 loc) · 1.63 KB
/
Copy pathmkdocs.yml
File metadata and controls
62 lines (55 loc) · 1.63 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
# Project configuration
site_name: 'Documentation'
site_description: 'Mailscript brings the best features of bots and smart contracts for email.'
site_author: mailscript.com
site_url: https://docs.mailscript.com/
edit_uri: 'edit/main/docs/'
# Repository
repo_name: Mailscript()
repo_url: https://github.com/mailscript/cli
# Copyright
copyright: '© Mailscript'
# Configuration
theme:
name: material
logo: images/logo-white.png
favicon: images/favicon.png
extra_css:
- css/styles.css
nav:
- Home: index.md
- CLI:
- Get started: cli/get-started.md
- Usage & commands:
- Overview: cli/commands.md
- Addresses: cli/addresses.md
- Keys: cli/keys.md
- Triggers: cli/triggers.md
- Actions: cli/actions.md
- Workflows: cli/workflows.md
- Sync: cli/sync.md
- User: cli/user.md
- Login: cli/login.md
- Daemon: cli/daemon.md
- Send: cli/send.md
- Daemon: cli/daemon-tutorial.md
- Custom Domains: cli/domains.md
- Data Field Interpolation: cli/workflow-variables.md
- Integrations: cli/integrations.md
#- API: api.md
#- SDK Clients: sdk-clients.md
extra:
social:
- icon: fontawesome/solid/globe
link: https://mailscript.com
- icon: fontawesome/brands/github
link: https://github.com/mailscript
- icon: fontawesome/brands/discord
link: https://discord.gg/US24HAVYq2
- icon: fontawesome/brands/facebook
link: https://facebook.com/mailscript
- icon: fontawesome/brands/twitter
link: https://twitter.com/getmailscript
google_analytics:
- UA-188844195-1
- auto