Skip to content

Commit

Permalink
chore: resolve ToC issues (#113)
Browse files Browse the repository at this point in the history
* chore: resolve ToC issues

* resolve markdown build issue
  • Loading branch information
frankkilcommins authored Jan 4, 2024
1 parent 8d1ce85 commit 5f9a5b9
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions versions/1.0.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Workflows Specification

#### Version 1.0.0
## Version 1.0.0

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [BCP 14](https://tools.ietf.org/html/bcp14) [RFC2119](https://tools.ietf.org/html/rfc2119) [RFC8174](https://tools.ietf.org/html/rfc8174) when, and only when, they appear in all capitals, as shown here.

Expand All @@ -16,11 +16,11 @@ The Workflows Specification can articulate these workflows in a human-readable a
## Table of Contents

- [Workflows Specification](#workflows-specification)
- [Version 1.0.0](#version-100)
- [Version 1.0.0](#version-100)
- [Introduction](#introduction)
- [Table of Contents](#table-of-contents)
- [Definitions](#definitions)
- [Workflows Description](#workflows-description)
- [Workflows Description](#workflows-description)
- [Specification](#specification)
- [Versions](#versions)
- [Format](#format)
Expand Down Expand Up @@ -55,20 +55,23 @@ The Workflows Specification can articulate these workflows in a human-readable a
- [Component Object](#component-object)
- [Fixed Fields](#fixed-fields-8)
- [Component Object Example](#component-object-example)
- [Criterion Object](#criterion-object)
- [Fixed Fields](#fixed-fields-9)
- [Criterion Object Example](#criterion-object-example)
- [Reference Object](#reference-object)
- [Fixed Fields](#fixed-fields-10)
- [Fixed Fields](#fixed-fields-9)
- [Reference Object Example](#reference-object-example)
- [Criterion Object](#criterion-object)
- [Fixed Fields](#fixed-fields-10)
- [Criterion Object Example](#criterion-object-example)
- [Runtime Expressions](#runtime-expressions)
- [Specification Extensions](#specification-extensions)
- [Security Considerations](#security-considerations)
- [IANA Considerations](#iana-considerations)
- [Appendix A: Revision History](#appendix-a-revision-history)
- [Appendix B: Contextual Scope Overview](#appendix-b-contextual-scope--access-for-inputs-and-outputs)
<!-- /TOC -->

## Definitions

##### Workflows Description
### Workflows Description
A self-contained document (or set of documents) which defines or describes API workflows (specific sequence of calls to achieve a particular goal in the context of an API definition). A Workflows Description (WD) uses and conforms to the Workflows Specification, and `MUST` contain a valid Workflows Specification version field (`workflowsSpec`), an [Info](#info-object) field, a `sourceDescriptions` field with at least one defined [Source](#source-description-object), and there `MUST` be at least one [Workflow](#workflow-object) defined in the `workflows` fixed field.

## Specification
Expand Down Expand Up @@ -715,7 +718,7 @@ The runtime expression is defined by the following [ABNF](https://tools.ietf.org
"^" / "_" / "`" / "|" / "~" / DIGIT / ALPHA
```

##### <a name="runtimeExpressionExamples"></a>Examples
##### Examples

Source Location | example expression | notes
---|:---|:---|
Expand Down

0 comments on commit 5f9a5b9

Please sign in to comment.