-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refreshes Retype-generated documentation.
Process triggered by iostpa.
- Loading branch information
Retype GitHub Action
committed
Jan 10, 2025
1 parent
b45b277
commit 5af216d
Showing
22 changed files
with
94 additions
and
93 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.6.0.789801970759"> | ||
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.6.0.789843835733"> | ||
|
||
<!-- See retype.com --> | ||
<meta name="generator" content="Retype 3.6.0"> | ||
|
@@ -31,12 +31,12 @@ | |
<script data-cfasync="false">(function () { var el = document.documentElement, m = localStorage.getItem("doc_theme"), wm = window.matchMedia; if (m === "dark" || (!m && wm && wm("(prefers-color-scheme: dark)").matches)) { el.classList.add("dark") } else { el.classList.remove("dark") } })();</script> | ||
|
||
<link href="../../media/logo_circle.png" rel="icon"> | ||
<link href="../../resources/css/retype.css?v=3.6.0.789801970759" rel="stylesheet"> | ||
<link href="../../resources/css/retype.css?v=3.6.0.789843835733" rel="stylesheet"> | ||
|
||
<script data-cfasync="false" src="../../resources/js/config.js?v=3.6.0.789801970759" data-turbo-eval="false" defer></script> | ||
<script data-cfasync="false" src="../../resources/js/config.js?v=3.6.0.789843835733" data-turbo-eval="false" defer></script> | ||
<script data-cfasync="false" src="../../resources/js/retype.js?v=3.6.0" data-turbo-eval="false" defer></script> | ||
<script id="lunr-js" data-cfasync="false" src="../../resources/js/lunr.js?v=3.6.0.789801970759" data-turbo-eval="false" defer></script> | ||
<script id="prism-js" data-cfasync="false" src="../../resources/js/prism.js?v=3.6.0.789801970759" defer></script> | ||
<script id="lunr-js" data-cfasync="false" src="../../resources/js/lunr.js?v=3.6.0.789843835733" data-turbo-eval="false" defer></script> | ||
<script id="prism-js" data-cfasync="false" src="../../resources/js/prism.js?v=3.6.0.789843835733" defer></script> | ||
</head> | ||
<body> | ||
<div id="docs-app" class="relative text-base antialiased text-gray-700 bg-white font-body dark:bg-dark-850 dark:text-dark-300"> | ||
|
@@ -271,7 +271,8 @@ <h2> | |
<div class="codeblock-wrapper"><doc-codeblock> | ||
<pre class="language-json"><code v-pre class="language-json">{ | ||
"owner": { | ||
"username": "github-username" | ||
"username": "github-username", | ||
"email": "[email protected]" | ||
}, | ||
"record": { | ||
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"], | ||
|
Oops, something went wrong.