diff --git a/content/en/community/_index.md b/content/en/community/_index.md index 8dbef1a..b5ee6d2 100644 --- a/content/en/community/_index.md +++ b/content/en/community/_index.md @@ -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 diff --git a/content/en/community/adoptions/index.md b/content/en/community/adoptions/index.md index 5eb92bb..9c6aec3 100644 --- a/content/en/community/adoptions/index.md +++ b/content/en/community/adoptions/index.md @@ -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 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/_index.md b/content/en/docs/overview/project/_index.md index c5f83e5..1c23b47 100644 --- a/content/en/docs/overview/project/_index.md +++ b/content/en/docs/overview/project/_index.md @@ -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: diff --git a/content/en/docs/overview/project/tap.md b/content/en/docs/overview/project/taps.md similarity index 90% rename from content/en/docs/overview/project/tap.md rename to content/en/docs/overview/project/taps.md index 1a401c5..ab3e8b6 100644 --- a/content/en/docs/overview/project/tap.md +++ b/content/en/docs/overview/project/taps.md @@ -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? 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/package.json b/package.json index 6770bad..6d5c0d3 100644 --- a/package.json +++ b/package.json @@ -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",