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,10 +1,12 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/development-workflow/ permalink: /doc/development-workflow/
redirect_from: redirect_from:
- /en/doc/development-workflow/ - /en/doc/development-workflow/
- /doc/DevelopmentWorkflow/ - /doc/DevelopmentWorkflow/
- /wiki/DevelopmentWorkflow/ - /wiki/DevelopmentWorkflow/
ref: 66
title: Development Workflow title: Development Workflow
--- ---

View File

@ -1,10 +1,12 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/qubes-builder-details/ permalink: /doc/qubes-builder-details/
redirect_from: redirect_from:
- /en/doc/qubes-builder-details/ - /en/doc/qubes-builder-details/
- /doc/QubesBuilderDetails/ - /doc/QubesBuilderDetails/
- /wiki/QubesBuilderDetails/ - /wiki/QubesBuilderDetails/
ref: 65
title: Qubes Builder Details title: Qubes Builder Details
--- ---

View File

@ -1,10 +1,12 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/qubes-builder/ permalink: /doc/qubes-builder/
redirect_from: redirect_from:
- /en/doc/qubes-builder/ - /en/doc/qubes-builder/
- /doc/QubesBuilder/ - /doc/QubesBuilder/
- /wiki/QubesBuilder/ - /wiki/QubesBuilder/
ref: 64
title: Qubes Builder title: Qubes Builder
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/qubes-iso-building/ permalink: /doc/qubes-iso-building/
redirect_from: redirect_from:
@ -7,6 +8,7 @@ redirect_from:
- /en/doc/qubes-iso-building/ - /en/doc/qubes-iso-building/
- /doc/QubesR3Building/ - /doc/QubesR3Building/
- /wiki/QubesR3Building/ - /wiki/QubesR3Building/
ref: 63
title: Qubes ISO Building title: Qubes ISO Building
--- ---

View File

@ -1,6 +1,8 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/code-signing/ permalink: /doc/code-signing/
ref: 51
title: Code Signing title: Code Signing
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/coding-style/ permalink: /doc/coding-style/
redirect_from: redirect_from:
@ -6,6 +7,7 @@ redirect_from:
- /doc/CodingStyle/ - /doc/CodingStyle/
- /wiki/CodingStyle/ - /wiki/CodingStyle/
- /trac/wiki/CodingStyle/ - /trac/wiki/CodingStyle/
ref: 53
title: Coding Style title: Coding Style
--- ---

View File

@ -1,10 +1,12 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/license/ permalink: /doc/license/
redirect_from: redirect_from:
- /en/doc/license/ - /en/doc/license/
- /doc/QubesLicensing/ - /doc/QubesLicensing/
- /wiki/QubesLicensing/ - /wiki/QubesLicensing/
ref: 52
title: License title: License
--- ---

View File

@ -1,10 +1,12 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/source-code/ permalink: /doc/source-code/
redirect_from: redirect_from:
- /en/doc/source-code/ - /en/doc/source-code/
- /doc/SourceCode/ - /doc/SourceCode/
- /wiki/SourceCode/ - /wiki/SourceCode/
ref: 54
title: Source Code title: Source Code
--- ---

View File

@ -1,9 +1,11 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/automated-tests/ permalink: /doc/automated-tests/
redirect_from: redirect_from:
- /en/doc/automated-tests/ - /en/doc/automated-tests/
- /doc/AutomatedTests/ - /doc/AutomatedTests/
ref: 45
title: Automated Tests title: Automated Tests
--- ---

View File

@ -1,6 +1,8 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/mount-lvm-image/ permalink: /doc/mount-lvm-image/
ref: 46
title: Mount LVM image title: Mount LVM image
--- ---

View File

@ -1,10 +1,12 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/profiling/ permalink: /doc/profiling/
redirect_from: redirect_from:
- /en/doc/profiling/ - /en/doc/profiling/
- /doc/Profiling/ - /doc/Profiling/
- /wiki/Profiling/ - /wiki/Profiling/
ref: 48
title: Profiling title: Profiling
--- ---

View File

@ -1,8 +1,10 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/safe-remote-ttys/ permalink: /doc/safe-remote-ttys/
redirect_from: redirect_from:
- /en/doc/safe-remote-ttys/ - /en/doc/safe-remote-ttys/
ref: 49
title: Safe Remote Dom0 Terminals title: Safe Remote Dom0 Terminals
--- ---

