-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
39 lines (35 loc) · 950 Bytes
/
config.yaml
File metadata and controls
39 lines (35 loc) · 950 Bytes
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
baseUrl: http://tutorials.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: Tutorials"
copyright: Released under Mozilla Public License Version 2.0
# Repository
provider: GitHub
repoUrl: https://github.com/guzzlerio/tutorials.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: Tutorials
weight: 1
...