-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
49 lines (48 loc) · 1.23 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
# yaml-language-server: $schema=https://raw.githubusercontent.com/marc0l92/api-portal/master/dist/buildConfig.schema.json
name: Api Portal
basePath: /api-portal
diagrams:
defaultServer: "https://www.plantuml.com/plantuml"
allowServerChange: true
validation:
enable: true
spectralRulesFile: config/.spectral.yaml
home:
links:
- title: Repository
description: GitHub repository with the project code
link: "https://github.com/marc0l92/api-portal"
icon: fa-solid fa-code
- title: Project Plan
description: GitHub Project with the backlog of items for this project
link: "https://github.com/users/marc0l92/projects/4/views/7"
icon: fa-solid fa-diagram-project
browser:
filters:
producers:
product:
Product1: false
Product2: false
Product3: false
team:
Team1: false
Team2: false
Team3: false
consumers:
internal:
Team1: false
Team2: false
Team3: false
external:
Client1: false
Client2: false
Client3: false
other:
status:
Validated: false
NotValidated: false
Draft: false
tags:
tag0: false
tag1: false
tag2: false