From c1724e47c14b73699eaf04b1fbb81690297dae17 Mon Sep 17 00:00:00 2001 From: Brandon Slater Date: Fri, 1 May 2026 10:19:29 +0100 Subject: [PATCH] fix(oss domain): text change in docs and code to app.opentrace.ai --- docs/index.md | 24 +++++++-------- docs/overrides/main.html | 65 +++++++++++++++++++--------------------- 2 files changed, 42 insertions(+), 47 deletions(-) diff --git a/docs/index.md b/docs/index.md index 628effe..8aad388 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,7 +12,7 @@ Connect OpenTrace to your AI assistant and start asking questions: > "Help me investigate why checkout is failing" -[Try Now](https://oss.opentrace.ai){ .md-button .md-button--primary target="_blank" rel="noopener" } +[Try Now](https://app.opentrace.ai){ .md-button .md-button--primary target="\_blank" rel="noopener" } ## Documentation @@ -20,31 +20,31 @@ Connect OpenTrace to your AI assistant and start asking questions: - **[Getting Started](getting-started.md)** - Setup OpenTrace and run your first queries + Setup OpenTrace and run your first queries - **[Integrations](integrations/index.md)** - Connect GitHub, GitLab, and AWS EKS + Connect GitHub, GitLab, and AWS EKS - **[What You Can Do](capabilities.md)** - Full reference of questions you can ask + Full reference of questions you can ask - **[Example Workflows](workflows.md)** - Common scenarios and how to approach them + Common scenarios and how to approach them ## What Can You Ask? -| Category | Example | -|----------|---------| -| **Discovery** | "What services exist in my system?" | -| **Dependencies** | "What does order-service depend on?" | -| **Impact Analysis** | "What breaks if the database goes down?" | -| **Connections** | "How does the frontend connect to payments?" | -| **Investigations** | "Help me debug why orders are slow" | +| Category | Example | +| ------------------- | -------------------------------------------- | +| **Discovery** | "What services exist in my system?" | +| **Dependencies** | "What does order-service depend on?" | +| **Impact Analysis** | "What breaks if the database goes down?" | +| **Connections** | "How does the frontend connect to payments?" | +| **Investigations** | "Help me debug why orders are slow" | ## Links diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 17f1f4b..064e073 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -1,37 +1,32 @@ -{% extends "base.html" %} - -{% block htmltitle %} - {{ config.site_name }}{% if page.title %} — {{ page.title }}{% endif %} -{% endblock %} - -{% block extrahead %} - +{% endblock %} {% block scripts %} {{ super() }} + + })(); + {% endblock %}