forked from acquia/blt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
60 lines (56 loc) · 2.18 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
site_name: Acquia BLT Documentation
repo_url: https://github.com/acquia/blt
edit_uri: edit/9.x/docs/
site_description: 'BLT - Acquia Build & Launch Tools'
theme:
name: readthedocs
strict: true
extra_javascript:
- js/fix_search.js
markdown_extensions:
- toc:
permalink: True
pages:
- Home: 'index.md'
- Overview: 'README.md'
- Getting started:
- Installation:
- System requirements: 'INSTALL.md'
- Running BLT in Ubuntu on Bash on Windows: 'windows-install.md'
- Alternative LAMP stacks: 'local-development.md'
- Alternative Environment Tips:
- DDEV: 'alternative-environment-tips/ddev.md'
- Docksal: 'alternative-environment-tips/docksal.md'
- Lando: 'alternative-environment-tips/lando.md'
- Create a new project: 'creating-new-project.md'
- Add to existing project: 'adding-to-project.md'
- Next steps: 'next-steps.md'
- Updating BLT: 'updating-blt.md'
- Project documentation:
- Developer:
- Onboarding: 'onboarding.md'
- Required / Recommended Skills: 'skills.md'
- Repository architecture: 'repo-architecture.md'
- Running project tasks:
- Overview: 'project-tasks.md'
- Dependency management: 'dependency-management.md'
- Patches: 'patches.md'
- Drush: 'drush.md'
- Git hooks: 'git-hooks.md'
- Development Workflow: 'dev-workflow.md'
- PHPStorm setup: 'phpstorm.md'
- Configuration Management: 'configuration-management.md'
- Using Config Split: 'config-split.md'
- Frontend Management: 'frontend.md'
- Automated testing: 'testing.md'
- Technical Architect:
- Deploying to cloud: 'deploy.md'
- Release process: 'release-process.md'
- Acquia Cloud Site Factory support: 'acsf-setup.md'
- Setting up continuous integration: 'ci.md'
- Setting up SSO with SimpleSAMLphp: 'simplesamlphp-setup.md'
- Setting up multisite: 'multisite.md'
- Open source contribution: 'os-contribution.md'
- Extending / Overriding BLT: 'extending-blt.md'
- Contribution: 'CONTRIBUTING.md'
- Support & FAQ: 'FAQ.md'