Skip to content

Commit 7062887

Browse files
chore: Remove developing/introduction page and make Local Development the landing page (calcom#27492)
* Update docs/mint.json Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> * Delete docs/developing/introduction.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> * Add redirects for developing introduction Added redirects for the developing introduction page. * Delete docs/mint.json * Add redirects for developing introduction page * Remove introduction page from Getting Started group --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
1 parent 1ff307b commit 7062887

2 files changed

Lines changed: 7 additions & 30 deletions

File tree

docs/developing/introduction.mdx

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/docs.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
"light": "#d6d6d6",
88
"dark": "#111827"
99
},
10+
"redirects": [
11+
{
12+
"source": "/developing/introduction",
13+
"destination": "/developing"
14+
}
15+
],
1016
"favicon": "/favicon.png",
1117
"navigation": {
1218
"tabs": [
@@ -33,7 +39,6 @@
3339
{
3440
"group": "Getting Started",
3541
"pages": [
36-
"developing/introduction",
3742
"developing/local-development"
3843
]
3944
},
@@ -252,4 +257,4 @@
252257
"linkedin": "https://www.linkedin.com/company/cal-com"
253258
}
254259
}
255-
}
260+
}

0 commit comments

Comments
 (0)