docs: canonicalize getting started routes

This commit is contained in:
Amruth Pillai
2026-07-28 08:41:53 +02:00
parent bed14a72af
commit a4897c20d7
4 changed files with 13 additions and 3 deletions
+11 -1
View File
@@ -4,6 +4,16 @@
"name": "Reactive Resume",
"favicon": "/favicon.svg",
"description": "A privacy-minded resume builder that is customizable, portable, open-source, and free to use.",
"redirects": [
{
"source": "/getting-started/index",
"destination": "/getting-started"
},
{
"source": "/translation/README",
"destination": "/contributing/translations"
}
],
"seo": {
"indexing": "navigable",
"metatags": {
@@ -33,7 +43,7 @@
{
"group": "Getting Started",
"pages": [
"getting-started/index",
"getting-started",
"getting-started/quickstart",
"guides/checking-service-status",
"guides/accessing-the-previous-version"