Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Jan 17, 2023
1 parent 245db48 commit bc40ac2
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions content/mdx-docs/docs/marketplace-listing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,13 @@ The top-level index file must appear at the root of the repository location, and

Here's a simple listing repository example.

```output
/index.json // <1>
/index.json.sha256.sign // <2>
/release.json // <3>
/release.json.sha256.sign // <4>
```bash
/index.json # Main product repository index file
/index.json.sha256.sign # Digital signature for index file
/release.json # Product release listing file
/release.json.sha256.sign # Digital signature for release listing file
```

1. Main product repository index file.
1. Digital signature for index file.
1. Product release listing file.
1. Digital signature for release listing file.

The simplest `index.json` file only contains a reference to a single `releases.json` file.

```json
Expand Down

0 comments on commit bc40ac2

Please sign in to comment.