From 2fdd1847a559e314bd8517040d939f4f29998787 Mon Sep 17 00:00:00 2001 From: Saurabh Arora Date: Tue, 17 Mar 2026 21:29:13 -0700 Subject: [PATCH] chore:change docs endpoint to docs.altimate.sh --- docs/docs/CNAME | 1 + docs/mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/docs/CNAME diff --git a/docs/docs/CNAME b/docs/docs/CNAME new file mode 100644 index 0000000000..6dac160de7 --- /dev/null +++ b/docs/docs/CNAME @@ -0,0 +1 @@ +docs.altimate.sh diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index dfb4fa1177..cb96740091 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -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. -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