-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from catenax-ng/feat/kit-template
Use KIT Template for Traceability Documentation
- Loading branch information
Showing
5 changed files
with
109 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
docs/kits/Template Kit/Software Development View/page_software-development-view.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
id: Development View Template Kit | ||
title: Development View | ||
description: 'Template Kit' | ||
sidebar_position: 3 | ||
--- | ||
|
||
<!-- | ||
Development View of the Kit. | ||
--> | ||
|
||
<!-- !Mandatory! --> | ||
## API Specifications | ||
|
||
<!-- Recommended --> | ||
## Sample Data | ||
|
||
<!-- Recommended --> | ||
## Reference Implementation | ||
|
||
<!-- Recommended --> | ||
## Documentation in the Context of Development |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
id: Adoption View Template Kit | ||
title: Adoption View | ||
description: 'Template Kit' | ||
sidebar_position: 1 | ||
--- | ||
|
||
<!-- | ||
Adoption View of the Kit. | ||
--> | ||
|
||
<!-- !Mandatory! --> | ||
## Vision & Mission | ||
|
||
<!-- !Mandatory! --> | ||
## Business Value | ||
|
||
<!-- !Mandatory! --> | ||
## Use Case | ||
|
||
<!-- Recommended --> | ||
## Tutorials | ||
|
||
<!-- Optional --> | ||
## Whitepaper | ||
|
||
<!-- Recommended --> | ||
## Semantic Models | ||
|
||
<!-- Recommended --> | ||
## Logic & Schema | ||
|
||
<!-- Recommended --> | ||
## Business Process | ||
|
||
<!-- !Mandatory! --> | ||
## Standards |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
id: Documentation Template Kit | ||
title: Documentation | ||
description: 'Template Kit' | ||
sidebar_position: 3 | ||
--- | ||
|
||
<!-- | ||
Documentation of the Kit. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
id: Operation View Template Kit | ||
title: Operation View | ||
description: 'Template Kit' | ||
sidebar_position: 2 | ||
--- | ||
|
||
<!-- | ||
Documentation of the Kit. | ||
--> | ||
|
||
## Quick Setup Guide | ||
|
||
| Step | Action | Description | | ||
|----------------------------------------------------|--------------------------------------------------------------------|------------------------------------------------------------------------------------------| | ||
| ![arrow down](../../../static/img/arrow_down.png) | **[Install the prerequisites](#step-1-install-the-prerequisites)** | Install all necessary tools for this setup. | | ||
| ![vector](../../../static/img/vector.png) | **[Get Helm Chart](#step-2-get-helm-charts)** | Get all necessary code to deploy the service and dependencies to the Kubernetes cluster. | | ||
| ![check](../../../static/img/check.png) | **[Start the Environment](#step-3-start-the-environment)** | Start cluster and interact with the KIT. | | ||
|
||
### Step 1: Install the Prerequisites | ||
|
||
### Step 2: Get Helm Charts | ||
|
||
### Step 3: Start the Environment | ||
|
||
## Deployment Scripts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters