diff --git a/README.md b/README.md index e45e734..76f98dd 100644 --- a/README.md +++ b/README.md @@ -8,22 +8,38 @@ or use it as a standalone "middle-man" app between your systems and ShipStream. ## Table of Contents - [Features](#features) + - [Subscriptions](#subscriptions) - [Requirements](#requirements) + - [Windows](#windows) + - [Mac](#mac) - [Installation](#installation) + - [Advanced](#advanced) + - [HTTPS Tunnel](#https-tunnel) - [Developer Guide](#developer-guide) + - [Debug Mode](#debug-mode) - [Plugin Skeleton](#plugin-skeleton) + - [Plugin Class](#plugin-class) + - [modman](#modman) + - [Register Plugin](#register-plugin) + - [config.xml](#configxml) + - [plugin.xml](#pluginxml) - [Plugin Information](#plugin-information) - [Plugin Configuration](#plugin-configuration) + - [Activation](#activation) - [ShipStream API Calls](#shipstream-api-calls) - [HTTP Client](#http-client) - [State Management](#state-management) - [Manual Actions](#manual-actions) + - [Hiding actions](#hiding-actions) - [Cron Tasks](#cron-tasks) - [ShipStream Events](#shipstream-events) + - [Installation](#installation-1) + - [Subscribing to topics](#subscribing-to-topics) - [Third-party Webhooks](#third-party-webhooks) - [Third-party Remote Callbacks](#third-party-remote-callbacks) - [Error Handling and Reporting](#error-handling-and-reporting) - [Job Queue](#job-queue) + - [Instant run](#instant-run) - [Global Locking](#global-locking) - [Logging](#logging) - [Caching](#caching)