View File

@ -1,10 +1,12 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/test-bench/ permalink: /doc/test-bench/
redirect_from: redirect_from:
- /en/doc/test-bench/ - /en/doc/test-bench/
- /doc/TestBench/ - /doc/TestBench/
- /wiki/TestBench/ - /wiki/TestBench/
ref: 44
title: Test Bench title: Test Bench
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/vm-interface/ permalink: /doc/vm-interface/
redirect_from: redirect_from:
@ -6,6 +7,7 @@ redirect_from:
- /doc/VMInterface/ - /doc/VMInterface/
- /doc/SystemDoc/VMInterface/ - /doc/SystemDoc/VMInterface/
- /wiki/SystemDoc/VMInterface/ - /wiki/SystemDoc/VMInterface/
ref: 47
title: VM Configuration Interface title: VM Configuration Interface
--- ---

View File

@ -1,10 +1,12 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/windows-debugging/ permalink: /doc/windows-debugging/
redirect_from: redirect_from:
- /en/doc/windows-debugging/ - /en/doc/windows-debugging/
- /doc/WindowsDebugging/ - /doc/WindowsDebugging/
- /wiki/WindowsDebugging/ - /wiki/WindowsDebugging/
ref: 50
title: Windows Debugging title: Windows Debugging
--- ---

View File

@ -1,10 +1,12 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/devel-books/ permalink: /doc/devel-books/
redirect_from: redirect_from:
- /en/doc/devel-books/ - /en/doc/devel-books/
- /doc/DevelBooks/ - /doc/DevelBooks/
- /wiki/DevelBooks/ - /wiki/DevelBooks/
ref: 32
title: Developer Books title: Developer Books
--- ---

View File

@ -1,10 +1,12 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/doc-guidelines/ permalink: /doc/doc-guidelines/
redirect_from: redirect_from:
- /en/doc/doc-guidelines/ - /en/doc/doc-guidelines/
- /wiki/DocStyle/ - /wiki/DocStyle/
- /doc/DocStyle/ - /doc/DocStyle/
ref: 30
title: Documentation Guidelines title: Documentation Guidelines
--- ---

View File

@ -1,7 +1,9 @@
--- ---
lang: en
layout: sidebar layout: sidebar
permalink: /gsoc/ permalink: /gsoc/
redirect_from: /GSoC/ redirect_from: /GSoC/
ref: 33
title: Google Summer of Code title: Google Summer of Code
--- ---

View File

@ -1,6 +1,8 @@
--- ---
lang: en
layout: sidebar layout: sidebar
permalink: /gsod/ permalink: /gsod/
ref: 28
title: Google Season of Docs title: Google Season of Docs
--- ---

View File

@ -1,6 +1,8 @@
--- ---
lang: en
layout: sidebar layout: sidebar
permalink: /join/ permalink: /join/
ref: 26
title: Join title: Join
--- ---

View File

@ -1,6 +1,8 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/package-contributions/ permalink: /doc/package-contributions/
ref: 29
title: Package Contributions title: Package Contributions
--- ---

View File

@ -1,5 +1,7 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/style-guide/ permalink: /doc/style-guide/
ref: 27
title: Style-guide title: Style-guide
--- ---

View File

@ -1,6 +1,8 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/usability-ux/ permalink: /doc/usability-ux/
ref: 31
title: Usability & UX title: Usability & UX
--- ---

View File

@ -1,8 +1,10 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/releases/1.0/release-notes/ permalink: /doc/releases/1.0/release-notes/
redirect_from: redirect_from:
- /en/doc/releases/1.0/release-notes/ - /en/doc/releases/1.0/release-notes/
ref: 18
title: Qubes R1.0 Release Notes title: Qubes R1.0 Release Notes
--- ---

View File

@ -1,8 +1,10 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/releases/2.0/release-notes/ permalink: /doc/releases/2.0/release-notes/
redirect_from: redirect_from:
- /en/doc/releases/2.0/release-notes/ - /en/doc/releases/2.0/release-notes/
ref: 25
title: Qubes R2.0 Release Notes title: Qubes R2.0 Release Notes
--- ---

View File

@ -1,8 +1,10 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/releases/3.0/release-notes/ permalink: /doc/releases/3.0/release-notes/
redirect_from: redirect_from:
- /en/doc/releases/3.0/release-notes/ - /en/doc/releases/3.0/release-notes/
ref: 19
title: Qubes R3.0 Release Notes title: Qubes R3.0 Release Notes
--- ---

View File

@ -1,8 +1,10 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/releases/3.0/schedule/ permalink: /doc/releases/3.0/schedule/
redirect_from: redirect_from:
- /en/doc/releases/3.0/schedule/ - /en/doc/releases/3.0/schedule/
ref: 20
title: Qubes R3.0 Release Schedule title: Qubes R3.0 Release Schedule
--- ---

View File

@ -1,6 +1,8 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/releases/3.1/release-notes/ permalink: /doc/releases/3.1/release-notes/
ref: 16
title: Qubes R3.1 release notes title: Qubes R3.1 release notes
--- ---

View File

@ -1,8 +1,10 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/releases/3.1/schedule/ permalink: /doc/releases/3.1/schedule/
redirect_from: redirect_from:
- /en/doc/releases/3.1/schedule/ - /en/doc/releases/3.1/schedule/
ref: 17
title: Qubes R3.1 Release Schedule title: Qubes R3.1 Release Schedule
--- ---

View File

@ -1,6 +1,8 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/releases/3.2/release-notes/ permalink: /doc/releases/3.2/release-notes/
ref: 21
title: Qubes R3.2 release notes title: Qubes R3.2 release notes
--- ---

View File

@ -1,8 +1,10 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/releases/3.2/schedule/ permalink: /doc/releases/3.2/schedule/
redirect_from: redirect_from:
- /en/doc/releases/3.2/schedule/ - /en/doc/releases/3.2/schedule/
ref: 22
title: Qubes R3.2 Release Schedule title: Qubes R3.2 Release Schedule
--- ---

View File

@ -1,6 +1,8 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/releases/4.0/release-notes/ permalink: /doc/releases/4.0/release-notes/
ref: 23
title: Qubes R4.0 release notes title: Qubes R4.0 release notes
--- ---

View File

@ -1,8 +1,10 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/releases/4.0/schedule/ permalink: /doc/releases/4.0/schedule/
redirect_from: redirect_from:
- /en/doc/releases/4.0/schedule/ - /en/doc/releases/4.0/schedule/
ref: 24
title: Qubes R4.0 Release Schedule title: Qubes R4.0 Release Schedule
--- ---

View File

@ -1,6 +1,8 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/releases/notes/ permalink: /doc/releases/notes/
ref: 13
title: Release Notes title: Release Notes
--- ---

View File

@ -1,6 +1,8 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/releases/schedules/ permalink: /doc/releases/schedules/
ref: 15
title: Release Schedules title: Release Schedules
--- ---

View File

@ -1,8 +1,10 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/releases/todo/ permalink: /doc/releases/todo/
redirect_from: redirect_from:
- /en/doc/releases/todo/ - /en/doc/releases/todo/
ref: 14
title: Release Checklist title: Release Checklist
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc-full layout: doc-full
permalink: /doc/admin-api/ permalink: /doc/admin-api/
redirect_from: redirect_from:
@ -6,6 +7,7 @@ redirect_from:
- /doc/mgmt1/ - /doc/mgmt1/
- /doc/mgmt-architecture/ - /doc/mgmt-architecture/
- /doc/admin-api-architecture/ - /doc/admin-api-architecture/
ref: 36
title: Admin API title: Admin API
--- ---

View File

@ -1,10 +1,12 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/dom0-secure-updates/ permalink: /doc/dom0-secure-updates/
redirect_from: redirect_from:
- /en/doc/dom0-secure-updates/ - /en/doc/dom0-secure-updates/
- /doc/Dom0SecureUpdates/ - /doc/Dom0SecureUpdates/
- /wiki/Dom0SecureUpdates/ - /wiki/Dom0SecureUpdates/
ref: 43
title: Dom0 Secure Updates title: Dom0 Secure Updates
--- ---

View File

@ -1,10 +1,12 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/dvm-impl/ permalink: /doc/dvm-impl/
redirect_from: redirect_from:
- /en/doc/dvm-impl/ - /en/doc/dvm-impl/
- /doc/DVMimpl/ - /doc/DVMimpl/
- /wiki/DVMimpl/ - /wiki/DVMimpl/
ref: 34
title: DVMimpl title: DVMimpl
--- ---

View File

