Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Aliases to content pages #78

Merged
merged 6 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/en/community/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Community
menu: { main: { weight: 40 } }
aliases: [/community]
cascade:
type: docs
# If your project has a local or external contributing page, then
Expand Down
1 change: 1 addition & 0 deletions content/en/community/adoptions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Adoptions
weight: 40
description: Explore practical adoptions of TUF
liases: [/adoptions]
---

Each TUF adoption listed below links to an article, presentation, or repository
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Frequently Asked Questions
LinkTitle: FAQ
weight: 45
description: Get your questions answered!
aliases: [/faq]
---

**1. How difficult is it to integrate TUF?**
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/get-started/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Get started
weight: 17
# aliases: [/docs/getting-started/]
description: Get started with TUF based on your role.
aliases: [/getting-started]
---

Want to learn more about TUF? Select a role to get started:
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/get-started/adopter.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Adopter
weight: 100
weight: 15
description: Get started with TUF as an adopter.
---

Expand Down
1 change: 1 addition & 0 deletions content/en/docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: History
weight: 18
description: Learn TUF history and core principles
aliases: [/history]
---

The basic technology behind TUF was developed at the University of Washington in
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Overview
weight: 10
description: Find out what TUF is all about!
aliases: [/overview]
---

### Purpose, or Why Get TUF?
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/overview/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Roles and Metadata
LinkTitle: Metadata
weight: 15
description: Understand Roles and Metadata
aliases: [/metadata]
---

TUF uses roles to define the set of actions a party can perform. The concept of
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/overview/project/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Project
LinkTitle: Project
weight: 20
description: Learn more about the TUF project
liases: [/project]
---

The TUF project consists of three components:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Enhancement Proposals
LinkTitle: Tap
LinkTitle: TAPs
aliases: [/taps]
weight: 16
description: Learn more about TUF Augmentation Proposals
---

### What is a TAP?
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/overview/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Security
weight: 35
description: Security properties of TUF repositories
aliases: [/security]
---

We can think of a software update system as "secure" if:
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Timeline
weight: 19
Description: See the project timeline
aliases: [/timeline]
---

**2010**: Improving upon the Thandy software updater for the Tor private
Expand Down
1 change: 1 addition & 0 deletions content/en/resources/publications.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Publications
aliases: [/publications]
---

The following papers provide detailed information on securing software updater
Expand Down
1 change: 1 addition & 0 deletions content/en/resources/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Videos
description:
Sample videos of presentations given by project members and adopters.
aliases: [/videos]
---

## TUF-en Up Your Signatures
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"diff:check": "npm run _diff:check || (echo; echo 'WARNING: the files above have not been committed'; echo)",
"fix:filenames": "npm run _filenames-to-kebab-case",
"fix:format": "npm run _check:format -- --write",
"get:submodule": "npm run _get:${GET:-submodule}",
"get:submodule": "npm run _get:${GET:-submodule} --",
"make:public": "git init -b main public",
"postbuild:preview": "npm run _check:links--warn",
"postbuild:production": "npm run _check:links--warn",
Expand Down