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,7 +1,9 @@
---
lang: en
layout: doc
redirect_from:
- /doc/templates/centos/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/centos.md
ref: 81
title: CentOS Template
---

View file

@ -1,7 +1,9 @@
---
lang: en
layout: doc
redirect_from:
- /doc/templates/gentoo/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/gentoo.md
ref: 221
title: Gentoo Template
---

View file

@ -1,4 +1,5 @@
---
lang: en
layout: doc
redirect_from:
- /doc/linux-hvm-tips/
@ -6,5 +7,6 @@ redirect_from:
- /doc/LinuxHVMTips/
- /wiki/LinuxHVMTips/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/linux-hvm-tips.md
ref: 82
title: Linux HVM Tips
---

View file

@ -1,7 +1,9 @@
---
lang: en
layout: doc
redirect_from:
- /doc/netbsd/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/netbsd.md
ref: 84
title: How to Create a NetBSD VM
---

View file

@ -1,7 +1,9 @@
---
lang: en
layout: doc
redirect_from:
- /doc/pentesting/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting.md
ref: 83
title: Penetration Testing
---

View file

@ -1,8 +1,10 @@
---
lang: en
layout: doc
redirect_from:
- /doc/pentesting/blackarch/
- /doc/blackarch/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/blackarch.md
ref: 88
title: How to Create a BlackArch VM
---

View file

@ -1,8 +1,10 @@
---
lang: en
layout: doc
redirect_from:
- /doc/pentesting/kali/
- /doc/kali/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/kali.md
ref: 87
title: How to create a Kali Linux VM
---

View file

@ -1,8 +1,10 @@
---
lang: en
layout: doc
redirect_from:
- /doc/pentesting/ptf/
- /doc/ptf/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/ptf.md
ref: 89
title: How to create Penetration Testers Framework (PTF) VM
---

View file

@ -1,4 +1,5 @@
---
lang: en
layout: doc
redirect_from:
- /doc/templates/ubuntu/
@ -7,5 +8,6 @@ redirect_from:
- /doc/Templates/Ubuntu/
- /wiki/Templates/Ubuntu/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/ubuntu.md
ref: 80
title: Ubuntu Template
---

View file

@ -1,4 +1,5 @@
---
lang: en
layout: doc
redirect_from:
- /doc/windows-tools/
@ -12,5 +13,6 @@ redirect_from:
- /doc/WindowsTools/
- /wiki/WindowsTools/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/windows/windows-tools.md
ref: 86
title: Qubes Windows Tools
---

View file

@ -1,7 +1,9 @@
---
lang: en
layout: doc
redirect_from:
- /doc/windows-vm/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/windows/windows-vm.md
ref: 85
title: Installing a Windows VM
---