Skip to content

chore:change docs endpoint to docs.altimate.sh#237

Merged
arora-saurabh448 merged 1 commit intomainfrom
chore/route-docs-new-domain
Mar 18, 2026
Merged

chore:change docs endpoint to docs.altimate.sh#237
arora-saurabh448 merged 1 commit intomainfrom
chore/route-docs-new-domain

Conversation

@arora-saurabh448
Copy link
Copy Markdown
Collaborator

Ready docs to point to docs.altimate.sh

@claude
Copy link
Copy Markdown

claude bot commented Mar 18, 2026

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review.

@arora-saurabh448 arora-saurabh448 merged commit ac58ca6 into main Mar 18, 2026
7 checks passed
@@ -1,6 +1,6 @@
site_name: altimate-code
site_description: The open-source data engineering harness. 99+ tools for building, validating, optimizing, and shipping data products.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: The domain migration to docs.altimate.sh is incomplete. Hardcoded URLs in docs/docs/llms.txt and README.md still point to the old altimateai.github.io domain.
Severity: MEDIUM

Suggested Fix

Perform a global search and replace across the repository to update all instances of https://altimateai.github.io/altimate-code with the new domain https://docs.altimate.sh. Ensure all links in docs/docs/llms.txt and the badge in README.md are corrected.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: docs/mkdocs.yml#L2

Potential issue: The pull request updates the documentation site to use a new custom
domain, but fails to update all internal references. The `docs/docs/llms.txt` file,
intended for consumption by LLM crawlers, contains approximately 33 hardcoded links
pointing to the old `altimateai.github.io` domain. Additionally, a badge in the
`README.md` file still links to the old URL. While GitHub Pages currently provides
redirects, this incomplete migration means that tools and users will be directed to
outdated URLs, introducing latency and relying on a temporary solution instead of
pointing to the new canonical domain.

Did we get this right? 👍 / 👎 to inform future reviews.

@anandgupta42 anandgupta42 deleted the chore/route-docs-new-domain branch March 25, 2026 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant