Skip to content

get started button redirection#1436

Closed
steam-bell-92 wants to merge 4 commits intorecodehive:mainfrom
steam-bell-92:main
Closed

get started button redirection#1436
steam-bell-92 wants to merge 4 commits intorecodehive:mainfrom
steam-bell-92:main

Conversation

@steam-bell-92
Copy link
Copy Markdown
Member

Description

This PR redirects get started button to docs and deletes get-started page from codebase

Fixes #1419

Type of Change

  • New feature (e.g., new page, component, or functionality)
  • Bug fix (non-breaking change that fixes an issue)
  • UI/UX improvement (design, layout, or styling updates)
  • Performance optimization (e.g., code splitting, caching)
  • Documentation update (README, contribution guidelines, etc.)
  • Other (please specify):

Changes Made

  • Redirects get started button to docs
  • Deletes get-started page

Checklist

  • My code follows the style guidelines of this project.
  • I have tested my changes across major browsers and devices
  • My changes do not generate new console warnings or errors .
  • I ran npm run build and attached screenshot(s) in this PR.
  • This is already assigned Issue to me, not an unassigned issue.

Copilot AI review requested due to automatic review settings May 6, 2026 17:19
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 6, 2026

@steam-bell-92 is attempting to deploy a commit to the recode Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added in-review The current changes are in review and would need approval and testing before merging level 1 10 points recode this is label for leaderboard labels May 6, 2026
@github-actions github-actions Bot added this to the recode:launch 3.0 milestone May 6, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. The estimated time for response is 5–8 hrs.

In the meantime, please provide all necessary screenshots and make sure you run - npm build run , command and provide a screenshot, a video recording, or an image of the update you made below, which helps speed up the review and assignment. If you have questions, reach out to LinkedIn. Your contributions are highly appreciated!😊

Note: I maintain the repo issue every day twice at 8:00 AM IST and 9:00 PM IST. If your PR goes stale for more than one day, you can tag and comment on this same issue by tagging @sanjay-kv.

We are here to help you on this journey of open source. Consistent 20 contributions are eligible for sponsorship 💰

🎁 check our list of amazing people we sponsored so far: GitHub Sponsorship. ✨

📚Your perks for contribution to this community 👇🏻

  1. Get free Consultation use code recode50 to get free: Mentorship for free.

  2. Get the Ebook for free use code recode at checkout: Data Science cheatsheet for Beginners.

  3. Check out this weekly Newsletter: Sanjay's Newsletter.

If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

✅ Synchronized metadata from Issue #1419:

  • Labels: level 1, recode, in-review
  • Milestone: recode:launch 3.0

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the custom /get-started page and updates the primary “Get Started” CTA to send users to the documentation section instead.

Changes:

  • Deleted the /get-started page implementation and its CSS module.
  • Updated the homepage header “Get Started” button link target to the docs.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/pages/get-started/index.tsx Removed the /get-started page implementation.
src/pages/get-started/styles.module.css Removed styling specific to the deleted /get-started page.
src/components/header/header.tsx Updated the “Get Started” CTA link target to docs.
Comments suppressed due to low confidence (1)

src/components/header/header.tsx:66

  • The header CTA now hardcodes an absolute docs URL via href="https://www.recodehive.com/docs/". Since this is an internal route (docs are served at /docs in docusaurus.config.ts), this will force a full page load and break local/staging deployments that aren’t on www.recodehive.com. Prefer an internal navigation (to="/docs" or to="/docs/").

