Documentation updates and dependencies#19
Merged
mderazon merged 24 commits intodocusaurus-mainfrom Jan 23, 2026
Merged
Conversation
…03 error handling across API endpoints.
…ebsite, and Audience schemas, and update User role_name enum. https://scheduleonce.atlassian.net/browse/ONCEHUB-108464
Removing CDN URL
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.22 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/commits/4.17.23) --- updated-dependencies: - dependency-name: lodash-es dependency-version: 4.17.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…sh-es-4.17.23 Bump lodash-es from 4.17.22 to 4.17.23
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…sh-4.17.23 Bump lodash from 4.17.21 to 4.17.23
…cts in package.json
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-desert-0513ad50f-19.eastus2.3.azurestaticapps.net |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements and clarifications to the Booking Calendars API documentation and the Docusaurus site configuration. The most significant changes are clearer documentation for meeting location fields, dependency updates, and the addition of a new Docusaurus plugin to globally load a script. These changes improve API usability and maintainability, and ensure the documentation site is up to date and easier to understand.
API Documentation Improvements:
type,value,id) to provide clearer, more structured explanations of each field and its possible values, both in the OpenAPI YAML/JSON and static files. [1] [2] [3] [4] [5] [6] [7] [8] [9]Docusaurus Configuration and Plugin Updates:
scalarScriptPlugin.js) to globally inject the Scalar standalone script, ensuring it's loaded once on all pages. [1] [2]cdnproperty (currently set as an empty string) for improved future extensibility. [1] [2] [3]Dependency and Tooling Upgrades:
package.json, including@scalar/api-reference,@scalar/docusaurus,@redocly/cli,@types/node, andprettier, to ensure the project uses the latest features and bug fixes. [1] [2]