@ -1,10 +1,12 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/qfilecopy/ permalink: /doc/qfilecopy/
redirect_from: redirect_from:
- /en/doc/qfilecopy/ - /en/doc/qfilecopy/
- /doc/Qfilecopy/ - /doc/Qfilecopy/
- /wiki/Qfilecopy/ - /wiki/Qfilecopy/
ref: 35
title: Qfilecopy title: Qfilecopy
--- ---

View File

@ -1,10 +1,12 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/qfileexchgd/ permalink: /doc/qfileexchgd/
redirect_from: redirect_from:
- /en/doc/qfileexchgd/ - /en/doc/qfileexchgd/
- /doc/Qfileexchgd/ - /doc/Qfileexchgd/
- /wiki/Qfileexchgd/ - /wiki/Qfileexchgd/
ref: 40
title: Qfileexchgd title: Qfileexchgd
--- ---

View File

@ -1,10 +1,12 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/qmemman/ permalink: /doc/qmemman/
redirect_from: redirect_from:
- /en/doc/qmemman/ - /en/doc/qmemman/
- /doc/Qmemman/ - /doc/Qmemman/
- /wiki/Qmemman/ - /wiki/Qmemman/
ref: 41
title: Qmemman title: Qmemman
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/qrexec-internals/ permalink: /doc/qrexec-internals/
redirect_from: redirect_from:
@ -6,6 +7,7 @@ redirect_from:
- /en/doc/qrexec3-implementation/ - /en/doc/qrexec3-implementation/
- /doc/Qrexec3Implementation/ - /doc/Qrexec3Implementation/
- /wiki/Qrexec3Implementation/ - /wiki/Qrexec3Implementation/
ref: 39
title: 'Qrexec: Qubes RPC internals' title: 'Qrexec: Qubes RPC internals'
--- ---

View File

@ -1,6 +1,8 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/qrexec-socket-services/ permalink: /doc/qrexec-socket-services/
ref: 42
title: 'Qrexec: Socket-based services' title: 'Qrexec: Socket-based services'
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/qrexec/ permalink: /doc/qrexec/
redirect_from: redirect_from:
@ -9,6 +10,7 @@ redirect_from:
- /en/doc/qrexec/ - /en/doc/qrexec/
- /doc/Qrexec/ - /doc/Qrexec/
- /wiki/Qrexec/ - /wiki/Qrexec/
ref: 37
title: 'Qrexec: secure communication across domains' title: 'Qrexec: secure communication across domains'
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/qrexec2/ permalink: /doc/qrexec2/
redirect_from: redirect_from:
@ -6,6 +7,7 @@ redirect_from:
- /en/doc/qrexec2-implementation/ - /en/doc/qrexec2-implementation/
- /doc/Qrexec2Implementation/ - /doc/Qrexec2Implementation/
- /wiki/Qrexec2Implementation/ - /wiki/Qrexec2Implementation/
ref: 38
title: Qrexec2 title: Qrexec2
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/architecture/ permalink: /doc/architecture/
redirect_from: redirect_from:
@ -6,6 +7,7 @@ redirect_from:
- /en/doc/qubes-architecture/ - /en/doc/qubes-architecture/
- /doc/QubesArchitecture/ - /doc/QubesArchitecture/
- /wiki/QubesArchitecture/ - /wiki/QubesArchitecture/
ref: 56
title: Architecture title: Architecture
--- ---

View File

@ -1,6 +1,8 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/audio-virtualization/ permalink: /doc/audio-virtualization/
ref: 60
title: Audio Virtualization title: Audio Virtualization
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/gui/ permalink: /doc/gui/
redirect_from: redirect_from:
@ -6,6 +7,7 @@ redirect_from:
- /en/doc/gui-docs/ - /en/doc/gui-docs/
- /doc/GUIdocs/ - /doc/GUIdocs/
- /wiki/GUIdocs/ - /wiki/GUIdocs/
ref: 61
title: GUI title: GUI
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/networking/ permalink: /doc/networking/
redirect_from: redirect_from:
@ -6,6 +7,7 @@ redirect_from:
- /en/doc/qubes-net/ - /en/doc/qubes-net/
- /doc/QubesNet/ - /doc/QubesNet/
- /wiki/QubesNet/ - /wiki/QubesNet/
ref: 59
title: Networking title: Networking
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/security-critical-code/ permalink: /doc/security-critical-code/
redirect_from: redirect_from:
@ -6,6 +7,7 @@ redirect_from:
- /doc/SecurityCriticalCode/ - /doc/SecurityCriticalCode/
- /wiki/SecurityCriticalCode/ - /wiki/SecurityCriticalCode/
- /trac/wiki/SecurityCriticalCode/ - /trac/wiki/SecurityCriticalCode/
ref: 55
title: Security-critical Code title: Security-critical Code
--- ---

