From 6792182ec31bfffc5f3462e94082e302848f2372 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Tue, 17 Mar 2026 17:00:09 -0700 Subject: [PATCH] Documentation edits made through Mintlify web editor --- .mintlify/workflows/draft-feature-docs.md | 31 ----------------------- 1 file changed, 31 deletions(-) delete mode 100644 .mintlify/workflows/draft-feature-docs.md diff --git a/.mintlify/workflows/draft-feature-docs.md b/.mintlify/workflows/draft-feature-docs.md deleted file mode 100644 index fed61b82f..000000000 --- a/.mintlify/workflows/draft-feature-docs.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: "Draft docs for new features" -on: - push: - - repo: "mintlify/server" - branch: main - - repo: "mintlify/mint" - branch: main -context: - - repo: "mintlify/docs" -notify: - slack: - channel_ids: - - C0AKYE83VV4 -automerge: false ---- - -Review the diff from the last merged PR in the triggering repository. Identify any new features, APIs, or other changes that require documentation. - -For each new addition, draft documentation updates that explain what it does, when to use it, and how to configure it. Include a code example where relevant. - -Success criteria: After reading any new or updated documentation, users understand what the feature is, if it applies to tasks they do, and how to use it. - -## Important - -- Only document changes that affect end users. Skip internal refactors or dependency updates. -- Match the style and structure of existing docs pages. -- If no user-facing changes were introduced, do nothing. -- Include a brief summary of the PR that triggered the workflow. -- Do not include private repository file paths, directory structures, code snippets, or any other internal implementation details in PR titles, descriptions, or commit messages. -- Write a quick summary of the feature that shipped in the PR description.