diff --git a/docs/README.md b/docs/README.md index 0317fca..f1d2c2c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,13 +1,4 @@ -[rpclibrary](README.md) +[rpclibrary](globals.md) # rpclibrary -## Index - -### External modules - -* ["Backend"](modules/_backend_.md) -* ["Frontend"](modules/_frontend_.md) -* ["Interfaces"](modules/_interfaces_.md) -* ["Types"](modules/_types_.md) -* ["Utils"](modules/_utils_.md) diff --git a/docs/classes/_backend_.rpcserver.md b/docs/classes/_backend_.rpcserver.md index 3c2bee9..c606316 100644 --- a/docs/classes/_backend_.rpcserver.md +++ b/docs/classes/_backend_.rpcserver.md @@ -1,4 +1,4 @@ -[rpclibrary](../README.md) › ["Backend"](../modules/_backend_.md) › [RPCServer](_backend_.rpcserver.md) +[rpclibrary](../globals.md) › ["Backend"](../modules/_backend_.md) › [RPCServer](_backend_.rpcserver.md) # Class: RPCServer <**SubResType**> diff --git a/docs/classes/_frontend_.rpcsocket.md b/docs/classes/_frontend_.rpcsocket.md index 2d01310..7c65595 100644 --- a/docs/classes/_frontend_.rpcsocket.md +++ b/docs/classes/_frontend_.rpcsocket.md @@ -1,4 +1,4 @@ -[rpclibrary](../README.md) › ["Frontend"](../modules/_frontend_.md) › [RPCSocket](_frontend_.rpcsocket.md) +[rpclibrary](../globals.md) › ["Frontend"](../modules/_frontend_.md) › [RPCSocket](_frontend_.rpcsocket.md) # Class: RPCSocket diff --git a/docs/interfaces/_interfaces_.destroyable.md b/docs/interfaces/_interfaces_.destroyable.md index f58994e..28eae35 100644 --- a/docs/interfaces/_interfaces_.destroyable.md +++ b/docs/interfaces/_interfaces_.destroyable.md @@ -1,4 +1,4 @@ -[rpclibrary](../README.md) › ["Interfaces"](../modules/_interfaces_.md) › [Destroyable](_interfaces_.destroyable.md) +[rpclibrary](../globals.md) › ["Interfaces"](../modules/_interfaces_.md) › [Destroyable](_interfaces_.destroyable.md) # Interface: Destroyable diff --git a/docs/interfaces/_interfaces_.exporter.md b/docs/interfaces/_interfaces_.exporter.md index e07d74f..ea28346 100644 --- a/docs/interfaces/_interfaces_.exporter.md +++ b/docs/interfaces/_interfaces_.exporter.md @@ -1,4 +1,4 @@ -[rpclibrary](../README.md) › ["Interfaces"](../modules/_interfaces_.md) › [Exporter](_interfaces_.exporter.md) +[rpclibrary](../globals.md) › ["Interfaces"](../modules/_interfaces_.md) › [Exporter](_interfaces_.exporter.md) # Interface: Exporter <**T**> diff --git a/docs/interfaces/_interfaces_.socket.md b/docs/interfaces/_interfaces_.socket.md index 812ce49..57fbe5a 100644 --- a/docs/interfaces/_interfaces_.socket.md +++ b/docs/interfaces/_interfaces_.socket.md @@ -1,4 +1,4 @@ -[rpclibrary](../README.md) › ["Interfaces"](../modules/_interfaces_.md) › [Socket](_interfaces_.socket.md) +[rpclibrary](../globals.md) › ["Interfaces"](../modules/_interfaces_.md) › [Socket](_interfaces_.socket.md) # Interface: Socket diff --git a/docs/modules/_backend_.md b/docs/modules/_backend_.md index 8c1c9ef..8449a6d 100644 --- a/docs/modules/_backend_.md +++ b/docs/modules/_backend_.md @@ -1,4 +1,4 @@ -[rpclibrary](../README.md) › ["Backend"](_backend_.md) +[rpclibrary](../globals.md) › ["Backend"](_backend_.md) # External module: "Backend" diff --git a/docs/modules/_frontend_.md b/docs/modules/_frontend_.md index b496a01..e57d250 100644 --- a/docs/modules/_frontend_.md +++ b/docs/modules/_frontend_.md @@ -1,4 +1,4 @@ -[rpclibrary](../README.md) › ["Frontend"](_frontend_.md) +[rpclibrary](../globals.md) › ["Frontend"](_frontend_.md) # External module: "Frontend" diff --git a/docs/modules/_interfaces_.md b/docs/modules/_interfaces_.md index 68ea0aa..356e4a1 100644 --- a/docs/modules/_interfaces_.md +++ b/docs/modules/_interfaces_.md @@ -1,4 +1,4 @@ -[rpclibrary](../README.md) › ["Interfaces"](_interfaces_.md) +[rpclibrary](../globals.md) › ["Interfaces"](_interfaces_.md) # External module: "Interfaces" diff --git a/docs/modules/_types_.md b/docs/modules/_types_.md index 488e69c..f98e300 100644 --- a/docs/modules/_types_.md +++ b/docs/modules/_types_.md @@ -1,4 +1,4 @@ -[rpclibrary](../README.md) › ["Types"](_types_.md) +[rpclibrary](../globals.md) › ["Types"](_types_.md) # External module: "Types" diff --git a/docs/modules/_utils_.md b/docs/modules/_utils_.md index a19248b..bed83b7 100644 --- a/docs/modules/_utils_.md +++ b/docs/modules/_utils_.md @@ -1,4 +1,4 @@ -[rpclibrary](../README.md) › ["Utils"](_utils_.md) +[rpclibrary](../globals.md) › ["Utils"](_utils_.md) # External module: "Utils" diff --git a/package.json b/package.json index 45dcaa7..79475af 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build": "npm run clean && tsc && npm run webpack", "clean": "rm -rf js", "test": "mocha js/test/Test.js", - "doc": "typedoc --out docs ./src --readme none --plugin typedoc-plugin-markdown " + "doc": "typedoc --out docs ./src --plugin typedoc-plugin-markdown " }, "author": "", "license": "ISC",