Skip to content

chore: Move and rewrite WPGraphQL Logging Docs#480

Merged
colinmurphy merged 53 commits into
mainfrom
chore-move-and-validate-logging-docs
Nov 14, 2025
Merged

chore: Move and rewrite WPGraphQL Logging Docs#480
colinmurphy merged 53 commits into
mainfrom
chore-move-and-validate-logging-docs

Conversation

@colinmurphy
Copy link
Copy Markdown
Member

@colinmurphy colinmurphy commented Nov 6, 2025

Renamed and relocated all documentation files for the wpgraphql-logging plugin from plugins/wpgraphql-logging/docs/ to docs/plugins/wpgraphql-logging/. Updated README.md links to reflect the new documentation paths. This improves project organization and centralizes documentation outside the plugin source directory.

Description

Related Issue

Fixes #470

Dependant PRs

Type of Change

  • ✅ Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactoring (no functional changes)
  • 📄 Example update (no functional changes)
  • 📝 Documentation update
  • 🔍 Performance improvement
  • 🧪 Test update

How Has This Been Tested?

Screenshots

Checklist

  • I have read the CONTRIBUTING document
  • My code follows the project's coding standards
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works (if applicable)
  • Any dependent changes have been highlighted, merged or published

Renamed and relocated all documentation files for the wpgraphql-logging plugin from plugins/wpgraphql-logging/docs/ to docs/plugins/wpgraphql-logging/. Updated README.md links to reflect the new documentation paths. This improves project organization and centralizes documentation outside the plugin source directory.
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Nov 6, 2025

⚠️ No Changeset found

Latest commit: 57f2454

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Introduces .remarkrc.json configuration, updates package.json to include remark CLI and plugins, and revises documentation markdown for consistent formatting. This enables markdown linting and reformatting via remark, improving documentation quality and consistency.
@colinmurphy colinmurphy marked this pull request as ready for review November 11, 2025 14:58
@colinmurphy colinmurphy requested a review from a team as a code owner November 11, 2025 14:58
@colinmurphy colinmurphy changed the title chore: DRAFT Move WPGraphQL Logging Docs chore: Move and rewrite WPGraphQL Logging Docs Nov 11, 2025
@colinmurphy colinmurphy marked this pull request as draft November 12, 2025 10:57
@colinmurphy colinmurphy marked this pull request as ready for review November 13, 2025 16:03
@colinmurphy colinmurphy requested a review from ahuseyn November 13, 2025 16:07
@github-project-automation github-project-automation Bot moved this to 🆕 Backlog in Headless OSS Nov 14, 2025
@josephfusco josephfusco moved this from 🆕 Backlog to 👀 In review in Headless OSS Nov 14, 2025
@colinmurphy colinmurphy added this pull request to the merge queue Nov 14, 2025
Merged via the queue into main with commit 9f688b1 Nov 14, 2025
1 check passed
@colinmurphy colinmurphy deleted the chore-move-and-validate-logging-docs branch November 14, 2025 15:12
@github-project-automation github-project-automation Bot moved this from 👀 In review to ✅ Closed in Headless OSS Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Closed

Development

Successfully merging this pull request may close these issues.

Move docs out of the logging plugin directory

3 participants