Skip to content

Docs cleanup#2434

Merged
zer0dss merged 11 commits intomainfrom
claude/remove-coop-docs-AazM2
Apr 1, 2026
Merged

Docs cleanup#2434
zer0dss merged 11 commits intomainfrom
claude/remove-coop-docs-AazM2

Conversation

@rbyh
Copy link
Copy Markdown
Contributor

@rbyh rbyh commented Mar 31, 2026

No description provided.

claude added 3 commits March 31, 2026 01:07
Surface the result caching/provenance features more prominently:
- index.mdx: Replace generic "store results" bullet with reproducibility pitch
- overview.mdx: Add third paragraph to Why EDSL? explaining cached results, provenance, and open-source uniqueness
- overview.mdx: Replace "Remote execution and storage" feature with "Reproducible, shareable results"

https://claude.ai/code/session_019UP4LwJZXesvG3uxMRJ5j4
…tive text

Updated 7 notebook files where prose sentences named gpt-4o or GPT 4 as the
default model. Code examples and result tables left unchanged.

https://claude.ai/code/session_019UP4LwJZXesvG3uxMRJ5j4
@rbyh rbyh requested a review from johnjosephhorton March 31, 2026 01:13
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 31, 2026

Greptile Summary

This PR is a documentation-only cleanup across the Mintlify docs, making three categories of changes:

  • Default model update: Seven notebook pages that previously referenced gpt-4o, GPT-4o, GPT 4, or GPT 4 preview as the default model have been uniformly updated to gpt-5.2.
  • Messaging improvements: index.mdx and overview.mdx have been updated to better highlight EDSL's result-caching and reproducibility story — emphasizing that published code lets anyone retrieve exact outputs at no cost, with verifiable provenance.
  • Navigation cleanup (mint.json): Three near-empty stub pages (en/latest/interviews, en/latest/answers, en/latest/polly) have been removed from the sidebar navigation. The underlying .mdx files still exist in the repo but contain only placeholder frontmatter, so removing them from the nav is a reasonable cleanup.

Confidence Score: 5/5

  • Safe to merge — all changes are documentation text with no code impact.
  • All changes are prose updates to .mdx documentation files and a navigation config. No code logic, APIs, or data flows are affected. No P0 or P1 issues were found.
  • No files require special attention.

Important Files Changed

Filename Overview
docs/mintlify-migration/mint.json Removes three stub/placeholder nav entries (interviews, answers, polly) — all three files still exist but are nearly empty; clean navigation improvement.
docs/mintlify-migration/en/latest/overview.mdx Adds a new paragraph about result caching/provenance and rewrites the "Remote execution and storage" feature blurb to emphasize reproducibility and shareability.
docs/mintlify-migration/en/latest/index.mdx Updates the account creation call-to-action to highlight caching/sharing benefits instead of linking to the public content explorer.
docs/mintlify-migration/en/latest/notebooks/analyze_evaluations.mdx Updates default model reference from gpt-4o to gpt-5.2 in one prose sentence.
docs/mintlify-migration/en/latest/notebooks/batching_results.mdx Updates default model reference from GPT-4o to gpt-5.2 in one prose sentence.
docs/mintlify-migration/en/latest/notebooks/ces_data_edsl.mdx Updates default model from "GPT 4" to gpt-5.2; retains the note that an OpenAI API key is required.
docs/mintlify-migration/en/latest/notebooks/concept_induction.mdx Updates default model reference from gpt-4o to gpt-5.2 in one prose sentence.
docs/mintlify-migration/en/latest/notebooks/data_labeling_agent.mdx Updates default model reference from GPT-4o to gpt-5.2 in one prose sentence.
docs/mintlify-migration/en/latest/notebooks/google_form_to_edsl.mdx Updates default model from "GPT 4 preview" to gpt-5.2 in one prose sentence.
docs/mintlify-migration/en/latest/notebooks/nps_survey.mdx Updates default model reference from GPT-4o to gpt-5.2 inside a Note callout block.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[PR: Docs Cleanup] --> B[Default Model Updates\n7 notebook pages]
    A --> C[Messaging Improvements\nindex.mdx + overview.mdx]
    A --> D[Navigation Cleanup\nmint.json]

    B --> B1["gpt-4o / GPT 4 / GPT 4 preview\n→ gpt-5.2 (uniform)"]
    C --> C1[Highlight caching &\nreproducibility benefits]
    D --> D1[Remove 3 stub pages\nfrom sidebar nav\ninterviews / answers / polly]
    D1 --> D2[Files still exist\nin repo as empty stubs]
Loading

Reviews (1): Last reviewed commit: "Remove empty pages from Developers sideb..." | Re-trigger Greptile

- api_keys.mdx: "see the [this section]" → "see [this section]"
- agents.mdx: "create an a list" → "create a list"
- costs.mdx: "cost in in USD" → "cost in USD"
- starter_tutorial.mdx (x2): "verify that that the answer" → "verify that the answer"
- notebooks/scenario_from_pdf.mdx: "scenario to to the survey" → "scenario to the survey"

https://claude.ai/code/session_019UP4LwJZXesvG3uxMRJ5j4
Removed 3 <Frame> image blocks (home-settings.png, home-keys.png, home-ep-key.png)
and revised surrounding sentences to not imply images follow.

https://claude.ai/code/session_019UP4LwJZXesvG3uxMRJ5j4
…amples link

- Remove stale /getting-started/build demo link
- Remove cross-reference to Polly (chat) page
- Add tutorials/examples link to expectedparrot.com/products/polly/use-cases

https://claude.ai/code/session_019UP4LwJZXesvG3uxMRJ5j4
Mirrors the pattern of filestore.mdx. Moves platform description from
frontmatter into the body as a proper opening sentence, and condenses
the description field.

https://claude.ai/code/session_019UP4LwJZXesvG3uxMRJ5j4
…up to Platform

- Start page with 'Expected Parrot provides a free platform...'
- Introduce 'Coop module' in that sentence rather than as the opener
- Remove hyperlink from opening sentence
- Update description frontmatter to match
- Rename sidebar group from 'Expected Parrot' to 'Platform' in mint.json

https://claude.ai/code/session_019UP4LwJZXesvG3uxMRJ5j4
Updated 19 files. Also fixed a double-path typo (/content/content/explore)
in scenariolist_unpivot.mdx.

https://claude.ai/code/session_019UP4LwJZXesvG3uxMRJ5j4
- overview.mdx: {{ topic }} → {{ scenario.topic }} (×2)
- starter_tutorial.mdx: {{ activity }} → {{ scenario.activity }} (×2)
- notebooks/starter_tutorial.mdx: {{ activity }} → {{ scenario.activity }}
- notebooks/nps_survey.mdx: {{ experience }} → {{ scenario.experience }}
- notebooks/qualitative_research.mdx: {{ subject }}, {{ dialog_so_far }} → {{ scenario.* }}

https://claude.ai/code/session_019UP4LwJZXesvG3uxMRJ5j4
@zer0dss zer0dss merged commit 07e2d12 into main Apr 1, 2026
24 checks passed
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