Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 98e4887

Browse files
authoredSep 21, 2023
Update links from individuals to IETF drafts (#44)
* Update links from IDs to drafts * Add the emulator and did:web generator links Signed-off-by: steve lasker <[email protected]>
1 parent 58bdbbb commit 98e4887

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: What Is SCITT
44
permalink: /index
55
nav_order: 0
66
---
7-
7+
88
# What Is SCITT
99

1010
The **S**upply **C**hain **I**ntegrity, **T**ransparency and **T**rust (SCITT) initiative is a set of proposed [IETF internet standards]({{ site.ietf-scitt }}){:target="_blank"} for managing the compliance of goods and services across end-to-end supply chains.
@@ -41,4 +41,4 @@ A SCITT instance will persist verifiable claims to its ledger. Any optional evid
4141

4242
While a SCITT instance should provide a default storage, there's no limit on what storage services are used. For package managers that support breadths of content types, the evidence may be stored alongside the artifact by which the claim is being made. For package managers that limit the content types to the specific package type, a SCITT instance should provide default storage persistence.
4343

44-
For more info, see: [Supply Chains]({% link supply-chain.md %})
44+
For more info, see: [Supply Chains]({% link supply-chain.md %})

‎_config.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ title: SCITT - Supply Chain Integrity and Trust
1717
# email: your-email@example.com
1818
description: >- # this means to ignore newlines until "baseurl:"
1919
The Supply Chain Integrity, Transparency and Trust (SCITT) initiative is a set of proposed industry standards for managing the compliance of goods and services across end-to-end supply chains.
20+
# baseurl: "/scitt-web" # use this line for local rendering and forked rendering. Revert to below before committing to the upstream project
2021
baseurl: "/" # the subpath of your site, e.g. /blog
2122
# url: "" # the base hostname & protocol for your site, e.g. http://example.com
2223
# twitter_username: SCITT
@@ -54,13 +55,19 @@ nav_external_links:
5455
url: https://datatracker.ietf.org/wg/scitt/
5556
hide_icon: false
5657
- title: "SCITT Architecture"
57-
url: https://datatracker.ietf.org/doc/draft-birkholz-scitt-architecture/
58+
url: https://datatracker.ietf.org/doc/draft-ietf-scitt-architecture/
5859
hide_icon: false
5960
- title: "SCITT Receipts"
6061
url: https://datatracker.ietf.org/doc/draft-birkholz-scitt-receipts/
6162
hide_icon: false
6263
- title: "SCITT Software Use Case"
63-
url: https://datatracker.ietf.org/doc/draft-birkholz-scitt-software-use-cases/
64+
url: https://datatracker.ietf.org/doc/draft-ietf-scitt-software-use-cases/
65+
hide_icon: false
66+
- title: "SCITT Emulator"
67+
url: https://github.com/scitt-community/scitt-api-emulator
68+
hide_icon: false
69+
- title: "did:web generator"
70+
url: https://github.com/scitt-community/did-web-demo
6471
hide_icon: false
6572

6673
##############################

‎site-development.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
These pages are currently built with [jekyll](https://jekyllrb.com/).
44

5-
Following the great [video from Bill Raymond](https://www.youtube.com/watch?v=owHfKAbJ6_M), you can build, test, iterate locally, without having to install or manage the jekyll dependencies.
5+
Following the great [video from Bill Raymond](https://youtu.be/zijOXpZzdvs?t=372), you can build, test, iterate locally, without having to install or manage the jekyll dependencies.
66

77
For detailed steps: [BillRaymond/my-jekyll-docker-website](https://github.com/BillRaymond/my-jekyll-docker-website)
88

@@ -15,15 +15,15 @@ For detailed steps: [BillRaymond/my-jekyll-docker-website](https://github.com/Bi
1515

1616
## Incremental Building
1717

18-
Once you've built the container, and initiated the local jekyll builid process, the following steps are what you need to start a session.
18+
Once you've built the container, and initiated the local jekyll build process, the following steps are what you need to start a session.
1919

2020
1. In Visual Studio Code, open the terminal window and type:
2121
``` bash
2222
bundle exec jekyll serve --livereload
2323
```
2424

2525
## Closing the container
26-
It is a good practice to close the container when you are done coding as it will free up memomry and resources on your base operating system. You can do that directly inside Visual Studio Code.
26+
It is a good practice to close the container when you are done coding as it will free up memory and resources on your base operating system. You can do that directly inside Visual Studio Code.
2727
1. To close and exit the container, in Visual Studio Code, close it by typing `COMMAND+SHIFT+P`, then type `Close remote connection`, and press `return`
2828

2929
## Opening the container

0 commit comments

Comments
 (0)
Please sign in to comment.