Skip to content

Commit

Permalink
update command manual to v0.139.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and metaclips committed Oct 24, 2024
1 parent 135e986 commit cdcd59f
Show file tree
Hide file tree
Showing 186 changed files with 45,397 additions and 4 deletions.
6 changes: 5 additions & 1 deletion manual/ockam-relay-create.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,11 @@ <h3 id="options"><a class="header" href="#options">Options</a></h3>
</li>
<li>
<p><code>--project-relay</code> (optional)<br/>
Whether the relay will be used to relay messages at a project. By default, this information will be inferred from the <code>--at</code> argument</p>
[DEPRECATED] Whether the relay will be used to relay messages at a project. By default, this information will be inferred from the <code>--at</code> argument</p>
</li>
<li>
<p><code>--no-connection-wait</code> (optional)<br/>
Create the Relay without waiting for the connection to be established</p>
</li>
<li>
<p><code>--retry-count [RETRY_COUNT]</code> (optional)<br/>
Expand Down
6 changes: 5 additions & 1 deletion manual/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1737,7 +1737,11 @@ <h3 id="options-38"><a class="header" href="#options-38">Options</a></h3>
</li>
<li>
<p><code>--project-relay</code> (optional)<br/>
Whether the relay will be used to relay messages at a project. By default, this information will be inferred from the <code>--at</code> argument</p>
[DEPRECATED] Whether the relay will be used to relay messages at a project. By default, this information will be inferred from the <code>--at</code> argument</p>
</li>
<li>
<p><code>--no-connection-wait</code> (optional)<br/>
Create the Relay without waiting for the connection to be established</p>
</li>
<li>
<p><code>--retry-count [RETRY_COUNT]</code> (optional)<br/>
Expand Down
2 changes: 1 addition & 1 deletion manual/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manual/searchindex.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions manual/v0.139.0/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file makes sure that Github Pages doesn't process mdBook's output.
219 changes: 219 additions & 0 deletions manual/v0.139.0/404.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions manual/v0.139.0/FontAwesome/css/font-awesome.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions manual/v0.139.0/FontAwesome/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
78 changes: 78 additions & 0 deletions manual/v0.139.0/ayu-highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
/*
Based off of the Ayu theme
Original by Dempfi (https://github.com/dempfi/ayu)
*/

.hljs {
display: block;
overflow-x: auto;
background: #191f26;
color: #e6e1cf;
}

.hljs-comment,
.hljs-quote {
color: #5c6773;
font-style: italic;
}

.hljs-variable,
.hljs-template-variable,
.hljs-attribute,
.hljs-attr,
.hljs-regexp,
.hljs-link,
.hljs-selector-id,
.hljs-selector-class {
color: #ff7733;
}

.hljs-number,
.hljs-meta,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params {
color: #ffee99;
}

.hljs-string,
.hljs-bullet {
color: #b8cc52;
}

.hljs-title,
.hljs-built_in,
.hljs-section {
color: #ffb454;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-symbol {
color: #ff7733;
}

.hljs-name {
color: #36a3d9;
}

.hljs-tag {
color: #00568d;
}

.hljs-emphasis {
font-style: italic;
}

.hljs-strong {
font-weight: bold;
}

.hljs-addition {
color: #91b362;
}

.hljs-deletion {
color: #d96c75;
}
Loading

0 comments on commit cdcd59f

Please sign in to comment.