forked from cucumber-attic/cucumber.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
52 lines (50 loc) · 1.17 KB
/
_config.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
navigation:
- text: Install
dropdown:
- text: Platforms
url: /platforms.html
- divider
- text: Install Cucumber-JVM
url: /install-cucumber-jvm.html
- text: Install Cucumber-Ruby
url: /install-cucumber-ruby.html
- text: Install Cucumber-Rails
url: /install-cucumber-rails.html
- text: Install Cucumber-JavaScript
url: /install-cucumber-js.html
- text: Running
url: /running.html
- text: Gherkin
url: /gherkin.html
- text: API
dropdown:
- text: API Overview
url: /api-overview.html
- text: Glue Code
url: /glue-code.html
- text: Step Definitions
url: /step-definitions.html
- text: Hooks
url: /hooks.html
- text: Reports
url: /reports.html
- divider: Cucumber-JVM
- text: Dependency Injection
url: /dependency-injection.html
- text: Learn more
dropdown:
- text: Browser Automation
url: /browser-automation.html
- text: Reports
url: /reports.html
- text: Databases
url: /databases.html
- text: Ecosystem
dropdown:
- text: Community Help
url: /community-help.html
- text: Source code
url: /source-code.html
- text: Editors and IDEs
url: /editors-and-ides.html
pygments: true