forked from amfred/book-of-appstudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
26 lines (26 loc) · 931 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
25
26
remote_theme: vaibhavvikas/jekyll-theme-minimalistic
title: Book Of AppStudio
description: Technical documents about the Managed Developer Platform
color-scheme: auto
navigation:
- name: Technical Overview Document
link: /book/book/index.html
- name: Architecture Decision Records
link: /book/ADR/index.html
- name: API References
link: /book/ref/index.html
sublist:
- name: Application and Environment API
link: /book/ref/application-environment-api.html
- name: Service Provider (SPI)
link: /book/ref/service-provider.html
- name: GitOps Service
link: /book/ref/gitops.html
- name: JVM Build Service
link: /book/ref/jvm-build-service.html
- name: Integration Service
link: /book/ref/integration-service.html
- name: Release Service
link: /book/ref/release-service.html
- name: Enterprise Contract
link: /book/ref/enterprise-contract.html