mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-01 11:06:28 -04:00
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:
parent
1a92224f8b
commit
820af56761
218 changed files with 439 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
lang: en
|
||||
layout: doc
|
||||
redirect_from:
|
||||
- /doc/building-archlinux-template/
|
||||
|
@ -6,5 +7,6 @@ redirect_from:
|
|||
- /doc/BuildingArchlinuxTemplate/
|
||||
- /wiki/BuildingArchlinuxTemplate/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-archlinux-template.md
|
||||
ref: 116
|
||||
title: Building Archlinux Template
|
||||
---
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
lang: en
|
||||
layout: doc
|
||||
redirect_from:
|
||||
- /doc/building-non-fedora-template/
|
||||
|
@ -6,5 +7,7 @@ redirect_from:
|
|||
- /doc/BuildingNonFedoraTemplate/
|
||||
- /wiki/BuildingNonFedoraTemplate/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-non-fedora-template.md
|
||||
ref: 117
|
||||
title: Building Non-Fedora Template
|
||||
---
|
||||
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
lang: en
|
||||
layout: doc
|
||||
redirect_from:
|
||||
- /doc/building-whonix-template/
|
||||
- /en/doc/building-whonix-template/
|
||||
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-whonix-template.md
|
||||
ref: 115
|
||||
title: Building Whonix Templates
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue