Skip to content

docs: remove retired site resources - #10817

Merged
DOsinga merged 2 commits into
mainfrom
codex/remove-retired-doc-resources
Jul 30, 2026
Merged

docs: remove retired site resources#10817
DOsinga merged 2 commits into
mainfrom
codex/remove-retired-doc-resources

Conversation

@DOsinga

@DOsinga DOsinga commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • remove the retired Ask AI chat button and configuration while keeping Inkeep search
  • remove the MCP navbar item while preserving the MCP documentation pages
  • remove the Skills Marketplace, Recipe Generator, and Prompt Library navigation, pages, data, and supporting code
  • remove stale links to deleted resources

Validation

  • npm test (9 tests passed)
  • npm run build (passed; reports one pre-existing broken anchor in remote-goose-server)
  • npm run typecheck (reports existing project-wide TypeScript errors in unchanged code)

@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: 9fe41def23

ℹ️ 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".

import { Menu, X } from "lucide-react";
import Link from "@docusaurus/Link";

export default function SkillsPage() {

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 Preserve redirects for the retired resource routes

Deleting the page modules for /skills, /prompt-library, and /recipe-generator without adding entries to the existing client-redirects configuration makes every previously published, bookmarked, or search-indexed URL under those route families return a Docusaurus 404. This includes detail links such as /skills/detail?id=... that the marketplace previously generated. Redirect these routes to the corresponding skills guide, recipe documentation, or another maintained replacement before removing the pages.

Useful? React with 👍 / 👎.

"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "node scripts/generate-docs-map.js && node scripts/generate-skills-manifest.js && node scripts/generate-skills-zips.js && docusaurus build",
"build": "node scripts/generate-docs-map.js && docusaurus build",

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 Retire the hourly skills-marketplace deployment workflow

Once this build command stops generating the skills manifest and archives, .github/workflows/rebuild-skills-marketplace.yml still runs npm run build and deploys GitHub Pages every hour (its schedule is at lines 8–11 and build step at lines 63–71). Because that workflow exists solely to pull marketplace changes into these now-removed resources, it will continue consuming full documentation build/deployment minutes and contending for the shared pages concurrency group with no marketplace content to refresh; remove or disable it as part of this retirement.

Useful? React with 👍 / 👎.

@github-actions

Copy link
Copy Markdown
Contributor

Documentation preview deployed: https://pr-10817.goose-pr-previews-poc.pages.dev

@DOsinga
DOsinga added this pull request to the merge queue Jul 30, 2026
Merged via the queue into main with commit 8c8b467 Jul 30, 2026
26 checks passed
@DOsinga
DOsinga deleted the codex/remove-retired-doc-resources branch July 30, 2026 13:47
lifeizhou-ap added a commit that referenced this pull request Jul 31, 2026
* main:
  fix(desktop): allow removing images when editing user messages (#9979)
  Fetch cursor-agent models from CLI (#10367)
  fix(cerebras): preserve thinking inline for models that reject reasoning_content (#10774)
  perf: make CLI streaming render incremental instead of O(n^2) (#10487)
  Moving to issues as the new PRs (#10818)
  ci: defer privileged recipe scans for forks (#10825)
  docs: adopt issue-first contribution workflow (#10819)
  Add Azure AI Foundry multi-LLM provider (#10622)
  fix(together): parse model list response (#10576)
  docs: remove retired site resources (#10817)
  feat: streaming shell output while commands run (#10808)
lifeizhou-ap added a commit to vincenzopalazzo/goose that referenced this pull request Jul 31, 2026
* main: (224 commits)
  fix(desktop): allow removing images when editing user messages (aaif-goose#9979)
  Fetch cursor-agent models from CLI (aaif-goose#10367)
  fix(cerebras): preserve thinking inline for models that reject reasoning_content (aaif-goose#10774)
  perf: make CLI streaming render incremental instead of O(n^2) (aaif-goose#10487)
  Moving to issues as the new PRs (aaif-goose#10818)
  ci: defer privileged recipe scans for forks (aaif-goose#10825)
  docs: adopt issue-first contribution workflow (aaif-goose#10819)
  Add Azure AI Foundry multi-LLM provider (aaif-goose#10622)
  fix(together): parse model list response (aaif-goose#10576)
  docs: remove retired site resources (aaif-goose#10817)
  feat: streaming shell output while commands run (aaif-goose#10808)
  feat(acp): allow session/new to request a Hidden session via _meta.hidden (aaif-goose#10811)
  chore: removed stale text pnpm workspace (aaif-goose#10809)
  feat(otel): emit GenAI semantic convention attributes (aaif-goose#10700)
  fix: avoid double loading full conversation on session open (aaif-goose#10794)
  feat(providers): forward images and MCP embedded-resource blobs in Anthropic and Google formats (aaif-goose#10340)
  Deprecate and remove ui/text TUI (aaif-goose#10799)
  Upgrade to rmcp 3.0 (aaif-goose#10789)
  fix(release): signing environment (aaif-goose#10797)
  feat(tools): collapse const-union enums in tool schemas (aaif-goose#10577)
  ...
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.

3 participants