Add initial Copenhagen Truck Wash API documentation, including API overview, authentication, error handling, introduction, and Writerside configuration.

This commit is contained in:
Jeppe Bundgaard
2026-03-17 15:55:11 +01:00
parent 979b0f8fac
commit 6cc5dc2210
11 changed files with 2600 additions and 3331 deletions
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="Introduction" id="Introduction">
<p>Welcome to the %product% documentation.</p>
<p>This API provides access to the Copenhagen Truck Wash system, allowing you to manage wash bookings, vehicle data, and customer information.</p>
<chapter title="Overview" id="overview">
<p>The API is built on REST principles and returns JSON-encoded responses.</p>
</chapter>
</topic>