diff --git a/APIv5-PageExtension-API.md b/APIv5-PageExtension-API.md index 0951160..88d5249 100644 --- a/APIv5-PageExtension-API.md +++ b/APIv5-PageExtension-API.md @@ -10,6 +10,7 @@ It consists of these parts: - `ResolverService` - For adding HTTP request responses - `ResourceService` - For customizing files and making them customizable by user. +- `pageExtensionApi` - Javascript api for extending the React website ## Table of contents @@ -21,6 +22,7 @@ It consists of these parts: - [Making resources customizable](#making-resources-customizable) - [Adding javascript to .html resource](#adding-javascript-to-html-resource) - [Adding stylesheet to .html resource](#adding-stylesheet-to-html-resource) +- [Javascript API](#javascript-api) ---- @@ -345,9 +347,8 @@ svc.addScriptsToResource("PluginName", "customized.html", Position.PRE_CONTENT, `` snippets can be added to 3 `Position`s in a .html file: -- `PRE_CONTENT` - to the `
`, loaded before content -- `PRE_MAIN_SCRIPT` - before `