-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
83 lines (74 loc) · 2.79 KB
/
mkdocs.yml
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
site_name: D2C
site_url: https://docs.d2c.io
site_description: Project documentation of D2C.io.
site_author: D2C.io Team
site_dir: site
repo_url: https://github.com/d2cio/docs/
nav:
- Introduction: index.md
# - Quick tour: 'quick-tour/introduction.md'
- 'Hosts':
- 'Basics': 'hosts/hosts.md'
- 'Connecting own host': 'hosts/connect-own-host.md'
- 'Services':
- 'Basics': 'services/services.md'
- 'Docker': 'services/other-services/docker-service.md'
- 'Node.js': 'services/app-services/nodejs.md'
- 'Python': 'services/app-services/python.md'
- 'Go': 'services/app-services/go.md'
- 'Ruby': 'services/app-services/ruby.md'
- 'PHP-NGINX': 'services/app-services/php-nginx.md'
- 'PHP-Apache': 'services/app-services/php-apache.md'
- 'MongoDB': 'services/data-services/mongodb.md'
- 'MySQL-MariaDB-Percona': 'services/data-services/mysql-mariadb-percona.md'
- 'PostgreSQL': 'services/data-services/postgresql.md'
- 'Redis': 'services/data-services/redis.md'
- 'Memcached': 'services/data-services/memcached.md'
- 'ElasticSearch': 'services/data-services/elasticsearch.md'
- 'NGINX': 'services/other-services/nginx.md'
- 'NGINX-Static': 'services/other-services/nginx-static.md'
- 'HAProxy': 'services/other-services/haproxy.md'
- 'Providers':
- 'Hosting providers': 'providers/cloud-providers.md'
- 'Storage providers': 'providers/storage-providers.md'
- 'Log providers': 'providers/log-providers.md'
- 'Stacks': 'stacks/stacks.md'
- 'Platform features':
- 'Deployment in depth': 'platform/deployment.md'
- 'Private Network': 'platform/private-network.md'
- 'Domains and certificates': 'platform/domains-and-certificates.md'
- 'SSH and SFTP access': 'platform/ssh-sftp.md'
- 'Scaling': 'platform/scaling.md'
- 'Balancing': 'platform/balancing.md'
- 'Backups and restore': 'platform/backups.md'
- 'Database import': 'platform/database-import.md'
- 'Cron tasks': 'platform/cron.md'
- 'Webhooks': 'platform/webhooks.md'
- 'Logs': 'platform/logs.md'
- 'Logs redirection': 'platform/logs-redirection.md'
- 'Metrics': 'platform/metrics.md'
- 'Cloning applications': 'platform/cloning-apps.md'
- 'Container migration': 'platform/migration.md'
- 'Accounts and Teams':
- 'Settings': 'account/settings.md'
- 'Team management': 'account/team-management.md'
- 'Plans and services': 'account/plan.md'
- 'Multiple accounts': 'account/multiple-accounts.md'
- API: api.md
- FAQ: 'faq/faq.md'
theme: material
extra:
features:
- navigation.tabs
extra_javascript:
- 'scripts/extra.js'
#extra_css:
# - 'css/extra.css'
markdown_extensions:
- admonition
- smarty
- toc:
permalink: True
- markdown_include.include:
base_path: docs
copyright: Copyright© 2020 <a href="https://d2c.io">D2C.io</a> #<a href="/ru/">Русская версия</a>