This guide explains how to use the DocSync synchronization system. For exact request/response shapes and permissions, see the API Reference. Overview The sync system allows you to automatically import documentation...
This guide covers the taxonomy system used to organize documentation in DocSync. For API endpoint details, see the API Reference. Overview DocSync uses two taxonomies to organize documentation: project taxonomy:...
This guide covers how the docsync plugin integrates with the chubes theme. What The Plugin Owns docsync registers: The documentation post type The project taxonomy It also injects archive/homepage enhancements...
This guide helps you diagnose and resolve common issues with the DocSync plugin. Common Issues API Authentication Errors Problem: Getting 401 Unauthorized or 403 Forbidden errors. Solutions: Ensure you're using...
Documentation Post Type The plugin provides a documentation custom post type for creating and managing documentation. Features Gutenberg editor support Markdown processing Project taxonomy for organization REST API access Archive...
This guide covers breaking changes and migration steps when upgrading DocSync from version 0.1.x to 0.2.x. Note: Current plugin version is 0.2.8. Version 0.2.0 Breaking Changes API Parameter Changes Sync...
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. [1.1.1] - 2026-03-01...
This document provides comprehensive documentation for all REST API endpoints provided by the DocSync plugin. For workflows (non-authoritative examples), see the Sync Guide. For GitHub diagnostics/manual sync, see GitHub Sync...
This guide covers development workflows, build processes, and coding standards for the DocSync plugin. Development Environment Local Setup Clone repository: git clone https://github.com/chubes4/docsync.git cd docsync Install dependencies: composer install WordPress...
This page documents the REST endpoints used for GitHub connectivity checks and manual GitHub-based sync runs. For the full endpoint list, see API Reference. Endpoints GET /wp-json/docsync/v1/sync/test-token Test the configured...