-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
138 lines (136 loc) · 5.4 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# Project information
site_name: Continuous Documentation
# Theme
theme:
name: 'material'
custom_dir: 'theme'
logo: 'assets/images/logo-white.svg'
palette:
primary: 'indigo'
accent: 'light green'
# Copyright
copyright: 'Copyright © 2017 - 2019 Continuous SA'
# Options
extra:
social:
- type: 'github'
link: 'https://github.com/continuousphp'
- type: 'twitter'
link: 'https://twitter.com/continuousphp'
- type: 'linkedin'
link: 'https://www.linkedin.com/company/3160425/'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- meta
# Navigation
nav:
- Welcome: index.md
- Getting started:
- Create a new project:
- Git repository hosting services: vcs.md
- Use your account:
- Github: vcs/github.md
- Bitbucket: vcs/bitbucket.md
- Gitlab: vcs/gitlab.md
- Create a new pipeline: deployment-pipelines.md
- Runtime containers:
- PHP versions overview: php.md
- 7.3.8: php/7.3.8.md
- 7.0.33: php/7.0.33.md
- 7.1.31: php/7.1.31.md
- 7.2.21: php/7.2.21.md
- 7.2.0 DEPRECATED: php/7.2.0.md
- 7.1.12 DEPRECATED: php/7.1.12.md
- 7.1.0 DEPRECATED: php/7.1.0.md
- 7.0.22 DEPRECATED: php/7.0.22.md
- 7.0.4 DEPRECATED: php/7.0.4.md
- 5.6.4 DEPRECATED: php/5.6.4.md
- 5.5.13 DEPRECATED: php/5.5.13.md
- 5.5.6 DEPRECATED: php/5.5.6.md
- 5.4.22 DEPRECATED: php/5.4.22.md
- 5.4.21 DEPRECATED: php/5.4.21.md
- 5.3.27 DEPRECATED: php/5.3.27.md
- 5.3.3 DEPRECATED: php/5.3.3.md
- Configure your pipeline:
- Use environment variables: environment-variables.md
- Use task runners:
- Task Runners overview: task-runners.md
- Shell-scripts: taskrunners/shell-scripts.md
- Phing: taskrunners/phing.md
- Use credentials & authentication:
- Credentials & authentication overview: credentials-authentication.md
- AWS (Amazon web services): credentials-authentication/aws.md
- SSH keys: credentials-authentication/ssh.md
- HTTP basic authentication: credentials-authentication/http-basic-authentication.md
- Define dependencies: composer.md
- Use tests:
- Testing frameworks overview: testing.md
- PHPUnit: testing/phpunit.md
- Behat: testing/behat.md
- PHPSPEC: testing/phpspec.md
- PHPCS: testing/phpcs.md
- Codeception: testing/codeception.md
- PHPBench: testing/phpbench.md
- PHP Lint: testing/phplint.md
- Generic Test: testing/generic.md
- Deploy your application:
- Deployment overview: deployment.md
- Generic tarball: deployment/generic-tarball.md
- Script deployment: deployment/script.md
- AWS CodeDeploy: deployment/aws-code-deploy.md
- AWS ECR: deployment/aws-ecr.md
- AWS Elastic Beanstalk: deployment/aws-elastic-beanstalk.md
- Zend Server: deployment/zend-server.md
- Reference guide:
- Configure firewall & network: security/firewall.md
- Configure Satis: satis.md
- Packages & services overview: containers.md
- Use specific containers:
- SQL:
- SQL: databases.md
- MySQL: databases/mysql.md
- MariaDB: databases/mariadb.md
- PostgreSQL: databases/postgresql.md
- SQLite: databases/sqlite.md
- Oracle XE: databases/oracle.md
- Virtuoso 7: databases/virtuoso.md
- NoSQL:
- NoSQL: nosql.md
- MongoDB: nosql/mongodb.md
- Redis: nosql/redis.md
- CouchBase: nosql/couchbase.md
- Queues:
- Queues overview: queues.md
- Beanstalkd: queues/beanstalkd.md
- Browser/UI Testing:
- Browser/UI Testing overview: browser-ui-testing.md
- PhantomJS: browser-ui-testing/phantomjs.md
- Selenium Server Standalone: browser-ui-testing/selenium-server.md
- Web Servers: webserver.md
- Other services:
- ElasticSearch: elasticsearch.md
- SolR: solr.md
- RabbitMQ: rabbitmq.md
- Use various tools:
- Ruby versions: ruby.md
- NodeJS versions: nodejs.md
- Emails:
- MailCatcher: emails/mailcatcher.md
- Restful API: api.md
- Indexing tools:
- Indexing tools overview: indexing.md
- Solr: indexing/solr.md
- Stay tuned with notifications:
- Notifications overview: notification.md
- Slack: notification/slack.md
- HipChat: notification/hipchat.md
- IRC: notification/irc.md
- HTTP: notification/http.md
- AWS SNS: notification/aws-sns.md
- Migration guide: migration.md
- FAQ: faq.md