Skip to content

Commit 64ea56c

Browse files
committed
Fix rendering issues, make linter happy
Signed-off-by: Marcela Melara <marcela.melara@intel.com>
1 parent 6b8de1d commit 64ea56c

File tree

4 files changed

+9
-15
lines changed

4 files changed

+9
-15
lines changed

docs/_data/nav/v1.0.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- title: Current activities
88
url: /current-activities
9+
description: Additions and updates actively being developed
910

1011
- title: Understanding SLSA
1112
description: >

docs/_data/nav/v1.1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- title: Current activities
88
url: /current-activities
9+
description: Additions and updates actively being developed
910

1011
- title: Understanding SLSA
1112
description: >

docs/community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ developing tooling, we welcome your contributions.
7878
</div>
7979
</div>
8080
<div class="w-full md:w-1/2">
81-
<div class="rounded-lg text-green p-5 border border-green-400 inline-block mb-8 h4">SLSA v1.0 is available now!</div>
81+
<div class="rounded-lg text-green p-5 border border-green-400 inline-block mb-8 h4">SLSA v1.0 is available now!</div>
8282
<p>
8383
The community has been hard at work since the release of
8484
<a href="spec/v1.0/">SLSA v1.0</a> in 2023 to expand the breadth

docs/current-activities.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ tracks. This page provides a summary of current ongoing activities.
55
layout: standard
66
---
77

8+
## Current Activities
9+
810
Since the release of <a href="spec/v1.0/">SLSA v1.0</a> in 2023,
911
the SLSA community has been hard at work to expand the breadth
1012
and depth of the specification with updates and new tracks.
11-
Learn how you can [get involved](https://slsa.dev/community#get-involved)!
1213

13-
<section id="source-track">
14+
Learn how you can [get involved](https://slsa.dev/community#get-involved)!
1415

15-
## Source track
16+
### Source track
1617

1718
A Source track will provide protection against tampering of the source code
1819
prior to the build.
@@ -21,11 +22,7 @@ The current [draft version (v1.1)](source-requirements.md) describes levels
2122
of increasing tamper resistance and ways consumers might verify properties
2223
of source revisions using SLSA source provenance attestations.
2324

24-
</section>
25-
26-
<section id="buildenv-track">
27-
28-
## Build Environment track
25+
### Build Environment track
2926

3027
The goal of a Build Environment track is to enable the detection of tampering
3128
with core components of the compute environment executing builds.
@@ -42,14 +39,9 @@ of the Build Environment track includes the following requirements:
4239
These requirements are **subject to significant change** while this track
4340
is in draft.
4441

45-
</section>
46-
47-
<section id="dependency-track">
48-
## Dependency track
42+
### Dependency track
4943

5044
Building upon the foundation laid by S2C2F, the depedency track defines
5145
requirements for consuming dependencies.
5246

5347
**TODO**: Expand this section
54-
55-
</section>

0 commit comments

Comments
 (0)