Introduce Server-side editor API docs
Suggested merge commit message (convention)
Docs: Introduce Server-side editor API docs.
Additional information
Do NOT merge it before CS releases the feature.
Just an idea – any chance for a simple system diagram that shows e.g. a scene like this (naming of things should probably be improved a bit):
graph TD
%% User A and B
subgraph Browser_A["Browser (user A)"]
A1["Editor instance (user A)"]
end
subgraph Browser_B["Browser (user B)"]
B1["Editor instance (user B)"]
end
%% Cloud Services
subgraph Cloud["Cloud Services"]
C1["Editor instance (virtual user)"]
CS["Collaboration Server"]
end
%% Application Backend
Backend["Application backend (your system)"]
%% Connections
A1 --> CS
B1 --> CS
C1 --> CS
Backend -->|Server-side Editor API| C1
Looks like the CS part has been merged: https://github.com/cksource/docs/pull/760
Changes in CS have been temporarily retracted.
Docs are available on prod: https://ckeditor.com/docs/cs/latest/guides/collaboration/server-side-editor-api.html
Are we rebasing to release?
Are we rebasing to
release?
No real need to do that. We may merge it now, "as is," just as well. Unless we specifically want to ship it with the release for some reason.
Please plan the merge of it 😊