Skip to content

Commit fdaf89d

Browse files
authored
Merge pull request #19 from scheduleonce/docusaurus-dev
Documentation updates and dependencies
2 parents 4a84e12 + 5e145e2 commit fdaf89d

File tree

12 files changed

+171796
-370
lines changed

12 files changed

+171796
-370
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"recommendations": ["prettier.prettier-vscode"]
2+
"recommendations": ["esbenp.prettier-vscode"]
33
}

docusaurus.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ const config: Config = {
6464
],
6565
],
6666
plugins: [
67+
// Load Scalar standalone script once globally
68+
"./src/plugins/scalarScriptPlugin.js",
6769
// Product Badge Enhancement Plugin
6870
"./src/plugins/productBadgePlugin.js",
6971
// Booking Calendars API Reference
@@ -74,6 +76,7 @@ const config: Config = {
7476
label: "Booking Calendars API Reference",
7577
route: "/reference/booking-calendars",
7678
showNavLink: false,
79+
cdn: "",
7780
configuration: {
7881
url: "/booking-calendars-api.yaml",
7982
metaData: {
@@ -94,6 +97,7 @@ const config: Config = {
9497
label: "Booking Pages API Reference",
9598
route: "/reference/booking-pages",
9699
showNavLink: false,
100+
cdn: "",
97101
configuration: {
98102
url: "/booking-pages-api.yaml",
99103
metaData: {
@@ -114,6 +118,7 @@ const config: Config = {
114118
label: "OnceHub v1 API Reference (Deprecated)",
115119
route: "/reference/oncehub-v1",
116120
showNavLink: false,
121+
cdn: "",
117122
configuration: {
118123
url: "/oncehub-v1.yaml",
119124
metaData: {

openapi/resources/booking-calendars/schedule.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ booking-calendars--id--schedule:
1010
> Notes On Using This Endpoint
1111
> * This endpoint is designed to be used with the "Get available time slots" endpoint. First, retrieve available time slots for a specific time range, and then use this endpoint to book one of those slots.
1212
> * You can only select a location from those offered within the available time slots.
13-
> * This endpoint doesn't support booking calendars with required custom fields.
1413
> * All datetime strings are [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) in full form. For example, `2024-11-29T09:30:00.000Z`.
1514
1615
> [!tip]

0 commit comments

Comments
 (0)