mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-06 21:54:16 -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
|
||||
permalink: /doc/architecture/
|
||||
redirect_from:
|
||||
|
@ -6,6 +7,7 @@ redirect_from:
|
|||
- /en/doc/qubes-architecture/
|
||||
- /doc/QubesArchitecture/
|
||||
- /wiki/QubesArchitecture/
|
||||
ref: 56
|
||||
title: Architecture
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
lang: en
|
||||
layout: doc
|
||||
permalink: /doc/audio-virtualization/
|
||||
ref: 60
|
||||
title: Audio Virtualization
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
lang: en
|
||||
layout: doc
|
||||
permalink: /doc/storage-pools/
|
||||
ref: 57
|
||||
title: Storage Pools
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue