Skip to content

Commit eec17da

Browse files
committed
Update CLI docs 3125980
1 parent 1076bd4 commit eec17da

481 files changed

Lines changed: 1003373 additions & 279951 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2.0/docs/cli/index.html

Lines changed: 2055 additions & 586 deletions
Large diffs are not rendered by default.

2.0/docs/cli/manual.css

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,18 +101,62 @@ a:hover {
101101
margin: 1px 0;
102102
}
103103

104+
.nav-row {
105+
display: grid;
106+
grid-template-columns: 24px minmax(0, 1fr);
107+
gap: 2px;
108+
align-items: center;
109+
}
110+
111+
.nav-toggle {
112+
display: inline-flex;
113+
align-items: center;
114+
justify-content: center;
115+
width: 24px;
116+
height: 28px;
117+
margin: 0;
118+
border: 0;
119+
border-radius: 6px;
120+
background: transparent;
121+
color: var(--muted);
122+
cursor: pointer;
123+
}
124+
125+
.nav-toggle:hover {
126+
background: #eaeef2;
127+
}
128+
129+
.nav-toggle-icon {
130+
display: block;
131+
width: 0;
132+
height: 0;
133+
border-top: 4px solid transparent;
134+
border-bottom: 4px solid transparent;
135+
border-left: 5px solid currentColor;
136+
transition: transform 120ms ease;
137+
}
138+
139+
.nav-toggle[aria-expanded="true"] .nav-toggle-icon {
140+
transform: rotate(90deg);
141+
}
142+
104143
.nav-children {
105144
margin-left: 14px;
106145
padding-left: 10px;
107146
border-left: 1px solid #d0d7de;
108147
}
109148

149+
.nav-children[hidden] {
150+
display: none;
151+
}
152+
110153
.nav-link {
111154
display: block;
112155
padding: 5px 8px;
113156
border-radius: 6px;
114157
color: var(--text);
115158
font-size: 14px;
159+
overflow-wrap: anywhere;
116160
}
117161

118162
.nav-link:hover {

2.0/docs/cli/sitemap.xml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,12 @@
582582
<url>
583583
<loc>https://wodby.com/docs/2.0/cli/wodby_cluster_update.html</loc>
584584
</url>
585+
<url>
586+
<loc>https://wodby.com/docs/2.0/cli/wodby_cluster_upgrade-infra.html</loc>
587+
</url>
588+
<url>
589+
<loc>https://wodby.com/docs/2.0/cli/wodby_cluster_upgrade-infra-apps.html</loc>
590+
</url>
585591
<url>
586592
<loc>https://wodby.com/docs/2.0/cli/wodby_completion.html</loc>
587593
</url>
@@ -1089,9 +1095,6 @@
10891095
<url>
10901096
<loc>https://wodby.com/docs/2.0/cli/wodby_org_current.html</loc>
10911097
</url>
1092-
<url>
1093-
<loc>https://wodby.com/docs/2.0/cli/wodby_org_delete.html</loc>
1094-
</url>
10951098
<url>
10961099
<loc>https://wodby.com/docs/2.0/cli/wodby_org_get.html</loc>
10971100
</url>
@@ -1194,6 +1197,9 @@
11941197
<url>
11951198
<loc>https://wodby.com/docs/2.0/cli/wodby_stack.html</loc>
11961199
</url>
1200+
<url>
1201+
<loc>https://wodby.com/docs/2.0/cli/wodby_stack_duplicate.html</loc>
1202+
</url>
11971203
<url>
11981204
<loc>https://wodby.com/docs/2.0/cli/wodby_stack_get.html</loc>
11991205
</url>
@@ -1368,6 +1374,9 @@
13681374
<url>
13691375
<loc>https://wodby.com/docs/2.0/cli/wodby_stack_settings_update.html</loc>
13701376
</url>
1377+
<url>
1378+
<loc>https://wodby.com/docs/2.0/cli/wodby_stack_sync-origin.html</loc>
1379+
</url>
13711380
<url>
13721381
<loc>https://wodby.com/docs/2.0/cli/wodby_stack_update-from-git.html</loc>
13731382
</url>
@@ -1413,6 +1422,15 @@
14131422
<url>
14141423
<loc>https://wodby.com/docs/2.0/cli/wodby_task_wait.html</loc>
14151424
</url>
1425+
<url>
1426+
<loc>https://wodby.com/docs/2.0/cli/wodby_user.html</loc>
1427+
</url>
1428+
<url>
1429+
<loc>https://wodby.com/docs/2.0/cli/wodby_user_get.html</loc>
1430+
</url>
1431+
<url>
1432+
<loc>https://wodby.com/docs/2.0/cli/wodby_user_update.html</loc>
1433+
</url>
14161434
<url>
14171435
<loc>https://wodby.com/docs/2.0/cli/wodby_version.html</loc>
14181436
</url>

0 commit comments

Comments
 (0)