-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
82 lines (56 loc) · 1.61 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
site_name: magicLAMP
site_description: A simple Docker setup for local PHP development
site_author: Chris Harvey
site_url: https://magiclamp.app
theme:
name: material
favicon: null
logo:
icon: code
repo_name: 'chrisnharvey/magicLAMP'
repo_url: 'https://github.com/chrisnharvey/magicLAMP'
copyright: 'Copyright © Chris Harvey'
markdown_extensions:
- admonition
extra_css:
- _styles/styles.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js
extra:
social:
- type: 'github'
link: 'https://github.com/chrisnharvey/magicLAMP'
- type: 'twitter'
link: 'https://twitter.com/chrisnharvey'
nav:
- index.md
- Getting Started:
- getting-started/installing-magiclamp.md
- getting-started/updating-magiclamp.md
- getting-started/quick-start.md
- Workspace:
- Introduction: workspace/index.md
- workspace/accessing-the-shell.md
- Automatic DNS: automatic-dns/index.md
- Automatic SSL: automatic-ssl/index.md
- PHP:
- php/switching-version.md
- MySQL: mysql/index.md
- PostgreSQL: postgresql/index.md
- Redis: redis/index.md
- MailCatcher (SMTP): mailcatcher/index.md
- S3: s3/index.md
- Kafka: kafka/index.md
- Elasticsearch: elasticsearch/index.md
- RabbitMQ: rabbitmq/index.md
- Selenium:
- selenium/index.md
- selenium/firefox.md
- selenium/chrome.md
- ngrok: ngrok/index.md
- IDE Integration:
- ide-integration/vscode.md
- Extending magicLAMP:
- extending-magiclamp/docker-compose-overrides.md
- Troubleshooting:
- troubleshooting/performance-on-windows.md