-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(dual-region): first rework of the operational procedure
- Loading branch information
Showing
16 changed files
with
209 additions
and
125 deletions.
There are no files selected for viewing
File renamed without changes.
38 changes: 38 additions & 0 deletions
38
docs/self-managed/operational-guides/multi-region/components/stateContainer.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
234
docs/self-managed/operational-guides/multi-region/dual-region-ops.md
Large diffs are not rendered by default.
Oops, something went wrong.
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
38
docs/self-managed/operational-guides/multi-region/swipItem.jsx
This file was deleted.
Oops, something went wrong.