Skip to content

Commit

Permalink
docs(dual-region): first rework of the operational procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
Langleu committed Mar 27, 2024
1 parent ab7ecc9 commit 8211fbb
Show file tree
Hide file tree
Showing 16 changed files with 209 additions and 125 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
import React from "react";

import "./stateContainer.css";

export default function StateContainer({ current, desired, description, code }) {
return (
<div class="wrapper">
<div class="aside left-1">
<div>
<h5>Current State</h5>
</div>
<div>
{current}
</div>
</div>
<div class="aside right-2">
<div>
<h5>Desired State</h5>
</div>
<div>
{desired}
</div>
</div>
<div class="below">
<div>
<h3>Description / Code</h3>
</div>
<div>
{description}
{code}
</div>
</div>
<div class="below">
<br></br>
</div>
</div>
);
}
234 changes: 159 additions & 75 deletions docs/self-managed/operational-guides/multi-region/dual-region-ops.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 0 additions & 38 deletions docs/self-managed/operational-guides/multi-region/swipItem.jsx

This file was deleted.

0 comments on commit 8211fbb

Please sign in to comment.