Also, the /get-started page is deleted in this PR but there are still in-app links pointing to /get-started (e.g., src/theme/Footer/Layout/index.tsx and src/pages/interview-prep/*). Either update those links to the new docs destination or add a redirect (e.g., Docusaurus client redirects) so users don’t hit 404s.

          <Link
            href="https://www.recodehive.com/docs/"
            className="chh__header-content__input--button"
          >
            Get Started
          </Link>

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

✅ Synchronized metadata from Issue #1419:

  • Labels: level 1, recode, in-review
  • Milestone: recode:launch 3.0

@steam-bell-92
Copy link
Copy Markdown
Member Author

Now this PR also fixes #1413

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
recode-website Error Error May 6, 2026 11:51pm

@sanjay-kv
Copy link
Copy Markdown
Member

This has created so many broken links which cause vercel to fail
may just delete the PR and raise 2 PR one for deleting the page and then redirection


09:50:02.058 Running build in Washington, D.C., USA (East) – iad1
09:50:02.059 Build machine configuration: 4 cores, 8 GB
09:50:02.068 Cloning github.com/recodehive/recode-website (Branch: main, Commit: d388977)
09:50:02.069 Skipping build cache, deployment was triggered without cache.
09:50:05.552 Cloning completed: 3.484s
09:50:05.908 Running "vercel build"
09:50:06.536 Vercel CLI 51.6.1
09:50:07.094 Warning: Detected "engines": { "node": ">=18.0" } in your `package.json` that will automatically upgrade when a new major Node.js Version is released. Learn More: https://vercel.link/node-version
09:50:07.114 Installing dependencies...
09:50:34.657 
09:50:34.657 > recodehive@0.0.0 prepare
09:50:34.657 > husky
09:50:34.658 
09:50:34.751 
09:50:34.751 added 1953 packages in 27s
09:50:34.751 
09:50:34.751 559 packages are looking for funding
09:50:34.751   run `npm fund` for details
09:50:34.963 Running "npm run build"
09:50:35.166 
09:50:35.166 > recodehive@0.0.0 build
09:50:35.166 > docusaurus build
09:50:35.166 
09:50:36.342 ◇ injected env (0) from .env // tip: ◈ encrypted .env [www.dotenvx.com]
09:50:36.362 [INFO] [en] Creating an optimized production build...
09:50:36.370 ◇ injected env (0) from .env // tip: ◈ secrets for agents [www.dotenvx.com]
09:50:37.308 [info] [webpackbar] Compiling Client
09:50:37.327 [info] [webpackbar] Compiling Server
09:51:11.396 [success] [webpackbar] Server: Compiled successfully in 34.07s
09:51:39.937 [success] [webpackbar] Client: Compiled successfully in 1.04m
09:51:52.352 
09:51:52.355 [ERROR] Error: Unable to build website for locale en.
09:51:52.355     at tryToBuildLocale (/vercel/path0/node_modules/@docusaurus/core/lib/commands/build/build.js:83:15)
09:51:52.355     at async /vercel/path0/node_modules/@docusaurus/core/lib/commands/build/build.js:35:9
09:51:52.355     ... 4 lines matching cause stack trace ...
09:51:52.355     at async file:///vercel/path0/node_modules/@docusaurus/core/bin/docusaurus.mjs:44:3 {
09:51:52.356   [cause]: Error: Docusaurus found broken links!
09:51:52.356   
09:51:52.356   Please check the pages of your site in the list below, and make sure you don't reference any path that does not exist.
09:51:52.356   Note: it's possible to ignore broken links with the 'onBrokenLinks' Docusaurus configuration, and let the build pass.
09:51:52.356   
09:51:52.356   It looks like some of the broken links we found appear in many pages of your site.
09:51:52.356   Maybe those broken links appear on all pages through your site layout?
09:51:52.356   We recommend that you check your theme configuration for such links (particularly, theme navbar and footer).
09:51:52.356   Frequent broken links are linking to:
09:51:52.356   - /get-started
09:51:52.356   
09:51:52.357   Exhaustive list of all broken links found:
09:51:52.357   - Broken link on source page path = /404.html:
09:51:52.357      -> linking to /get-started
09:51:52.357   - Broken link on source page path = /badges/github-badges:
09:51:52.357      -> linking to /get-started
09:51:52.357   - Broken link on source page path = /blog:
09:51:52.357      -> linking to /get-started
09:51:52.357   - Broken link on source page path = /blog/archive:
09:51:52.357      -> linking to /get-started
09:51:52.357   - Broken link on source page path = /blog/authors:
09:51:52.357      -> linking to /get-started
09:51:52.357   - Broken link on source page path = /blog/authors/aditya-singh-rathore:
09:51:52.357      -> linking to /get-started
09:51:52.358   - Broken link on source page path = /blog/authors/sanjay-kv:
09:51:52.358      -> linking to /get-started
09:51:52.358   - Broken link on source page path = /blog/azure-storage-options:
09:51:52.359      -> linking to /get-started
09:51:52.359   - Broken link on source page path = /blog/deltalake-data-storage:
09:51:52.359      -> linking to /get-started
09:51:52.359   - Broken link on source page path = /blog/fabric-data-engineer:
09:51:52.359      -> linking to /get-started
09:51:52.359   - Broken link on source page path = /blog/git-coding-agent:
09:51:52.359      -> linking to /get-started
09:51:52.359   - Broken link on source page path = /blog/github-cli-agent:
09:51:52.359      -> linking to /get-started
09:51:52.359   - Broken link on source page path = /blog/lakehouse-vs-warehouse:
09:51:52.359      -> linking to /get-started
09:51:52.360   - Broken link on source page path = /blog/microsoft-fabric-explained:
09:51:52.360      -> linking to /get-started
09:51:52.360   - Broken link on source page path = /blog/n8n-workflow-automation:
09:51:52.360      -> linking to /get-started
09:51:52.360   - Broken link on source page path = /blog/netflix-data-engineering:
09:51:52.360      -> linking to /get-started
09:51:52.360   - Broken link on source page path = /blog/open-ai-agent-builder:
09:51:52.360      -> linking to /get-started
09:51:52.360   - Broken link on source page path = /blog/page/2:
09:51:52.360      -> linking to /get-started
09:51:52.360   - Broken link on source page path = /blog/single-sign-on:
09:51:52.361      -> linking to /get-started
09:51:52.361   - Broken link on source page path = /blog/spark-architecture:
09:51:52.361      -> linking to /get-started
09:51:52.361   - Broken link on source page path = /blog/tags:
09:51:52.361      -> linking to /get-started
09:51:52.361   - Broken link on source page path = /blog/tags/adls-gen-2:
09:51:52.363      -> linking to /get-started
09:51:52.363   - Broken link on source page path = /blog/tags/agent-builder:
09:51:52.363      -> linking to /get-started
09:51:52.363   - Broken link on source page path = /blog/tags/agent-kit:
09:51:52.363      -> linking to /get-started
09:51:52.363   - Broken link on source page path = /blog/tags/agentic-ai:
09:51:52.363      -> linking to /get-started
09:51:52.363   - Broken link on source page path = /blog/tags/ai:
09:51:52.363      -> linking to /get-started
09:51:52.363   - Broken link on source page path = /blog/tags/ai-agents:
09:51:52.363      -> linking to /get-started
09:51:52.363   - Broken link on source page path = /blog/tags/ai-automation:
09:51:52.363      -> linking to /get-started
09:51:52.363   - Broken link on source page path = /blog/tags/analytics:
09:51:52.363      -> linking to /get-started
09:51:52.363   - Broken link on source page path = /blog/tags/apache-flink:
09:51:52.363      -> linking to /get-started
09:51:52.363   - Broken link on source page path = /blog/tags/apache-spark:
09:51:52.363      -> linking to /get-started
09:51:52.364   - Broken link on source page path = /blog/tags/api-integration:
09:51:52.364      -> linking to /get-started
09:51:52.364   - Broken link on source page path = /blog/tags/assistant:
09:51:52.364      -> linking to /get-started
09:51:52.364   - Broken link on source page path = /blog/tags/authentication:
09:51:52.364      -> linking to /get-started
09:51:52.364   - Broken link on source page path = /blog/tags/automation:
09:51:52.364      -> linking to /get-started
09:51:52.364   - Broken link on source page path = /blog/tags/avro:
09:51:52.364      -> linking to /get-started
09:51:52.365   - Broken link on source page path = /blog/tags/azure:
09:51:52.365      -> linking to /get-started
09:51:52.365   - Broken link on source page path = /blog/tags/azure-data-lake:
09:51:52.365      -> linking to /get-started
09:51:52.365   - Broken link on source page path = /blog/tags/azure-storage:
09:51:52.365      -> linking to /get-started
09:51:52.365   - Broken link on source page path = /blog/tags/big-data:
09:51:52.365      -> linking to /get-started
09:51:52.365   - Broken link on source page path = /blog/tags/blob-storage:
09:51:52.365      -> linking to /get-started
09:51:52.365   - Broken link on source page path = /blog/tags/cassandra:
09:51:52.365      -> linking to /get-started
09:51:52.365   - Broken link on source page path = /blog/tags/certification:
09:51:52.365      -> linking to /get-started
09:51:52.365   - Broken link on source page path = /blog/tags/cli:
09:51:52.365      -> linking to /get-started
09:51:52.365   - Broken link on source page path = /blog/tags/cloud:
09:51:52.365      -> linking to /get-started
09:51:52.365   - Broken link on source page path = /blog/tags/coding:
09:51:52.366      -> linking to /get-started
09:51:52.366   - Broken link on source page path = /blog/tags/coding-agent:
09:51:52.366      -> linking to /get-started
09:51:52.366   - Broken link on source page path = /blog/tags/copilot:
09:51:52.366      -> linking to /get-started
09:51:52.366   - Broken link on source page path = /blog/tags/data-engineering:
09:51:52.366      -> linking to /get-started
09:51:52.366   - Broken link on source page path = /blog/tags/data-pipeline:
09:51:52.366      -> linking to /get-started
09:51:52.366   - Broken link on source page path = /blog/tags/data-warehouse:
09:51:52.366      -> linking to /get-started
09:51:52.366   - Broken link on source page path = /blog/tags/databricks:
09:51:52.366      -> linking to /get-started
09:51:52.366   - Broken link on source page path = /blog/tags/delta-lake:
09:51:52.366      -> linking to /get-started
09:51:52.366   - Broken link on source page path = /blog/tags/deltalake:
09:51:52.366      -> linking to /get-started
09:51:52.366   - Broken link on source page path = /blog/tags/desgin:
09:51:52.366      -> linking to /get-started
09:51:52.366   - Broken link on source page path = /blog/tags/developer-tools:
09:51:52.366      -> linking to /get-started
09:51:52.366   - Broken link on source page path = /blog/tags/distributed-computing:
09:51:52.366      -> linking to /get-started
09:51:52.367   - Broken link on source page path = /blog/tags/dp-700:
09:51:52.367      -> linking to /get-started
09:51:52.367   - Broken link on source page path = /blog/tags/event-streaming:
09:51:52.367      -> linking to /get-started
09:51:52.367   - Broken link on source page path = /blog/tags/experience:
09:51:52.367      -> linking to /get-started
09:51:52.367   - Broken link on source page path = /blog/tags/fabric:
09:51:52.367      -> linking to /get-started
09:51:52.367   - Broken link on source page path = /blog/tags/file-storage:
09:51:52.367      -> linking to /get-started
09:51:52.367   - Broken link on source page path = /blog/tags/git-hub:
09:51:52.367      -> linking to /get-started
09:51:52.367   - Broken link on source page path = /blog/tags/iceberg:
09:51:52.367      -> linking to /get-started
09:51:52.367   - Broken link on source page path = /blog/tags/identity-provider:
09:51:52.367      -> linking to /get-started
09:51:52.367   - Broken link on source page path = /blog/tags/integration:
09:51:52.367      -> linking to /get-started
09:51:52.367   - Broken link on source page path = /blog/tags/kafka:
09:51:52.367      -> linking to /get-started
09:51:52.367   - Broken link on source page path = /blog/tags/keystone:
09:51:52.367      -> linking to /get-started
09:51:52.367   - Broken link on source page path = /blog/tags/lakehouse:
09:51:52.367      -> linking to /get-started
09:51:52.367   - Broken link on source page path = /blog/tags/machine-learning:
09:51:52.367      -> linking to /get-started
09:51:52.367   - Broken link on source page path = /blog/tags/medallion-architecture:
09:51:52.367      -> linking to /get-started
09:51:52.367   - Broken link on source page path = /blog/tags/microsoft-fabric:
09:51:52.367      -> linking to /get-started
09:51:52.368   - Broken link on source page path = /blog/tags/n-8-n:
09:51:52.368      -> linking to /get-started
09:51:52.368   - Broken link on source page path = /blog/tags/netflix:
09:51:52.368      -> linking to /get-started
09:51:52.368   - Broken link on source page path = /blog/tags/no-code:
09:51:52.368      -> linking to /get-started
09:51:52.368   - Broken link on source page path = /blog/tags/oauth:
09:51:52.368      -> linking to /get-started
09:51:52.368   - Broken link on source page path = /blog/tags/onelake:
09:51:52.368      -> linking to /get-started
09:51:52.368   - Broken link on source page path = /blog/tags/open-ai:
09:51:52.368      -> linking to /get-started
09:51:52.368   - Broken link on source page path = /blog/tags/openid-connect:
09:51:52.368      -> linking to /get-started
09:51:52.368   - Broken link on source page path = /blog/tags/power-bi:
09:51:52.368      -> linking to /get-started
09:51:52.368   - Broken link on source page path = /blog/tags/queue-storage:
09:51:52.368      -> linking to /get-started
09:51:52.368   - Broken link on source page path = /blog/tags/real-time:
09:51:52.369      -> linking to /get-started
09:51:52.369   - Broken link on source page path = /blog/tags/saml:
09:51:52.369      -> linking to /get-started
09:51:52.369   - Broken link on source page path = /blog/tags/security:
09:51:52.369      -> linking to /get-started
09:51:52.369   - Broken link on source page path = /blog/tags/seo:
09:51:52.369      -> linking to /get-started
09:51:52.369   - Broken link on source page path = /blog/tags/single-sign-on:
09:51:52.369      -> linking to /get-started
09:51:52.369   - Broken link on source page path = /blog/tags/snowflake:
09:51:52.369      -> linking to /get-started
09:51:52.369   - Broken link on source page path = /blog/tags/spark:
09:51:52.369      -> linking to /get-started
09:51:52.369   - Broken link on source page path = /blog/tags/spark-architecture:
09:51:52.369      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /blog/tags/sso:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /blog/tags/storage:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /blog/tags/table-storage:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /blog/tags/tech:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /blog/tags/updates:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /blog/tags/ux-designer:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /blog/tags/web:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /blog/tags/workflow-automation:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /blog/ux-ui-design-job:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /blogs/:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /broadcasts/:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /broadcasts/details:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /careers/:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /code-of-conduct/:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /community/:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /community/README:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /contact-us/:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /courses/:
09:51:52.370      -> linking to /get-started
09:51:52.370   - Broken link on source page path = /courses/explore:
09:51:52.370      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /dashboard/:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /ebooks/:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /interview-prep/:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /interview-prep/BehavioralTab:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /License/:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /markdown-page:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /merch/:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /our-sponsors/:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /podcasts/:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /podcasts/details:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /privacy-policy/:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /roadmaps/:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /roadmaps/css:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /roadmaps/html:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /roadmaps/javascript:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /showcase/:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /terms-service/:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /docs/tags:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /docs/tags/analytics:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /docs/tags/args:
09:51:52.371      -> linking to /get-started
09:51:52.371   - Broken link on source page path = /docs/tags/arguments:
09:51:52.371      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/array-in-python:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/attributes:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/b-tree:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/basics:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/best-practices:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/business-intelligence:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/cartesian-product:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/clauses:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/cli:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/clustered-index:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/commands:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/common-table-expressions:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/composite-index:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/concurrency:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/conditional-statements:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/constraints:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/containerization:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/containers:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/contribution:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/control-flow:
09:51:52.372      -> linking to /get-started
09:51:52.372   - Broken link on source page path = /docs/tags/correlated-subquery:
09:51:52.372      -> linking to /get-started
09:51:52.373   - Broken link on source page path = /docs/tags/cross-join:
09:51:52.373      -> linking to /get-started
09:51:52.373   - Broken link on source page path = /docs/tags/cte:
09:51:52.373      -> linking to /get-started
09:51:52.373   - Broken link on source page path = /docs/tags/data-type:
09:51:52.373      -> linking to /get-started
09:51:52.373   - Broken link on source page path = /docs/tags/data-types:
09:51:52.373      -> linking to /get-started
09:51:52.373   - Broken link on source page path = /docs/tags/database:
09:51:52.373      -> linking to /get-started
09:51:52.373   - Broken link on source page path = /docs/tags/database-indexes:
09:51:52.373      -> linking to /get-started
09:51:52.373   - Broken link on source page path = /docs/tags/database-queries:
09:51:52.373      -> linking to /get-started
09:51:52.373   - Broken link on source page path = /docs/tags/def:
09:51:52.373      -> linking to /get-started
09:51:52.373   - Broken link on source page path = /docs/tags/dense-rank:
09:51:52.373      -> linking to /get-started
09:51:52.373   - Broken link on source page path = /docs/tags/development-environment:
09:51:52.373      -> linking to /get-started
09:51:52.373   - Broken link on source page path = /docs/tags/docker:
09:51:52.373      -> linking to /get-started
09:51:52.373   - Broken link on source page path = /docs/tags/docker-build:
09:51:52.373      -> linking to /get-started
09:51:52.373   - Broken link on source page path = /docs/tags/docker-compose:
09:51:52.373      -> linking to /get-started
09:51:52.373   - Broken link on source page path = /docs/tags/docker-desktop:
09:51:52.373      -> linking to /get-started
09:51:52.373   - Broken link on source page path = /docs/tags/docker-run:
09:51:52.373      -> linking to /get-started
09:51:52.373   - Broken link on source page path = /docs/tags/dockerfile:
09:51:52.373      -> linking to /get-started
09:51:52.373   - Broken link on source page path = /docs/tags/document-structure:
09:51:52.373      -> linking to /get-started
09:51:52.375   - Broken link on source page path = /docs/tags/elif:
09:51:52.375      -> linking to /get-started
09:51:52.375   - Broken link on source page path = /docs/tags/else:
09:51:52.375      -> linking to /get-started
09:51:52.375   - Broken link on source page path = /docs/tags/error-handling:
09:51:52.375      -> linking to /get-started
09:51:52.375   - Broken link on source page path = /docs/tags/except:
09:51:52.375      -> linking to /get-started
09:51:52.375   - Broken link on source page path = /docs/tags/exceptions:
09:51:52.375      -> linking to /get-started
09:51:52.375   - Broken link on source page path = /docs/tags/finally:
09:51:52.375      -> linking to /get-started
09:51:52.375   - Broken link on source page path = /docs/tags/for-loop:
09:51:52.375      -> linking to /get-started
09:51:52.375   - Broken link on source page path = /docs/tags/foreign-key:
09:51:52.375      -> linking to /get-started
09:51:52.375   - Broken link on source page path = /docs/tags/fork:
09:51:52.376      -> linking to /get-started
09:51:52.376   - Broken link on source page path = /docs/tags/front-end-development:
09:51:52.376      -> linking to /get-started
09:51:52.376   - Broken link on source page path = /docs/tags/full-join:
09:51:52.376      -> linking to /get-started
09:51:52.376   - Broken link on source page path = /docs/tags/full-outer-join:
09:51:52.376      -> linking to /get-started
09:51:52.376   - Broken link on source page path = /docs/tags/functions:
09:51:52.376      -> linking to /get-started
09:51:52.376   - Broken link on source page path = /docs/tags/git:
09:51:52.376      -> linking to /get-started
09:51:52.376   - Broken link on source page path = /docs/tags/git-cheatsheet:
09:51:52.376      -> linking to /get-started
09:51:52.376   - Broken link on source page path = /docs/tags/git-commands:
09:51:52.376      -> linking to /get-started
09:51:52.376   - Broken link on source page path = /docs/tags/git-hub:
09:51:52.376      -> linking to /get-started
09:51:52.376   - Broken link on source page path = /docs/tags/git-hub-development:
09:51:52.376      -> linking to /get-started
09:51:52.376   - Broken link on source page path = /docs/tags/git-hub-repo:
09:51:52.376      -> linking to /get-started
09:51:52.376   - Broken link on source page path = /docs/tags/git-installation:
09:51:52.376      -> linking to /get-started
09:51:52.376   - Broken link on source page path = /docs/tags/git-lab:
09:51:52.376      -> linking to /get-started
09:51:52.376   - Broken link on source page path = /docs/tags/git-lab-prerequisites:
09:51:52.376      -> linking to /get-started
09:51:52.376   - Broken link on source page path = /docs/tags/github:
09:51:52.376      -> linking to /get-started
09:51:52.376   - Broken link on source page path = /docs/tags/group-by:
09:51:52.376      -> linking to /get-started
09:51:52.376   - Broken link on source page path = /docs/tags/having:
09:51:52.376      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/hierarchical-data:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/how-to-use-git-hub:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/how-to-use-git-lab:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/how-to-use-sql:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/html:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/if-else:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/image-building:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/indexes:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/inner-join:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/install-github:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/installation:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/introduction:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/introduction-of-git-hub:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/introduction-of-git-lab:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/introduction-of-python:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/introduction-to-sql:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/iteration:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/join-tables:
09:51:52.377      -> linking to /get-started
09:51:52.377   - Broken link on source page path = /docs/tags/kwargs:
09:51:52.377      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/lag:
09:51:52.378      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/lead:
09:51:52.378      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/left-join:
09:51:52.378      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/left-outer-join:
09:51:52.378      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/list-in-python:
09:51:52.378      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/loops:
09:51:52.378      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/microservices:
09:51:52.378      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/multi-container:
09:51:52.378      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/nested-queries:
09:51:52.378      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/non-clustered-index:
09:51:52.378      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/open-source:
09:51:52.378      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/operators:
09:51:52.378      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/outer-join:
09:51:52.378      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/over-clause:
09:51:52.378      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/parameters:
09:51:52.378      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/partition-by:
09:51:52.378      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/performance:
09:51:52.378      -> linking to /get-started
09:51:52.378   - Broken link on source page path = /docs/tags/primary-key:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/production:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/pull-request:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/python:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/python-dictionaries:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/python-operators:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/python-syntax:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/python-variables:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/queries:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/query-optimization:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/raise:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/rank:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/recursive-cte:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/recursive-queries:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/relational-database:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/relational-databases:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/repository:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/return:
09:51:52.379      -> linking to /get-started
09:51:52.379   - Broken link on source page path = /docs/tags/right-join:
09:51:52.379      -> linking to /get-started

@steam-bell-92
Copy link
Copy Markdown
Member Author

@sanjay-kv this PR also had changes of issue #1419 so i was thinking of deleting this current PR raise another one for #1419 then delete get-started page in 2nd PR then redirection in 3rd PR. 2nd n 3rd PR will be for issue #1413

May i proceed or wait for sometime

@Adez017
Copy link
Copy Markdown
Member

Adez017 commented May 7, 2026

@sanjay-kv this PR also had changes of issue #1419 so i was thinking of deleting this current PR raise another one for #1419 then delete get-started page in 2nd PR then redirection in 3rd PR. 2nd n 3rd PR will be for issue #1413

May i proceed or wait for sometime

Go ahead @steam-bell-92 . closing this PR as per now

@Adez017 Adez017 closed this May 7, 2026
@steam-bell-92
Copy link
Copy Markdown
Member Author

Even tho this PR was closed it still shows in open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in-review The current changes are in review and would need approval and testing before merging level 1 10 points recode this is label for leaderboard

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants