From 866b04ff60602ece2500944470725c526d7ec4be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Fri, 15 Oct 2021 10:51:43 +0200 Subject: [PATCH] DOC: move message spec --- src/doc/specification/Specification-of-the-Message-API.md | 2 +- src/doc/specification/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/specification/Specification-of-the-Message-API.md b/src/doc/specification/Specification-of-the-Message-API.md index fc08b343..f9dedc58 100644 --- a/src/doc/specification/Specification-of-the-Message-API.md +++ b/src/doc/specification/Specification-of-the-Message-API.md @@ -1,4 +1,4 @@ -# Specification of the Message API +# CaosDB Messages ## Introduction API Version 0.1.0 diff --git a/src/doc/specification/index.rst b/src/doc/specification/index.rst index 8db44e85..64a3709a 100644 --- a/src/doc/specification/index.rst +++ b/src/doc/specification/index.rst @@ -7,7 +7,6 @@ Specification :hidden: Specification of the Entity API <entity_api> - Specification of the Message API <Specification-of-the-Message-API> Server side scripting <Server-side-scripting> Fileserver Authentication @@ -16,3 +15,4 @@ Specification Record AbstractProperty Datatype + Messages <Specification-of-the-Message-API> -- GitLab