View File

@ -1,6 +1,8 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/storage-pools/ permalink: /doc/storage-pools/
ref: 57
title: Storage Pools title: Storage Pools
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/system-doc/ permalink: /doc/system-doc/
redirect_from: redirect_from:
@ -7,5 +8,6 @@ redirect_from:
- /wiki/SystemDoc/ - /wiki/SystemDoc/
redirect_to: redirect_to:
- /doc/#developer-documentation - /doc/#developer-documentation
ref: 62
title: System Documentation title: System Documentation
--- ---

View File

@ -1,10 +1,12 @@
--- ---
lang: en
layout: doc layout: doc
permalink: /doc/template-implementation/ permalink: /doc/template-implementation/
redirect_from: redirect_from:
- /en/doc/template-implementation/ - /en/doc/template-implementation/
- /doc/TemplateImplementation/ - /doc/TemplateImplementation/
- /wiki/TemplateImplementation/ - /wiki/TemplateImplementation/
ref: 58
title: Template Implementation title: Template Implementation
--- ---

2
doc.md
View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc-index layout: doc-index
permalink: /doc/ permalink: /doc/
redirect_from: redirect_from:
@ -11,5 +12,6 @@ redirect_from:
- /en/help/ - /en/help/
- /en/community/ - /en/community/
- /community/ - /community/
ref: 12
title: Documentation title: Documentation
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/building-archlinux-template/ - /doc/building-archlinux-template/
@ -6,5 +7,6 @@ redirect_from:
- /doc/BuildingArchlinuxTemplate/ - /doc/BuildingArchlinuxTemplate/
- /wiki/BuildingArchlinuxTemplate/ - /wiki/BuildingArchlinuxTemplate/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-archlinux-template.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-archlinux-template.md
ref: 116
title: Building Archlinux Template title: Building Archlinux Template
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/building-non-fedora-template/ - /doc/building-non-fedora-template/
@ -6,5 +7,7 @@ redirect_from:
- /doc/BuildingNonFedoraTemplate/ - /doc/BuildingNonFedoraTemplate/
- /wiki/BuildingNonFedoraTemplate/ - /wiki/BuildingNonFedoraTemplate/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-non-fedora-template.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-non-fedora-template.md
ref: 117
title: Building Non-Fedora Template title: Building Non-Fedora Template
--- ---

View File

@ -1,8 +1,10 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/building-whonix-template/ - /doc/building-whonix-template/
- /en/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 redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-whonix-template.md
ref: 115
title: Building Whonix Templates title: Building Whonix Templates
--- ---

View File

@ -1,7 +1,9 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/change-time-zone/ - /doc/change-time-zone/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/change-time-zone.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/change-time-zone.md
ref: 109
title: Changing your Time Zone title: Changing your Time Zone
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/disk-trim/ - /doc/disk-trim/
@ -6,5 +7,6 @@ redirect_from:
- /doc/DiskTRIM/ - /doc/DiskTRIM/
- /wiki/DiskTRIM/ - /wiki/DiskTRIM/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/disk-trim.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/disk-trim.md
ref: 104
title: Disk TRIM title: Disk TRIM
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/external-audio/ - /doc/external-audio/
@ -6,5 +7,6 @@ redirect_from:
- /doc/ExternalAudio/ - /doc/ExternalAudio/
- /wiki/ExternalAudio/ - /wiki/ExternalAudio/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/external-audio.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/external-audio.md
ref: 100
title: External Audio title: External Audio
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/fetchmail/ - /doc/fetchmail/
@ -6,5 +7,6 @@ redirect_from:
- /doc/Fetchmail/ - /doc/Fetchmail/
- /wiki/Fetchmail/ - /wiki/Fetchmail/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/fetchmail.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/fetchmail.md
ref: 114
title: Fetchmail title: Fetchmail
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/install-nvidia-driver/ - /doc/install-nvidia-driver/
@ -6,5 +7,6 @@ redirect_from:
- /doc/InstallNvidiaDriver/ - /doc/InstallNvidiaDriver/
- /wiki/InstallNvidiaDriver/ - /wiki/InstallNvidiaDriver/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/install-nvidia-driver.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/install-nvidia-driver.md
ref: 96
title: How to Install an Nvidia Driver title: How to Install an Nvidia Driver
--- ---

