-
Notifications
You must be signed in to change notification settings - Fork 70
/
_config.yml
24 lines (24 loc) · 951 Bytes
/
_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
remote_theme: vaibhavvikas/jekyll-theme-minimalistic
title: Architecture Of Konflux
description: Technical documents about the Managed Developer Platform
color-scheme: auto
navigation:
- name: Technical Overview Document
link: /architecture/architecture/index.html
- name: Architecture Decision Records
link: /architecture/ADR/index.html
- name: API References
link: /architecture/ref/index.html
sublist:
- name: Application and Environment API
link: /architecture/ref/application-environment-api.html
- name: Image Controller
link: /architecture/ref/image-controller.html
- name: Integration Service
link: /architecture/ref/integration-service.html
- name: Enterprise Contract
link: /architecture/ref/enterprise-contract.html
- name: Release Service
link: /architecture/ref/release-service.html
- name: Internal Services
link: /architecture/ref/internal-services.html