-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
82 lines (72 loc) · 2.98 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
############################################################
## Hugo ClearStatus config
############################################################
# Complete page title
title: Inarix Status Page
# Language config
languageCode: en
############################################################
## More default config. in /config/_default/config.yml
############################################################
############################################################
## Status default config. Valid for ALL languages.
############################################################
params:
groups:
- Production
- Staging
systems:
- name: Portal Staging
group: Staging
description: Inarix Portal in staging environment
link: https://staging.portal.inarix.com
- name: Portal
group: Production
description: Inarix Portal
link: https://portal.inarix.com
- name: API Staging
group: Staging
description: Our company API
link: https://staging.api.inarix.com
- name: API
group: Production
description: Our company API
link: https://api.inarix.com
- name: PYPI Server
group: Production
description: Our company PYPI private package
link: https://pypiserver.inarix.com
- name: Pocket Lab
group: Production
description: Application
link: https://kutt.inarix.com/pocket-lab
- name: Kutt
group:
description: Kutt Application
link: https://kutt.inarix.com
dateFormat: "January 2, 2006 at 3:04 PM"
shortDateFormat: "15:04 — Jan 2"
# This string will be displayed after each time displayed
# Set it for instance to " UTC" to indicate UTC times
# or a specific time zone, ie " America/New_York"
# You can also instead used a translated string per language
timezoneString: "Europe/Paris"
# Path to logo image from the /static folder.
logo: "/images/inarix-logo.svg"
# favicon
icon: "/images/inarix-app.png"
iconType: "image/png"
# Descriptions
meta_description: "This status page provides updated information about our systems normal operation, incidents that may happen and their resolution."
description_footer: "<a class='text-grey-darkest' title='Visit inarix.com' href='https://www.inarix.com/'>inarix.com</a> provides software for all kind of sectors."
description_header: "Information about <a class='text-grey-darkest' title='Visit inarix.com' href='https://www.inarix.com/'>inarix</a> systems operations.<br />Follow us <a class='text-grey-darkest' title='Visit our page on Twitter' href='https://www.twitter.com/inarixAI'>on Twitter</a>."
copyrightHolder: "Inarix"
# Disqus commenting per issue: set your Disqus shortname here
# Leave empty for no discussion at all.
# You can also enable/disable discussions per issue
disqusShortname:
# Layout
eventsPerPage: 10
############################################################
## More default config. in /config/_default/params.yml
############################################################