View File

@ -1,7 +1,9 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/multiboot.md - https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/multiboot.md
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/multiboot.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/multiboot.md
ref: 112
title: Multibooting title: Multibooting
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/multimedia/ - /doc/multimedia/
@ -6,5 +7,6 @@ redirect_from:
- /doc/Multimedia/ - /doc/Multimedia/
- /wiki/Multimedia/ - /wiki/Multimedia/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/multimedia.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/multimedia.md
ref: 105
title: How to Make a Multimedia TemplateVM title: How to Make a Multimedia TemplateVM
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/mutt/ - /doc/mutt/
@ -6,5 +7,6 @@ redirect_from:
- /doc/Mutt/ - /doc/Mutt/
- /wiki/Mutt/ - /wiki/Mutt/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/mutt.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/mutt.md
ref: 106
title: Mutt title: Mutt
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/network-bridge-support/ - /doc/network-bridge-support/
@ -6,5 +7,6 @@ redirect_from:
- /doc/NetworkBridgeSupport/ - /doc/NetworkBridgeSupport/
- /wiki/NetworkBridgeSupport/ - /wiki/NetworkBridgeSupport/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/network-bridge-support.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/network-bridge-support.md
ref: 113
title: Network Bridge Support title: Network Bridge Support
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/network-printer/ - /doc/network-printer/
@ -6,5 +7,6 @@ redirect_from:
- /doc/NetworkPrinter/ - /doc/NetworkPrinter/
- /wiki/NetworkPrinter/ - /wiki/NetworkPrinter/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/network-printer.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/network-printer.md
ref: 108
title: Network Printer title: Network Printer
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/postfix/ - /doc/postfix/
@ -6,5 +7,6 @@ redirect_from:
- /doc/Postfix/ - /doc/Postfix/
- /wiki/Postfix/ - /wiki/Postfix/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/postfix.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/postfix.md
ref: 107
title: Postfix title: Postfix
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/rxvt/ - /doc/rxvt/
@ -6,5 +7,6 @@ redirect_from:
- /doc/Rxvt/ - /doc/Rxvt/
- /wiki/Rxvt/ - /wiki/Rxvt/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/rxvt.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/rxvt.md
ref: 103
title: Rxvt title: Rxvt
--- ---

View File

@ -1,7 +1,9 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/tips-and-tricks/ - /doc/tips-and-tricks/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/tips-and-tricks.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/tips-and-tricks.md
ref: 110
title: Tips and Tricks title: Tips and Tricks
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/vpn/ - /doc/vpn/
@ -7,5 +8,6 @@ redirect_from:
- /doc/VPN/ - /doc/VPN/
- /wiki/VPN/ - /wiki/VPN/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/vpn.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/vpn.md
ref: 102
title: VPN title: VPN
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/w3m/ - /doc/w3m/
@ -6,5 +7,6 @@ redirect_from:
- /doc/W3m/ - /doc/W3m/
- /wiki/W3m/ - /wiki/W3m/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/w3m.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/w3m.md
ref: 101
title: Reducing the fingerprint of the text-based web browser w3m title: Reducing the fingerprint of the text-based web browser w3m
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/zfs/ - /doc/zfs/
@ -6,5 +7,6 @@ redirect_from:
- /doc/ZFS/ - /doc/ZFS/
- /wiki/ZFS/ - /wiki/ZFS/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/zfs.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/zfs.md
ref: 111
title: ZFS title: ZFS
--- ---

View File

@ -1,7 +1,9 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/dark-theme/ - /doc/dark-theme/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/dark-theme.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/dark-theme.md
ref: 74
title: Dark Theme in Dom0 and DomU title: Dark Theme in Dom0 and DomU
--- ---

View File

