You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix docs links and add examples to sidebar (#2895)
* Fix docs links
* Add examples to sidebar
* Correct docs link from main readme
* Switch to relative paths in docs readme
* move examples down
---------
Co-authored-by: Ezekiel Keator <[email protected]>
Co-authored-by: Aras Abbasi <[email protected]>
Copy file name to clipboardExpand all lines: docs/README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -94,14 +94,14 @@ For more information about their behavior, please reference the body mixin from
94
94
95
95
## Common API Methods
96
96
97
-
This section documents our most commonly used API methods. Additional APIs are documented in their own files within the [documentation](./documentation/) folder and are accessible via the navigation list on the left side of the docs site.
97
+
This section documents our most commonly used API methods. Additional APIs are documented in their own files within the [docs](./docs/) folder and are accessible via the navigation list on the left side of the docs site.
***method**`String` - Default: `PUT` if `options.body`, otherwise `GET`
107
107
***maxRedirections**`Integer` - Default: `0`
@@ -110,14 +110,14 @@ Returns a promise with the result of the `Dispatcher.request` method.
110
110
111
111
Calls `options.dispatcher.request(options)`.
112
112
113
-
See [Dispatcher.request](./documentation/docs/api/Dispatcher.md#dispatcherrequestoptions-callback) for more details, and [request examples](./documentation/examples/README.md) for examples.
113
+
See [Dispatcher.request](./docs/api/Dispatcher.md#dispatcherrequestoptions-callback) for more details, and [request examples](./examples/README.md) for examples.
0 commit comments