-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
51 lines (47 loc) · 1.12 KB
/
config.yaml
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
baseUrl: http://docs.corcel.io
languageCode: en-gb
title: Corcel
metaDataFormat: yaml
theme: theme.corcel.io
canonifyUrls: true
params:
corcelUrl: http://corcel.io
# General information
author: Guzzler.io
description: "Corcel - Performance Testing Tool: Documentation"
copyright: Released under Mozilla Public License Version 2.0
# Repository
provider: GitHub
repoUrl: https://github.com/guzzlerio/corcel.io
repoId: corcel.io
version: 1.0.0
# favicon: favicon.ico
permalink: "#"
siteLinks:
- Label: Downloads
URL: http://corcel.io/downloads
- Label: Documentation
URL: http://docs.corcel.io
- Label: Blog
URL: http://blog.corcel.io
- Label: Tutorials
URL: http://tutorials.corcel.io
social:
github: guzzlerio
menu:
main:
- name: Setup
weight: 1
- name: Usage
weight: 2
- name: Actions
weight: 3
- name: Assertions
weight: 4
- name: Extractors
weight: 5
- name: Output
weight: 6
- name: DSL
weight: 7
...