Add lang + ref tags to frontmatter

Those are fields used by the language switcher to correlate pages across
different languages, even if they have different names/paths/titles.
They are generated with the prepare_for_translation.py script.
This commit is contained in:
Maya 2021-03-13 19:06:18 +01:00 committed by Marek Marczykowski-Górecki
parent 1a92224f8b
commit 820af56761
No known key found for this signature in database
GPG key ID: F32894BE9684938A
218 changed files with 439 additions and 1 deletions

View file

@ -1,6 +1,8 @@
---
lang: en
layout: default
permalink: /code-of-conduct/
ref: 118
title: Code of Conduct
---

View file

@ -1,10 +1,12 @@
---
lang: en
layout: doc
permalink: /doc/contributing/
redirect_from:
- /en/doc/contributing/
- /doc/ContributingHowto/
- /wiki/ContributingHowto/
ref: 125
title: Contributing to the Qubes OS Project
---

View file

@ -1,5 +1,7 @@
---
lang: en
layout: experts
permalink: /experts/
ref: 119
title: Experts
---

View file

@ -1,4 +1,5 @@
---
lang: en
layout: sidebar
permalink: /faq/
redirect_from:
@ -10,6 +11,7 @@ redirect_from:
- /en/doc/devel-faq/
- /doc/DevelFaq/
- /wiki/DevelFaq/
ref: 124
title: Frequently Asked Questions
---

View file

@ -1,4 +1,5 @@
---
lang: en
layout: default
permalink: /intro/
redirect_from:
@ -7,6 +8,7 @@ redirect_from:
- /tour/#what-is-qubes-os
- /about/
- /en/about/
ref: 126
title: Introduction
---

View file

@ -1,4 +1,5 @@
---
lang: en
layout: doc
permalink: /doc/reporting-bugs/
redirect_from:
@ -10,6 +11,7 @@ redirect_from:
- /bugs/
- /bug-report/
- /bug-reports/
ref: 121
title: Reporting bugs and other issues
---

View file

@ -1,10 +1,12 @@
---
lang: en
layout: default
permalink: /screenshots/
redirect_from:
- /media/
- /doc/QubesScreenshots/
- /wiki/QubesScreenshots/
ref: 123
title: Screenshots
---

View file

@ -1,8 +1,10 @@
---
lang: en
layout: default
permalink: /statistics/
redirect_from:
- /counter/
ref: 127
title: Statistics
---

View file

@ -1,4 +1,5 @@
---
lang: en
layout: sidebar
permalink: /support/
redirect_from:
@ -10,6 +11,7 @@ redirect_from:
- /doc/qubes-lists/
- /doc/QubesLists/
- /wiki/QubesLists/
ref: 122
title: Help, Support, Mailing Lists, and Forum
---

View file

@ -1,6 +1,8 @@
---
lang: en
layout: default
permalink: /video-tours/
ref: 226
title: Video Tours of Qubes OS
---