From b2ad60929cac21bb6cd0ec2e69e981c94d597ea5 Mon Sep 17 00:00:00 2001 From: Mauran Date: Thu, 27 Apr 2023 16:03:08 +0200 Subject: [PATCH] fix(documentation): fix background color to white for mermaid schema --- docs/src/workloads/index.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/src/workloads/index.md b/docs/src/workloads/index.md index 9cd7297e..b77f173f 100644 --- a/docs/src/workloads/index.md +++ b/docs/src/workloads/index.md @@ -7,7 +7,7 @@ instance immediately, but it will be used as a definition to deploy an instance. The implementation only support JSON format, but the API is designed to be extensible to support other formats in the future. In case you expect to have a -specific format, please +specific format, please [open an issue](https://github.com/rik-org/rik/issues/new/choose) to discuss it. @@ -39,15 +39,15 @@ sequenceDiagram participant Secondary as RIK Secondary Node Bob-->>Primary: Request new instance
of a workload note over Primary: Status: PENDING - Primary-->>Scheduler: Request Schedule + Primary-->>Scheduler: Request Schedule note over Scheduler: Status: PENDING Scheduler-->>Secondary: Determine appropriate node and
order scheduler note over Secondary: Status: CREATING Secondary-->>Secondary: Download and run
necessary components note over Secondary: Status: RUNNING - Secondary-->>Scheduler: Return instance running OK - Scheduler-->>Primary: Return instance running OK - Primary-->>Bob: Return instance running OK + Secondary-->>Scheduler: Return instance running OK + Scheduler-->>Primary: Return instance running OK + Primary-->>Bob: Return instance running OK ``` @@ -57,5 +57,13 @@ sequenceDiagram {{#include schema-v1.json}} ``` -[^1]: This workload will probably be renamed in the future, as it is not - strictly related to functions. \ No newline at end of file +[^1]: + This workload will probably be renamed in the future, as it is not + strictly related to functions. + +