bazzite/docs/url_overrides.yml
Zeglius 73ebc95f8b
docs: Transcribe docs to github (#1602)
* docs: Add new transcribe script

* chore(docs): Add usage help to transcribe.py

* chore(docs): Add file argument requirement to transcribe.py

* chore(docs): Move transcribe.py usage example to bottom

* chore(docs): Replace transcribe.py stdout separator with tab

* chore(docs): Major optimizations for fetch_discourse_md.py

Now is 2x faster

* chore(docs): Add docs build benchmark script

* chore(docs): Separate url mappings in its own yaml file

* chore(docs): Remove outdated fetch_discourse_md.py docs

* chore(docs): Apply default empty url_mapping if url_overrides.yml is not pressent

* chore(docs): Add log message to cmdrun.py when url_overrides.yml is not found

* chore(docs): Exclude leftover heading from raw markdown

* docs: Transcribe docs to github

* docs: Fix distrobox package managers table

* docs: Format distrobox article

Decrease headings hierarchy across all the article

* docs: Remove duplicate automounting guides
2024-09-03 19:55:40 +00:00

56 lines
3.7 KiB
YAML

#########################################################################
# #
# To deactivate mappings, simply rename this file prefixed with a dot. #
# Ex.: .url_overrides.yml #
# #
#########################################################################
# region GENERAL
# src/index.md
"https://universal-blue.discourse.group/docs?topic=561": "/"
# src/General/reporting_bugs.md
"https://universal-blue.discourse.group/docs?topic=3402": "/General/reporting_bugs"
# region INSTALLATION GUIDE
# src/General/Installation_Guide/Installing_Bazzite_for_HTPC_Setups.md
"https://universal-blue.discourse.group/docs?topic=1145": "/General/Installation_Guide/Installing_Bazzite_for_HTPC_Setups/"
# src/General/Installation_Guide/index.md
"https://universal-blue.discourse.group/docs?topic=35": "/Installing_and_Managing_Software/"
# src/General/Installation_Guide/dual_boot_setup_guide.md
"https://universal-blue.discourse.group/docs?topic=2743": "/General/Installation_Guide/dual_boot_setup_guide/"
# src/General/Installation_Guide/secure_boot.md
"https://universal-blue.discourse.group/docs?topic=2742": "/General/Installation_Guide/secure_boot"
# src/General/Installation_Guide/troubleshoot_guide.md
"https://universal-blue.discourse.group/docs?topic=2495": "/General/Installation_Guide/troubleshoot_guide/"
# endregion INSTALLATION GUIDE
# endregion GENERAL
# region SOFTWARE
# src/Installing_and_Managing_Software/Updates_Rollbacks_&_Rebasing/index.md
"https://universal-blue.discourse.group/docs?topic=36": "/Installing_and_Managing_Software/Updates_Rollbacks_&_Rebasing/"
# src/Installing_and_Managing_Software/Updates_Rollbacks_&_Rebasing/updating_guide.md
"https://universal-blue.discourse.group/docs?topic=2637": "/Installing_and_Managing_Software/Updates_Rollbacks_&_Rebasing/updating_guide/"
# src/Installing_and_Managing_Software/Updates_Rollbacks_&_Rebasing/rolling_back_system_updates.md
"https://universal-blue.discourse.group/docs?topic=2644": "/Installing_and_Managing_Software/Updates_Rollbacks_&_Rebasing/rolling_back_system_updates/"
# src/Installing_and_Managing_Software/Updates_Rollbacks_&_Rebasing/rebase_guide.md
"https://universal-blue.discourse.group/docs?topic=2646": "/Installing_and_Managing_Software/Updates_Rollbacks_&_Rebasing/rebase_guide/"
# src/Installing_and_Managing_Software/Updates_Rollbacks_&_Rebasing/bazzite_rollback_helper.md
"https://universal-blue.discourse.group/docs?topic=2647": "/Installing_and_Managing_Software/Updates_Rollbacks_&_Rebasing/bazzite_rollback_helper/"
# endregion SOFTWARE
# src/Gaming/index.md
"https://universal-blue.discourse.group/docs?topic=31": "/Gaming/"
# region HTPC
# src/Handheld_and_HTPC_edition/Handheld_Wiki/index.md
"https://universal-blue.discourse.group/docs?topic=1038": "/Handheld_and_HTPC_edition/Handheld_Wiki/"
# src/Handheld_and_HTPC_edition/Handheld_Wiki/Steam_Deck.md
"https://universal-blue.discourse.group/docs?topic=1849": "/Handheld_and_HTPC_edition/Handheld_Wiki/Steam_Deck/"
# src/Handheld_and_HTPC_edition/Steam_Gaming_Mode.md
"https://universal-blue.discourse.group/docs?topic=37": "/Handheld_and_HTPC_edition/Steam_Gaming_Mode/"
# endregion HTPC
# region ADVANCED
# src/Advanced/Auto-Mounting_Secondary_Drives.md
"https://universal-blue.discourse.group/docs?topic=970": "/Advanced/Auto-Mounting_Secondary_Drives/"
# src/Advanced/kde-automount-guide.md
"https://universal-blue.discourse.group/docs?topic=3780": "/Advanced/kde-automount-guide/"
# src/Advanced/gnome-disks-automount-guide.md
"https://universal-blue.discourse.group/docs?topic=3781": "/Advanced/gnome-disks-automount-guide/"
# endregion ADVANCED