Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions concepts/overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@ <h1>Overview</h1>
<p>Symphony operates within an orchestration layer, strategically positioned atop preexisting tools and services. To establish uniformity amidst the diverse edge environment, Symphony relies on a set of fundamental high-level abstractions. These encompass state-seeking, graph, workflow, and app models. These foundational abstractions empower Symphony to deliver robust functionalities across various technologies and platforms while maintaining a concise object model.</p>
<h2 id="abstractions">Abstractions</h2>
<ul>
<li><a href="./state_seeking.md">State seeking</a>: How Symphony brings the current state of a system to the desired state.</li>
<li><a href="./information_graph.md">Information graph</a>: How Symphony organizes, accesses, and synchronizes enterprise information.</li>
<li><a href="./workflows.md">Workflows</a>: How Symphony manages multi-stage deployment scenarios.</li>
<li><a href="./orchestration_model.md">App orchestration model</a>: How Symphony defines the components that make up a scenario.</li>
<li><a href="../abstractions/state_seeking/index.html">State seeking</a>: How Symphony brings the current state of a system to the desired state.</li>
<li><a href="../abstractions/info_graph/index.html">Information graph</a>: How Symphony organizes, accesses, and synchronizes enterprise information.</li>
<li><a href="../abstractions/workflows/index.html">Workflows</a>: How Symphony manages multi-stage deployment scenarios.</li>
<li><a href="../abstractions/app_orch_model/index.html">App orchestration model</a>: How Symphony defines the components that make up a scenario.</li>
</ul>


Expand Down