From 973184a071d9147e253c66a09054a65cb1c3277b Mon Sep 17 00:00:00 2001 From: sandra Date: Thu, 5 Sep 2024 11:48:23 +0300 Subject: [PATCH] Add alisases to web pages Signed-off-by: sandra --- content/en/community/_index.md | 1 + content/en/docs/faq.md | 1 + content/en/docs/get-started/_index.md | 2 +- content/en/docs/get-started/adopter.md | 2 +- content/en/docs/history.md | 1 + content/en/docs/overview/_index.md | 1 + content/en/docs/overview/metadata.md | 1 + content/en/docs/overview/project/tap.md | 1 + content/en/docs/overview/security.md | 1 + content/en/docs/timeline.md | 1 + content/en/resources/publications.md | 1 + content/en/resources/videos.md | 1 + content/en/specifications/specs.md | 1 + themes/docsy | 2 +- 14 files changed, 14 insertions(+), 3 deletions(-) diff --git a/content/en/community/_index.md b/content/en/community/_index.md index 8dbef1a..41b19e7 100644 --- a/content/en/community/_index.md +++ b/content/en/community/_index.md @@ -1,6 +1,7 @@ --- title: Community menu: { main: { weight: 40 } } +aliases: [/adoptions] cascade: type: docs # If your project has a local or external contributing page, then diff --git a/content/en/docs/faq.md b/content/en/docs/faq.md index 4e675a0..ac3f635 100644 --- a/content/en/docs/faq.md +++ b/content/en/docs/faq.md @@ -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?** diff --git a/content/en/docs/get-started/_index.md b/content/en/docs/get-started/_index.md index 97ebb1a..4e316d7 100644 --- a/content/en/docs/get-started/_index.md +++ b/content/en/docs/get-started/_index.md @@ -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: diff --git a/content/en/docs/get-started/adopter.md b/content/en/docs/get-started/adopter.md index ac61842..e7aeb87 100644 --- a/content/en/docs/get-started/adopter.md +++ b/content/en/docs/get-started/adopter.md @@ -1,6 +1,6 @@ --- title: Adopter -weight: 100 +weight: 15 description: Get started with TUF as an adopter. --- diff --git a/content/en/docs/history.md b/content/en/docs/history.md index 7aaf158..a45f965 100644 --- a/content/en/docs/history.md +++ b/content/en/docs/history.md @@ -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 diff --git a/content/en/docs/overview/_index.md b/content/en/docs/overview/_index.md index df06cda..c57c82f 100644 --- a/content/en/docs/overview/_index.md +++ b/content/en/docs/overview/_index.md @@ -2,6 +2,7 @@ title: Overview weight: 10 description: Find out what TUF is all about! +aliases: [/overview] --- ### Purpose, or Why Get TUF? diff --git a/content/en/docs/overview/metadata.md b/content/en/docs/overview/metadata.md index 384814c..1fb2072 100644 --- a/content/en/docs/overview/metadata.md +++ b/content/en/docs/overview/metadata.md @@ -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 diff --git a/content/en/docs/overview/project/tap.md b/content/en/docs/overview/project/tap.md index 1a401c5..d6f2855 100644 --- a/content/en/docs/overview/project/tap.md +++ b/content/en/docs/overview/project/tap.md @@ -3,6 +3,7 @@ title: Enhancement Proposals LinkTitle: Tap weight: 16 description: Learn more about TUF Augmentation Proposals +aliases: [/taps] --- ### What is a TAP? diff --git a/content/en/docs/overview/security.md b/content/en/docs/overview/security.md index 47dd3f0..10b0d52 100644 --- a/content/en/docs/overview/security.md +++ b/content/en/docs/overview/security.md @@ -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: diff --git a/content/en/docs/timeline.md b/content/en/docs/timeline.md index 84b3fd6..7ecfc7b 100644 --- a/content/en/docs/timeline.md +++ b/content/en/docs/timeline.md @@ -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 diff --git a/content/en/resources/publications.md b/content/en/resources/publications.md index 3121272..7d9424b 100644 --- a/content/en/resources/publications.md +++ b/content/en/resources/publications.md @@ -1,5 +1,6 @@ --- title: Publications +aliases: [/publications] --- The following papers provide detailed information on securing software updater diff --git a/content/en/resources/videos.md b/content/en/resources/videos.md index 18c4f72..74bfc83 100644 --- a/content/en/resources/videos.md +++ b/content/en/resources/videos.md @@ -2,6 +2,7 @@ title: Videos description: Sample videos of presentations given by project members and adopters. +aliases: [/videos] --- ## TUF-en Up Your Signatures diff --git a/content/en/specifications/specs.md b/content/en/specifications/specs.md index c76ade9..0d3ef43 100644 --- a/content/en/specifications/specs.md +++ b/content/en/specifications/specs.md @@ -1,6 +1,7 @@ --- title: Specification linkTitle: Spec +aliases: [/theupdateframework.github.io/specification/latest] menu: { main: { weight: 35 } } cascade: type: docs diff --git a/themes/docsy b/themes/docsy index 7951194..309da20 160000 --- a/themes/docsy +++ b/themes/docsy @@ -1 +1 @@ -Subproject commit 7951194954708d7cc992e3540c8fc823cc99a953 +Subproject commit 309da207e5deeda762348bfd0cc32367c5565a1e