Skip to content

Commit 4efd44c

Browse files
committed
sitemap: remove common-errors.html entry
Signed-off-by: ravindu644 <droidcasts@protonmail.com>
1 parent a08a01c commit 4efd44c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/build-docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ def generate_sitemap(root):
11001100
'installation-android': 0.9, 'installation-linux': 0.8,
11011101
'features': 0.7, 'gpu-acceleration': 0.7, 'kernel-configuration': 0.7,
11021102
'usage-android-app': 0.7, 'linux-cli': 0.7, 'cool-things-you-can-do': 0.6,
1103-
'common-errors': 0.6, 'troubleshooting': 0.6, 'community-supported-devices': 0.5,
1103+
'troubleshooting': 0.6, 'community-supported-devices': 0.5,
11041104
'nix-nixos': 0.5, 'uninstallation': 0.5,
11051105
}
11061106
urls = [(loc, pri) for fname, (loc, pri) in priorities.items()]

0 commit comments

Comments
 (0)