-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
147 lines (134 loc) · 4.02 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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
title: Canary Early Warning System
subtile: "Assess and monitor your operational processes before issues escalate"
baseURL: "localhost:1313"
module:
imports:
path: github.com/StefMa/hugo-fresh
assetDir: "assets"
enableRobotsTXT: true
paginate: 5
canonifyURLs: true
# Disables warnings
markup:
defaultMarkdownHandler: goldmark
highlight:
codeFences: true
noClasses: true
lineNos: false
style: catppuccin-frappe
guessSyntax: true
tabWidth: 2
goldmark:
extensions:
footnote: true
renderer:
unsafe: true # Allows you to write raw html in your md files
taxonomies:
category: "categories"
tag: "tags"
level: "levels"
params:
dataDir: /data
openGraph: true
description: >
Canary: Early Warning System.
navbarlogo:
# Logo (from static/images/logos/___)
image: logos/ppp_spinoff.png
link: "/"
# Default width/height. Uncomment if you need to change
width: 112
height: 28
font:
name: "D-DIN"
sizes: [400,600]
# Customizable navbar. For a dropdown, add a "sublinks" list.
navbar:
- title: Home
url: /
- title: Platform Description
link: /overview/
sublinks:
- title: Overview
url: /overview/
- title: Stakeholders
url: /stakeholders/
- title: Quality Attributes
url: /quality_attributes/
- title: Core Domains
url: /domains/domain_overview/
sublinks:
- title: Overview
url: /domains/domain_overview/
- title: Quality Assesment
url: /domains/inspection/
- title: Inspection
url: /domains/inspection/
- title: Notification
url: /domains/notification/
- title: Decision Records
url: /adr/
- title: Terminology
url: /glossary/
mainContent: /domain_overview.md
info:
title: Canary Early Warning System
subtitle: Assess and monitor your operational processes before issues escalate
text: >
Organizations across industries face the growing challenge of detecting operational issues too late—often after they have already led to costly disruptions. This challenge is exacerbated by the inherent complexity of modern software ecosystems, where legacy systems coexist with newer technologies, and by the increasing pressure to deliver software faster and more economically.
<br />
<br />
Many organizations struggle to implement consistent, scalable monitoring solutions due to diverse and evolving technological landscapes. At the same time, stringent legislative and regulatory requirements—especially in sectors like finance and healthcare—demand robust compliance and risk mitigation measures.
<br />
<br />
The Canary Platform is conceived as a modular, scalable early warning system designed to integrate seamlessly with existing architectures. By shifting critical monitoring tasks _“left”_ in the operational process, Canary detects potential issues early—when they are simpler and more cost-effective to fix—thus safeguarding operational integrity, reducing economic risk, and ensuring compliance with regulatory standards."
footer:
logo: LOGO_BASE_SMALL.webp
socialmediatitle: Socials
socialmedia:
- link: https://www.linkedin.com/company/sddevelopment-be
icon: linkedin
- link: https://github.com/sddevelopment-be/canary
icon: github
bulmalogo: false
mediaTypes:
text/enriched:
suffixes:
- enr
text/html:
suffixes:
- asp
- html
- htm
application/xml:
suffixes:
- xml
application/rss+xml:
suffixes:
- rss
application/json:
suffixes:
- json
application/yaml:
suffixes:
- yaml
- yml
## Integrations and services
services:
rss:
limit: 42
author:
email: stijn@sddevelopment.be
name: Stijn Dejongh
copyright: © 2025 SD Development, BV.
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
languages:
en:
contentDir: content
disabled: false
languageCode: en-US
languageDirection: ""
languageName: "English"
title: ""
weight: 0