Skip to content

Commit 3def9aa

Browse files
committed
update
1 parent 35ae872 commit 3def9aa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/en/coreconcepts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ AppControl includes built-in diagnostics to detect and resolve common issues rel
6565
### Resolution Process:
6666

6767
- **Stop Orphaned Components**: When an orphaned component is detected (i.e., a component that is running without its necessary parent components), AppControl will stop the orphaned components to maintain consistency.
68-
![Resolution1](images/resolution1.png)
68+
![Resolution1](resolution1.png)
6969
- **Healthy State**: Once the issues are resolved, the system reaches a **healthy state**, ensuring all components are properly aligned with their parent-child dependencies.
70-
![Resolution2](images/resolution2.png)
70+
![Resolution2](resolution2.png)
7171
- **Restart by Branch**: AppControl can restart components by "branch," ensuring that all parent and child components are properly started in sequence, maintaining the application's integrity.
72-
![Restart](images/restart.png)
72+
![Restart](restart.png)
7373

7474
---
7575

site/en/coreconcepts/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
2020
<link href="../assets/_mkdocstrings.css" rel="stylesheet"/>
2121
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
22-
<meta content="Core Concepts" name="title"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" rel="stylesheet"/><meta content="website" property="og:type"/><meta content="https://xcomponent.github.io/appcontrol-documentation/coreconcepts" property="og:url"/><meta content="Core Concepts" property="og:title"/><meta content="AppControl is built on a set of core concepts that enable effective monitoring, control, and automation of your applications across both local and cloud-based environments. Understanding these concepts will help you make full use of the platform." property="og:description"/><meta content="images/resolution1.png" property="og:image"/><meta content="summary_large_image" property="twitter:card"/><meta content="https://xcomponent.github.io/appcontrol-documentation/coreconcepts" property="twitter:url"/><meta content="Core Concepts" property="twitter:title"/><meta content="AppControl is built on a set of core concepts that enable effective monitoring, control, and automation of your applications across both local and cloud-based environments. Understanding these concepts will help you make full use of the platform." property="twitter:description"/><meta content="images/resolution1.png" property="twitter:image"/></head>
22+
<meta content="Core Concepts" name="title"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" rel="stylesheet"/><meta content="website" property="og:type"/><meta content="https://xcomponent.github.io/appcontrol-documentation/coreconcepts" property="og:url"/><meta content="Core Concepts" property="og:title"/><meta content="AppControl is built on a set of core concepts that enable effective monitoring, control, and automation of your applications across both local and cloud-based environments. Understanding these concepts will help you make full use of the platform." property="og:description"/><meta content="../resolution1.png" property="og:image"/><meta content="summary_large_image" property="twitter:card"/><meta content="https://xcomponent.github.io/appcontrol-documentation/coreconcepts" property="twitter:url"/><meta content="Core Concepts" property="twitter:title"/><meta content="AppControl is built on a set of core concepts that enable effective monitoring, control, and automation of your applications across both local and cloud-based environments. Understanding these concepts will help you make full use of the platform." property="twitter:description"/><meta content="../resolution1.png" property="twitter:image"/></head>
2323
<body data-md-color-accent="#532699" data-md-color-primary="green" data-md-color-scheme="default" dir="ltr">
2424
<input autocomplete="off" class="md-toggle" data-md-toggle="drawer" id="__drawer" type="checkbox"/>
2525
<input autocomplete="off" class="md-toggle" data-md-toggle="search" id="__search" type="checkbox"/>
@@ -651,11 +651,11 @@ <h3 id="diagnostic-situation">Diagnostic Situation:</h3>
651651
<h3 id="resolution-process">Resolution Process:</h3>
652652
<ul>
653653
<li><strong>Stop Orphaned Components</strong>: When an orphaned component is detected (i.e., a component that is running without its necessary parent components), AppControl will stop the orphaned components to maintain consistency.
654-
<img alt="Resolution1" src="images/resolution1.png"/></li>
654+
<img alt="Resolution1" src="../resolution1.png"/></li>
655655
<li><strong>Healthy State</strong>: Once the issues are resolved, the system reaches a <strong>healthy state</strong>, ensuring all components are properly aligned with their parent-child dependencies.
656-
<img alt="Resolution2" src="images/resolution2.png"/></li>
656+
<img alt="Resolution2" src="../resolution2.png"/></li>
657657
<li><strong>Restart by Branch</strong>: AppControl can restart components by "branch," ensuring that all parent and child components are properly started in sequence, maintaining the application's integrity.
658-
<img alt="Restart" src="images/restart.png"/></li>
658+
<img alt="Restart" src="../restart.png"/></li>
659659
</ul>
660660
<hr/>
661661
<h2 id="7-automated-recovery-actions">7. Automated Recovery Actions</h2>

0 commit comments

Comments
 (0)