@ -1,6 +1,8 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: /en/doc/fedora-minimal-template-customization/ redirect_from: /en/doc/fedora-minimal-template-customization/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/fedora-minimal-template-customization.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/fedora-minimal-template-customization.md
ref: 76
title: Fedora Minimal Template Customization title: Fedora Minimal Template Customization
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/language-localization/ - /doc/language-localization/
@ -6,5 +7,6 @@ redirect_from:
- /doc/LanguageLocalization/ - /doc/LanguageLocalization/
- /wiki/LanguageLocalization/ - /wiki/LanguageLocalization/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/language-localization.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/language-localization.md
ref: 73
title: Language Localization title: Language Localization
--- ---

View File

@ -1,7 +1,9 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/removing-templatevm-packages/ - /doc/removing-templatevm-packages/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/removing-templatevm-packages.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/removing-templatevm-packages.md
ref: 75
title: Removing TemplateVM Packages title: Removing TemplateVM Packages
--- ---

View File

@ -1,6 +1,9 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: /en/doc/windows-template-customization/ redirect_from:
- /doc/windows-template-customization/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/windows-template-customization.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/windows-template-customization.md
ref: 72
title: Windows Template Customization title: Windows Template Customization
--- ---

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,8 +1,10 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/anonymizing-your-mac-address/ - /doc/anonymizing-your-mac-address/
- /doc/randomizing-your-mac-address/ - /doc/randomizing-your-mac-address/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/anonymizing-your-mac-address.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/anonymizing-your-mac-address.md
ref: 67
title: Anonymizing your MAC Address title: Anonymizing your MAC Address
--- ---

View File

@ -1,7 +1,9 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/signal/ - /doc/signal/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/signal.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/signal.md
ref: 70
title: Signal title: Signal
--- ---

View File

@ -1,8 +1,10 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/tails/ - /doc/tails/
- /doc/running-tails - /doc/running-tails
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/tails.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/tails.md
ref: 71
title: Running Tails in Qubes title: Running Tails in Qubes
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/torvm/ - /doc/torvm/
@ -8,5 +9,6 @@ redirect_from:
- /doc/UserDoc/TorVM/ - /doc/UserDoc/TorVM/
- /wiki/UserDoc/TorVM/ - /wiki/UserDoc/TorVM/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/torvm.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/torvm.md
ref: 68
title: TorVM title: TorVM
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/whonix/ - /doc/whonix/
@ -16,5 +17,6 @@ redirect_from:
- /doc/whonix/update/ - /doc/whonix/update/
- /doc/privacy/updating-whonix/ - /doc/privacy/updating-whonix/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/whonix.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/whonix.md
ref: 69
title: Whonix for Privacy & Anonymity title: Whonix for Privacy & Anonymity
--- ---

View File

@ -1,9 +1,11 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/multifactor-authentication/ - /doc/multifactor-authentication/
- /en/doc/multifactor-authentication/ - /en/doc/multifactor-authentication/
- /doc/Multi-factorAuthentication/ - /doc/Multi-factorAuthentication/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/multifactor-authentication.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/multifactor-authentication.md
ref: 78
title: Multifactor Authentication title: Multifactor Authentication
--- ---

View File

@ -1,4 +1,5 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/security-guidelines/ - /doc/security-guidelines/
@ -6,5 +7,6 @@ redirect_from:
- /doc/SecurityGuidelines/ - /doc/SecurityGuidelines/
- /wiki/SecurityGuidelines/ - /wiki/SecurityGuidelines/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/security-guidelines.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/security-guidelines.md
ref: 79
title: Security Guidelines title: Security Guidelines
--- ---

View File

@ -1,7 +1,9 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/split-bitcoin/ - /doc/split-bitcoin/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/split-bitcoin.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/split-bitcoin.md
ref: 77
title: Split Bitcoin title: Split Bitcoin
--- ---

View File

@ -1,7 +1,9 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/application-troubleshooting/ - /doc/application-troubleshooting/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/application-troubleshooting.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/application-troubleshooting.md
ref: 236
title: Application Troubleshooting title: Application Troubleshooting
--- ---

View File

@ -1,7 +1,9 @@
--- ---
lang: en
layout: doc layout: doc
redirect_from: redirect_from:
- /doc/intel-igfx-troubleshooting/ - /doc/intel-igfx-troubleshooting/
redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/intel-igfx-troubleshooting.md redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/intel-igfx-troubleshooting.md
ref: 90
title: Intel Integrated Graphics Troubleshooting title: Intel Integrated Graphics Troubleshooting
--- ---

Some files were not shown because too many files have changed in this diff Show More