forked from konflux-ci/architecture
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
28 lines (28 loc) · 1.08 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
remote_theme: vaibhavvikas/jekyll-theme-minimalistic
title: Architecture Of AppStudio
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: Service Provider (SPI)
link: /architecture/ref/service-provider.html
- name: GitOps Service
link: /architecture/ref/gitops.html
- name: Build Service
link: /architecture/ref/build-service.html
- name: JVM Build Service
link: /architecture/ref/jvm-build-service.html
- name: Integration Service
link: /architecture/ref/integration-service.html
- name: Release Service
link: /architecture/ref/release-service.html
- name: Enterprise Contract
link: /architecture/ref/enterprise-contract.html