Insights name fixes - #912
Merged
Merged
Conversation
with Claude.
* Remove Mobile 2.8 * also docs-mobile
DOC-14524
Call with e.g. `[template,attachment$kv_metrics_metadata.json,with-metadata,from=0,to=250]` Assumes an object, and returns a new object with that range of keys. Used for paginating metrics metadata.
DOC-14532
* DOC-14578 fold in www robots.txt recommendations * DOC-14578 split llms.txt into multiple files * create ersatz llms-full.txt * Remove duplicate Google-Extended reference
To fix broken ui-bundle unzipping in Node 26, spotted by @ggray-cb
* Updating playbook to reflect changes in rosetta repo name * Update antora-playbook.preview.diff.yml to match --------- Co-authored-by: Hakim <hakim.cassimally@couchbase.com>
DOC-14650
This seems to work for me for simple cases now, but I feel like I'm missing: * checking if current working tree is a linked worktree. * the `worktrees: true` key Also: * Search for worktree up to 2 levels deep.
…ug flow The local `preview` build buried the one thing writers need - the preview URL(s) - under Antora's warn-level logs and several always-on extension console.log dumps, and `preview --debug` piping stdout through `tee` even suppressed Antora's own URL banner (it's gated on TTY detection). New scripts/preview-runner.js spawns Antora with JSON logs and a forced IS_TTY, classifies the stream via the regex table extracted from collate-logs.js into scripts/lib/antora-log-parser.js (collate-logs.js's own CLI behavior is unchanged, since docs-infra's workflows depend on it), and prints a clean success/failure summary with the URL(s) up front and the full log written to preview/. --debug also drops the Outlook/ AppleScript report email (we're on Gmail now) for simply opening preview/doctor/ in Finder. Also bumps the version to 1.2.0 and makes the --remote flow's warning prompts bold red, since they were easy to miss. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Nobody remembers to run `preview --update` by hand. Now, before doing anything else, the script checks its own mtime and re-runs --update (then re-execs itself with the original args) if it's >= 7 days old - configurable via PREVIEW_UPDATE_CHECK_DAYS. Also touches scripts/preview at the end of --init, since `git pull` won't bump its mtime if the pull didn't actually change that file's content. - Newer Homebrew defaults to an "ask mode" that prompts to confirm installing anything beyond exactly the named formulae, which blocked the now-unattended auto-update at `brew install gh jq yq`. Silenced with HOMEBREW_NO_ASK=1. - The "we're about to auto-update" message is now bold red (via warn) instead of cyan, so it's obvious why brew/npm activity is happening. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.