diff --git a/apiconcepts/overview.md b/apiconcepts/overview.md index 1d03da2..116803a 100644 --- a/apiconcepts/overview.md +++ b/apiconcepts/overview.md @@ -1,15 +1,16 @@ -# Welcome to the XPP RESTful Web Services developer documentation # +# XPP RESTful Web Services -This site serves as the comprehensive reference for developers working with XPP RESTful Web Services. -Here, you will find detailed installation guides, configuration instructions, usage examples, and best practices for integrating and extending the capabilities of XPP through its RESTful APIs. +Welcome! This site is for developers building tools with XPP RESTful Web Services. +Here you will find installation guides, configuration instructions, usage examples, and best practices for integrating and extending the capabilities of XPP through its RESTful APIs. -For complete installation and setup information, please refer to the XPP Technical Documentation available on the official RWS documentation portal at docs.rws.com **[XPP technical documentation](https://docs.rws.com/en-US/xpp-restful-web-services-1-6-1248383/welcome-to-the-xpp-restful-web-services-documentation-411242)**. +## Installation -## Current release: XPP RESTful Web Services 1.6 ## +For complete installation and setup information, please refer to the **[XPP Technical Documentation](https://docs.rws.com/en-US/xpp-restful-web-services-1-6-1248383/welcome-to-the-xpp-restful-web-services-documentation-411242)** on the official RWS documentation portal. -The latest supported version is XPP RESTful Web Services 1.6, which includes enhancements for improved performance, stability, and broader integration capabilities. Please ensure you are reviewing the documentation that corresponds to this release to take full advantage of the most recent updates. +## API Documentation -The full OpenAPI documentation for XPP RESTful Web Services is available The OpenAPI documentation is available [here](documentation/index.html). -This resource provides a structured overview of all available endpoints, request/response formats, supported parameters, and example payloads, enabling you to quickly explore and integrate the services into your workflows. +The documentation for all API calls is available in **[this human-readable HTML web app](documentation/index.html)** that provides a structured overview of all endpoints, request/response formats, supported parameters, and example payloads. -Whether you are setting up a new environment, migrating from an earlier version, or developing custom solutions that interface with XPP, this documentation is designed to support you at every step. \ No newline at end of file +## OpenAPI Specification + +The documentation above is derived from **[this JSON file](documentation/xpp-rest.json)** that conforms to version 3.1 of the **[OpenAPI Specification](https://spec.openapis.org/oas/v3.1.0.html)**. diff --git a/docfx.json b/docfx.json index 3a4d495..feac0c2 100644 --- a/docfx.json +++ b/docfx.json @@ -26,7 +26,9 @@ "files": [ "**/images/**", "**/*.json", - "**/*.html" + "**/*.html", + "**/*.js", + "**/*.css" ] } ],