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", "name": "Reactive Resume",
"favicon": "/favicon.svg", "favicon": "/favicon.svg",
"description": "A privacy-minded resume builder that is customizable, portable, open-source, and free to use.", "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": { "seo": {
"indexing": "navigable", "indexing": "navigable",
"metatags": { "metatags": {
@@ -33,7 +43,7 @@
{ {
"group": "Getting Started", "group": "Getting Started",
"pages": [ "pages": [
"getting-started/index", "getting-started",
"getting-started/quickstart", "getting-started/quickstart",
"guides/checking-service-status", "guides/checking-service-status",
"guides/accessing-the-previous-version" "guides/accessing-the-previous-version"
+1 -1
View File
@@ -13,7 +13,7 @@ Reactive Resume is a free resume builder for creating resumes in a browser, choo
- Export your resume as a PDF. - Export your resume as a PDF.
- Share a public resume URL with recruiters, hiring managers, or collaborators. - Share a public resume URL with recruiters, hiring managers, or collaborators.
Start with [Introduction](/getting-started/index) for the product overview or follow the [Quickstart](/getting-started/quickstart) to create your first resume on [rxresu.me](https://rxresu.me). Start with [Introduction](/getting-started) for the product overview or follow the [Quickstart](/getting-started/quickstart) to create your first resume on [rxresu.me](https://rxresu.me).
## Builder workflow ## Builder workflow
@@ -17,7 +17,7 @@ Reactive Resume includes a browser-based builder, resume templates, PDF export,
Helpful starting points: Helpful starting points:
- [Introduction](/getting-started/index) - [Introduction](/getting-started)
- [Quickstart](/getting-started/quickstart) - [Quickstart](/getting-started/quickstart)
- [Creating your first resume](/guides/creating-your-first-resume) - [Creating your first resume](/guides/creating-your-first-resume)
- [Managing resumes from the dashboard](/guides/managing-resumes-from-the-dashboard) - [Managing resumes from the dashboard](/guides/managing-resumes-from-the-dashboard)