8000 GitHub - kasparsd/wp-docs-md: WordPress documentation as markdown files for LLMs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kasparsd/wp-docs-md

Repository files navigation

WordPress Documentation as Mark 70EF down Files for LLMs

Update Documentation

Collection of single markdown files for each post type on WordPress Developer Resources:

Extracted from REST API of each site using custom PHP CLI scripts.

Note:

  • Links to the URLs of the same content type are converted to anchor links using path as the anchor name/ID.

Usage

Copy the desired markdown files to your project directory and use them during AI prompts as desired.

How to Update

Run php parser.php --update to fetch updated content over WP REST API (sorted by modified date).

To Do

  • Consider including the wp-parser-(function|class|hook|method) content types.

Notes

  • We're using PHPUnit 9 because test case filenames must match the class names in later versions (don't support class- prefixed used by WP).

Credits

About

WordPress documentation as markdown files for LLMs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0