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,4 +1,5 @@
---
lang: en
layout: doc
permalink: /doc/architecture/
redirect_from:
@ -6,6 +7,7 @@ redirect_from:
- /en/doc/qubes-architecture/
- /doc/QubesArchitecture/
- /wiki/QubesArchitecture/
ref: 56
title: Architecture
---

View file

@ -1,6 +1,8 @@
---
lang: en
layout: doc
permalink: /doc/audio-virtualization/
ref: 60
title: Audio Virtualization
---

View file

@ -1,4 +1,5 @@
---
lang: en
layout: doc
permalink: /doc/gui/
redirect_from:
@ -6,6 +7,7 @@ redirect_from:
- /en/doc/gui-docs/
- /doc/GUIdocs/
- /wiki/GUIdocs/
ref: 61
title: GUI
---

View file

@ -1,4 +1,5 @@
---
lang: en
layout: doc
permalink: /doc/networking/
redirect_from:
@ -6,6 +7,7 @@ redirect_from:
- /en/doc/qubes-net/
- /doc/QubesNet/
- /wiki/QubesNet/
ref: 59
title: Networking
---

View file

@ -1,4 +1,5 @@
---
lang: en
layout: doc
permalink: /doc/security-critical-code/
redirect_from:
@ -6,6 +7,7 @@ redirect_from:
- /doc/SecurityCriticalCode/
- /wiki/SecurityCriticalCode/
- /trac/wiki/SecurityCriticalCode/
ref: 55
title: Security-critical Code
---

View file

@ -1,6 +1,8 @@
---
lang: en
layout: doc
permalink: /doc/storage-pools/
ref: 57
title: Storage Pools
---

View file

@ -1,4 +1,5 @@
---
lang: en
layout: doc
permalink: /doc/system-doc/
redirect_from:
@ -7,5 +8,6 @@ redirect_from:
- /wiki/SystemDoc/
redirect_to:
- /doc/#developer-documentation
ref: 62
title: System Documentation
---

View file

@ -1,10 +1,12 @@
---
lang: en
layout: doc
permalink: /doc/template-implementation/
redirect_from:
- /en/doc/template-implementation/
- /doc/TemplateImplementation/
- /wiki/TemplateImplementation/
ref: 58
title: Template Implementation
---