Skip to content

Commit

Permalink
Deploying to gh-pages from @ eb80142 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely committed Mar 9, 2024
1 parent 54aae97 commit 50bad64
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 335 deletions.
24 changes: 14 additions & 10 deletions common/3.0/update_frontend_image/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3728,6 +3728,10 @@ <h3 id="download-uijson-file">Download ui.json file</h3>
&quot;name&quot;: &quot;abcdesktop.io&quot;,
&quot;projectNameSplitedHTML&quot;: &quot;&lt;span id='projectNameSplitedStagea'&gt;a&lt;/span&gt;&lt;span id='projectNameSplitedStageb'&gt;b&lt;/span&gt;&lt;span id='projectNameSplitedStagec'&gt;c&lt;/span&gt;&lt;span id='projectNameSplitedStaged'&gt;desktop&lt;/span&gt;&quot;,
&quot;colors&quot;: [
{
&quot;name&quot;: &quot;@x11bgcolor&quot;,
&quot;value&quot;: &quot;#6EC6F0&quot;
},
{
&quot;name&quot;: &quot;@primary&quot;,
&quot;value&quot;: &quot;#474B55&quot;
Expand Down Expand Up @@ -3804,7 +3808,7 @@ <h4 id="update-the-uijson-with-your-own-values">Update the ui.json with your own
<pre><code class="language-json"> &quot;name&quot;: &quot;acmedesktop.io&quot;,
&quot;projectNameSplitedHTML&quot;: &quot;&lt;span id='projectNameSplitedStagea'&gt;A&lt;/span&gt;&lt;span id='projectNameSplitedStageb'&gt;c&lt;/span&gt;&lt;span id='projectNameSplitedStagec'&gt;me&lt;/span&gt;&lt;span id='projectNameSplitedStaged'&gt;desktop&lt;/span&gt;&quot;,
</code></pre>
<p>An change the colors <code>info</code> <code>tertiary</code> </p>
<p>An change the color <code>x11bgcolor</code></p>
<table>
<thead>
<tr>
Expand All @@ -3814,20 +3818,23 @@ <h4 id="update-the-uijson-with-your-own-values">Update the ui.json with your own
</thead>
<tbody>
<tr>
<td>@quaternary</td>
<td>#18974c</td>
</tr>
<tr>
<td>@info</td>
<td>@x11bgcolor</td>
<td>#18974c</td>
</tr>
</tbody>
</table>
<blockquote>
<p>You should use the same value for <code>ABCDESKTOP_BG_COLOR</code> and for <code>@x11bgcolor</code>. </p>
</blockquote>
<p>Example</p>
<pre><code class="language-json">{
&quot;name&quot;: &quot;acmedesktop.io&quot;,
&quot;projectNameSplitedHTML&quot;: &quot;&lt;span id='projectNameSplitedStagea'&gt;A&lt;/span&gt;&lt;span id='projectNameSplitedStageb'&gt;c&lt;/span&gt;&lt;span id='projectNameSplitedStagec'&gt;me&lt;/span&gt;&lt;span id='projectNameSplitedStaged'&gt;desktop&lt;/span&gt;&quot;,
&quot;colors&quot;: [
{
&quot;name&quot;: &quot;@x11bgcolor&quot;,
&quot;value&quot;: &quot;#18974c&quot;
},
{
&quot;name&quot;: &quot;@primary&quot;,
&quot;value&quot;: &quot;#474B55&quot;
Expand Down Expand Up @@ -3966,9 +3973,6 @@ <h4 id="docker-build">Docker build</h4>
---&gt; cbb23fb8634e
Step 4/8 : RUN cd /var/webModules &amp;&amp; make prod
---&gt; Running in 976ee31ac5db
fatal: not a git repository: /var/webModules/../../.git/modules/var/webModules
fatal: not a git repository: /var/webModules/../../.git/modules/var/webModules
fatal: not a git repository: /var/webModules/../../.git/modules/var/webModules
create html page /var/webModules/demo.html
create html page /var/webModules/index.session.mustache.html
create html page /var/webModules/app.html
Expand All @@ -3990,7 +3994,7 @@ <h4 id="docker-build">Docker build</h4>
Total duration: 12.752s
Removing intermediate container 976ee31ac5db
---&gt; 784902ce50c1
Step 5/8 : FROM abcdesktopio/oc.nginx:3.0
Step 5/8 : FROM abcdesktopio/oc.nginx:3.2
---&gt; c77f6c5ca8a1
Step 6/8 : COPY --from=builder var/webModules /var/webModules
---&gt; 68474a5ee2d5
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 50bad64

Please sign in to comment.