Skip to content

Commit

Permalink
chore: upgrade docusaurus to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Feb 28, 2024
1 parent d85d516 commit 0aeb3d2
Show file tree
Hide file tree
Showing 6 changed files with 1,186 additions and 11,467 deletions.
4 changes: 2 additions & 2 deletions docs/docs/connect/nodesdk/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ Creates a new Number on Routr.
| request.city | <code>string</code> | The city where the number is located |
| request.country | <code>string</code> | The country where the number is located |
| request.countryISOCode | <code>string</code> | The country ISO code where the number is located |
| request.extraHeaders | <code>Array.&lt;Object&gt;</code> | Extra headers to be used (e.g., [{name: "X-Room-Id", value: "abc-us-123"}]) |
| request.extraHeaders | <code>Array.&lt;Object&gt;</code> | Extra headers to be used (e.g., [\{name: "X-Room-Id", value: "abc-us-123"\}]) |
| request.trunkRef | <code>string</code> | The Trunk reference to be used |
| request.sessionAffinityHeader | <code>string</code> | Optional session affinity header |
| request.extended | <code>string</code> | Optional extended attributes |
Expand Down Expand Up @@ -842,7 +842,7 @@ Updates an already existing Number on Routr.
| request | <code>UpdateNumberRequest</code> | Partial with the fields to update |
| request.name | <code>string</code> | Name of the Number |
| request.aorLink | <code>string</code> | The AOR link to be used (e.g., sip:[email protected]) |
| request.extraHeaders | <code>Array.&lt;Object&gt;</code> | Extra headers to be used (e.g., [{name: "X-Room-Id", value: "abc-us-123"}]) |
| request.extraHeaders | <code>Array.&lt;Object&gt;</code> | Extra headers to be used (e.g., [\{name: "X-Room-Id", value: "abc-us-123"\}]) |
| request.trunkRef | <code>string</code> | The Trunk reference to be used |
| request.sessionAffinityHeader | <code>string</code> | Optional session affinity header |
| request.extended | <code>string</code> | Optional extended attributes |
Expand Down
5 changes: 2 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
* limitations under the License.
*/ // @ts-check
// Note: type annotations allow type checking and IDEs autocompletion

const lightCodeTheme = require("prism-react-renderer/themes/github")
const darkCodeTheme = require("prism-react-renderer/themes/dracula")
const lightCodeTheme = require("prism-react-renderer").themes.github
const darkCodeTheme = require("prism-react-renderer").themes.dracula

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down
Loading

0 comments on commit 0aeb3d2

Please sign in to comment.