mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-06-01 13:04:27 -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,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
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue