Skip to content

Commit

Permalink
Fix tabbed layouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankD412 committed Jun 21, 2022
1 parent 5cc031d commit 6c36680
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mkdocs/docs/Maestro/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ Git dependencies are used to clone remotely hosted items to located at the URL s
You specify the various `git` type dependency as follows:

=== "Latest Main Branch"

``` yaml
REPO1:
type: git
Expand All @@ -131,7 +130,6 @@ You specify the various `git` type dependency as follows:
```

=== "Custom Branch"

``` yaml
REPO1:
type: git
Expand All @@ -141,7 +139,6 @@ You specify the various `git` type dependency as follows:
```

=== "Tagged Version"

``` yaml
REPO1:
type: git
Expand All @@ -151,7 +148,6 @@ You specify the various `git` type dependency as follows:
```

=== "Commit Hash"

``` yaml
REPO1:
type: git
Expand All @@ -178,7 +174,6 @@ Just as you would refer to a `path` or `git` dependency, you refer to a `binary`
You specify a `binary` dependency as follows:

=== "Versioned Binary"

``` yaml
BIN1:
type: binary
Expand All @@ -187,7 +182,6 @@ You specify a `binary` dependency as follows:
```

=== "Hashed Binary"

``` yaml
BIN1:
type: binary
Expand Down

0 comments on commit 6c36680

Please sign in to comment.