Skip to content

chore: add gtag to static HTML head#323

Closed
brendanjryan wants to merge 1 commit into
mainfrom
chore/gtag-static-head
Closed

chore: add gtag to static HTML head#323
brendanjryan wants to merge 1 commit into
mainfrom
chore/gtag-static-head

Conversation

@brendanjryan

Copy link
Copy Markdown
Collaborator

Moves Google Analytics gtag snippet into the Vocs head config so it renders in the static HTML <head>. This lets Google's verification crawler detect the tag (it doesn't execute JS).

@vercel

vercel Bot commented Mar 16, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
mpp Ready Ready Preview, Comment Mar 16, 2026 5:33pm

Request Review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a4430bb19e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread vocs.config.tsx
@@ -0,0 +1,552 @@
import { defineConfig, McpSource } from "vocs/config";

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Consolidate Vocs config into a single canonical file

Adding vocs.config.tsx without removing or migrating vocs.config.ts creates two divergent sources of truth for docs configuration: in this repo, TypeScript checks still include only vocs.config.ts (tsconfig.json), while SDK drift tooling defaults to vocs.config.tsx (.github/actions/sdk-drift-check/check-sdk-drift.ts). This split makes future sidebar/redirect/head edits easy to apply in only one file, causing checks and runtime behavior to disagree; move to one config path and point all tooling at it.

Useful? React with 👍 / 👎.

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