Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesChenX committed Dec 3, 2023
1 parent d7351f6 commit 2e7c55d
Show file tree
Hide file tree
Showing 94 changed files with 185 additions and 121 deletions.
2 changes: 1 addition & 1 deletion docs/404.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions docs/assets/server_development_plugin.md.0ab61579.lean.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import{_ as n,C as a,o as t,c as l,H as o,Q as s}from"./chunks/framework.0882ee08.js";const f=JSON.parse('{"title":"Custom Plugins","description":"","frontmatter":{},"headers":[],"relativePath":"server/development/plugin.md","filePath":"server/development/plugin.md"}'),p={name:"server/development/plugin.md"},r=s("",8),i=s("",45);function c(d,y,u,E,h,g){const e=a("mermaid");return t(),l("div",null,[r,o(e,{dsl:`stateDiagram-v2
[*] --> Loaded: Load
state start_if_succeed <<choice>>
state resume_if_succeed <<choice>>
Loaded --> start_if_succeed: Start
start_if_succeed --> Started: If succeed
start_if_succeed --> Loaded: If fail<br>(Throw or Time out)
Loaded --> Stopped: Stop
Started --> Paused: Pause
Paused --> resume_if_succeed: Resume
resume_if_succeed --> Started: If succeed
resume_if_succeed --> Paused: If fail<br>(Throw or Time out)
Started --> Stopped: Stop
Paused --> Stopped: Stop
Stopped --> [*]`}),i])}const v=n(p,[["render",c]]);export{f as __pageData,v as default};
1 change: 0 additions & 1 deletion docs/assets/server_development_plugin.md.4ad29477.lean.js

This file was deleted.

Loading

0 comments on commit 2e7c55d

Please sign in to comment.