Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.altimate.sh
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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.

site_url: https://altimateai.github.io/altimate-code
site_url: https://docs.altimate.sh
repo_url: https://github.com/AltimateAI/altimate-code
repo_name: AltimateAI/altimate-code

Expand Down
Loading