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,8 +1,10 @@
---
lang: en
layout: doc
permalink: /doc/awesome/
redirect_from:
- /en/doc/awesome/
ref: 179
title: awesome
---

View file

@ -1,8 +1,10 @@
---
lang: en
layout: doc
permalink: /doc/bind-dirs/
redirect_from:
- /en/doc/bind-dirs/
ref: 186
title: How to make any file in a TemplateBasedVM persistent using bind-dirs
---

View file

@ -1,4 +1,5 @@
---
lang: en
layout: doc
permalink: /doc/config-files/
redirect_from:
@ -6,6 +7,7 @@ redirect_from:
- /doc/ConfigFiles/
- /doc/UserDoc/ConfigFiles/
- /wiki/UserDoc/ConfigFiles/
ref: 180
title: Config Files
---

View file

@ -1,4 +1,5 @@
---
lang: en
layout: doc
permalink: /doc/disposablevm-customization/
redirect_from:
@ -7,6 +8,7 @@ redirect_from:
- /doc/DispVMCustomization/
- /doc/UserDoc/DispVMCustomization/
- /wiki/UserDoc/DispVMCustomization/
ref: 174
title: DisposableVM Customization
---

View file

@ -1,7 +1,9 @@
---
lang: en
layout: doc
permalink: /doc/gui-configuration/
redirect_from: []
ref: 184
title: GUI Configuration
---

View file

@ -1,10 +1,12 @@
---
lang: en
layout: doc
permalink: /doc/i3/
redirect_from:
- /en/doc/i3/
- /doc/UserDoc/i3/
- /wiki/UserDoc/i3/
ref: 183
title: i3
---

View file

@ -1,6 +1,8 @@
---
lang: en
layout: doc
permalink: /doc/installing-contributed-packages/
ref: 225
title: Installing contributed packages
---

View file

@ -1,7 +1,9 @@
---
lang: en
layout: doc
permalink: /doc/kde/
redirect_from: /en/doc/kde/
ref: 176
title: KDE
---

View file

@ -1,8 +1,10 @@
---
lang: en
layout: doc
permalink: /doc/managing-vm-kernel/
redirect_from:
- /en/doc/managing-vm-kernel/
ref: 173
title: Managing VM kernel
---

View file

@ -1,10 +1,12 @@
---
lang: en
layout: doc
permalink: /doc/mount-from-other-os/
redirect_from:
- /en/doc/mount-from-other-os/
- /doc/MountFromOtherOs/
- /wiki/MountFromOtherOs/
ref: 175
title: Mounting and Decrypting Qubes Partitions from Outside Qubes
---

View file

@ -1,4 +1,5 @@
---
lang: en
layout: doc
permalink: /doc/resize-disk-image/
redirect_from:
@ -8,6 +9,7 @@ redirect_from:
- /doc/ResizeRootDiskImage/
- /wiki/ResizeDiskImage/
- /wiki/ResizeRootDiskImage/
ref: 182
title: Resize Disk Image
---

View file

@ -1,6 +1,8 @@
---
lang: en
layout: doc
permalink: /doc/rpc-policy/
ref: 178
title: RPC Policies
---

View file

@ -1,6 +1,8 @@
---
lang: en
layout: doc
permalink: /doc/salt/
ref: 185
title: Management stack
---

View file

@ -1,10 +1,12 @@
---
lang: en
layout: doc
permalink: /doc/secondary-storage/
redirect_from:
- /en/doc/secondary-storage/
- /doc/SecondaryStorage/
- /wiki/SecondaryStorage/
ref: 187
title: Secondary Storage
---

View file

@ -1,4 +1,5 @@
---
lang: en
layout: doc
permalink: /doc/usb-qubes/
redirect_from:
@ -7,6 +8,7 @@ redirect_from:
- /doc/USBVM/
- /wiki/USBVM/
- /doc/sys-usb/
ref: 181
title: USB Qubes
---