-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (55 loc) · 2.75 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
docs_dir: docs
site_name: Humpback
theme: readthedocs
repo_url: https://github.com/humpbackdev/humpback-docs
pages:
- Home: index.md
- About:
- About Humpback: about/about-humpback.md
- What's on the box: about/whats-in-the-box.md
- Get started with Humpback:
- Get Humpback:
- Linux: get-started-with-humpback/get-humpback/linux.md
- Mac Os: get-started-with-humpback/get-humpback/mac-os.md
- Windows: get-started-with-humpback/get-humpback/windows.md
- Creating our first site: get-started-with-humpback/creating-our-first-site.md
- Working with humpback:
- Project structure: working-with-humpback/project-structure.md
- Configure CircleCI + Pantheon: working-with-humpback/configure-circleci-pantheon.md
- Using different installation profile: working-with-humpback/using-different-installation-profile.md
- Profiling your project with Blackfire: working-with-humpback/profiling-your-project-with-blackfire.md
- Debugging your code with Xdebug: working-with-humpback/debugging-your-code-with-xdebug.md
- Developing for humpback:
- Using your local version of the Humpback generator: developing-for-humpback/using-your-local-version-of-the-generator.md
- Humpback commands:
- ahoy up: humpback-commands/ahoy-up.md
- ahoy stop: humpback-commands/ahoy-stop.md
- ahoy down: humpback-commands/ahoy-down.md
- ahoy composer: humpback-commands/ahoy-composer.md
- ahoy help: humpback-commands/ahoy-help.md
- ahoy site: humpback-commands/ahoy-site.md
- ahoy site install: humpback-commands/ahoy-site-install.md
- ahoy site install-from-db: humpback-commands/ahoy-site-install-from-db.md
- ahoy drush: humpback-commands/ahoy-drush.md
- ahoy bash: humpback-commands/ahoy-bash.md
- ahoy docker: humpback-commands/ahoy-docker.md
- ahoy docker mailhog-url: humpback-commands/ahoy-docker-mailhog-url.md
- ahoy docker share-url: humpback-commands/ahoy-docker-share-url.md
- ahoy docker url: humpback-commands/ahoy-docker-url.md
- ahoy docker vnc-url: humpback-commands/ahoy-docker-vnc-url.md
- ahoy docker varnish-url: humpback-commands/ahoy-docker-varnish-url.md
- Toolset details:
- Nginx: tool-set-details/nginx.md
- Mailhog: tool-set-details/mailhog.md
- MariaDb: tool-set-details/mariadb.md
- Ngrok: tool-set-details/ngrok.md
- PHP-FPM: tool-set-details/php-fpm.md
- Selenium: tool-set-details/selenium.md
- Solr: tool-set-details/solr.md
- Traefik: tool-set-details/traefik.md
- varnish: tool-set-details/varnish.md
- Custom CLI: tool-set-details/custom-cli.md
- Blackfire: tool-set-details/blackfire.md
- Lighthouse: tool-set-details/lighthouse.md
- Xdebug: tool-set-details/xdebug.md
- BackstopJS: tool-set-details/backstop.md