Skip to content

Commit

Permalink
Update TOC
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp committed Jun 26, 2023
1 parent ed72151 commit ec1534e
Showing 1 changed file with 28 additions and 23 deletions.
51 changes: 28 additions & 23 deletions guidelines/monai-application-package.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,36 @@
# MONAI Application Package

<!-- @import "[TOC]" {cmd="toc" depthFrom=2 depthTo=3 orderedList=false} -->
<!-- @import "[TOC]" {cmd="toc" depthFrom=1 depthTo=3 orderedList=false} -->

<!-- code_chunk_output -->

- [Description](#description)
- [Overview](#overview)
- [Goal](#goal)
- [Assumptions](#assumptions)
- [Requirements](#requirements)
- [Single Artifact](#single-artifact)
- [Self-Describing](#self-describing)
- [Runtime Characteristics of the MAP](#runtime-characteristics-of-the-map)
- [IO Specification](#io-specification)
- [Local Execution](#local-execution)
- [Compatible with Kubernetes](#compatible-with-kubernetes)
- [OCI Compliance](#oci-compliance)
- [Hosting Environment](#hosting-environment)
- [Description](#description-1)
- [Application](#application)
- [Manifests](#manifests)
- [Application Manifest](#application-manifest)
- [Package Manifest](#package-manifest)
- [Supplemental Application Files](#supplemental-application-files)
- [Container Behavior and Interaction](#container-behavior-and-interaction)
- [Table of Important Paths](#table-of-important-paths)
- [Package Layout Diagram](#package-layout-diagram)
1. [MONAI Application Package](#monai-application-package)
1. [Overview](#overview)
1. [Goal](#goal)
2. [Assumptions, Constraints, Dependencies](#assumptions-constraints-dependencies)
2. [Definitions, Acronyms, Abbreviations](#definitions-acronyms-abbreviations)
3. [Requirements](#requirements)
1. [Single Artifact](#single-artifact)
2. [Self-Describing](#self-describing)
3. [Runtime Characteristics of the MAP](#runtime-characteristics-of-the-map)
4. [IO Specification](#io-specification)
5. [Local Execution](#local-execution)
6. [Compatible with Kubernetes](#compatible-with-kubernetes)
7. [OCI Compliance](#oci-compliance)
8. [Hosting Environment](#hosting-environment)
2. [Architecture & Design](#architecture--design)
1. [Description](#description)
2. [Application](#application)
3. [Manifests](#manifests)
1. [Application Manifest](#application-manifest)
2. [Package Manifest](#package-manifest)
4. [Supplemental Application Files](#supplemental-application-files)
1. [Container Behavior and Interaction](#container-behavior-and-interaction)
2. [Table of Important Paths](#table-of-important-paths)
5. [Package Layout Diagram](#package-layout-diagram)
6. [Release Notes](#release-notes)
1. [1.0.0](#100)
2. [0.1.0](#010)

<!-- /code_chunk_output -->

Expand Down

0 comments on commit ec1534e

Please sign in to comment.