Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6858fb0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kecsou committed Mar 8, 2024
1 parent 2c923b1 commit 2b4a4a8
Show file tree
Hide file tree
Showing 4 changed files with 337 additions and 362 deletions.
49 changes: 12 additions & 37 deletions common/3.0/update_frontend_image/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3202,13 +3202,13 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#update-uijson-file" class="md-nav__link">
<a href="#download-uijson-file" class="md-nav__link">
<span class="md-ellipsis">
Update ui.json file
Download ui.json file
</span>
</a>

<nav class="md-nav" aria-label="Update ui.json file">
<nav class="md-nav" aria-label="Download ui.json file">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand All @@ -3235,15 +3235,6 @@
<nav class="md-nav" aria-label="Create a new Dockerfile to build changes">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#copy-uijson-file-to-your-build-directory" class="md-nav__link">
<span class="md-ellipsis">
Copy ui.json file to your build directory
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#write-your-dockerfile-to-build-the-new-image" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -3591,13 +3582,13 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#update-uijson-file" class="md-nav__link">
<a href="#download-uijson-file" class="md-nav__link">
<span class="md-ellipsis">
Update ui.json file
Download ui.json file
</span>
</a>

<nav class="md-nav" aria-label="Update ui.json file">
<nav class="md-nav" aria-label="Download ui.json file">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand All @@ -3624,15 +3615,6 @@
<nav class="md-nav" aria-label="Create a new Dockerfile to build changes">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#copy-uijson-file-to-your-build-directory" class="md-nav__link">
<span class="md-ellipsis">
Copy ui.json file to your build directory
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#write-your-dockerfile-to-build-the-new-image" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -3714,7 +3696,7 @@
<h1 id="update-and-custom-frontend-web-page">Update and custom frontend web page</h1>
<h2 id="requirements">Requirements</h2>
<ul>
<li><code>ctr</code> and <code>docker</code> package installed </li>
<li><code>docker</code> package installed </li>
</ul>
<h2 id="goals">Goals</h2>
<ul>
Expand All @@ -3740,15 +3722,11 @@ <h3 id="clone-default-webmodules">Clone default <code>webModules</code></h3>
~/build$
</code></pre>
<h2 id="locate-project-and-ui-files">Locate project and ui files</h2>
<h3 id="update-uijson-file">Update ui.json file</h3>
<p>Update your <code>ui.json</code> file. <code>ui.json</code> is located in <code>webModules/transpile/config</code> directory.</p>
<pre><code class="language-bash">cd webModules/transpile/config
total 24
drwxr-xr-x 5 deva wheel 160 Dec 7 15:17 .
drwxr-xr-x 11 deva wheel 352 Dec 7 15:17 ..
-rw-r--r-- 1 deva wheel 34 Dec 7 15:17 .cache.json
-rw-r--r-- 1 deva wheel 1532 Dec 7 15:17 modules.json
-rw-r--r-- 1 deva wheel 1480 Dec 7 15:17 ui.json
<h3 id="download-uijson-file">Download ui.json file</h3>
<p>Download the <code>ui.json</code> file. <code>ui.json</code> is located in <code>webModules/transpile/config</code> directory of <code>webModules</code> abcdesktop's repository.</p>
<pre><code class="language-bash">mkdir build
cd build
wget https://raw.githubusercontent.com/abcdesktopio/webModules/3.2/transpile/config/ui.json
</code></pre>
<p><code>ui.json</code> is a json dictionary file</p>
<p>The main entres are :</p>
Expand Down Expand Up @@ -3934,9 +3912,6 @@ <h4 id="update-the-uijson-with-your-own-values">Update the ui.json with your own
}
</code></pre>
<h3 id="create-a-new-dockerfile-to-build-changes">Create a new <code>Dockerfile</code> to build changes</h3>
<h4 id="copy-uijson-file-to-your-build-directory">Copy ui.json file to your build directory</h4>
<pre><code class="language-bash">$ cp ui.json ~/build
</code></pre>
<h4 id="write-your-dockerfile-to-build-the-new-image">Write your <code>Dockerfile</code> to build the new image</h4>
<p>Dockerfile </p>
<pre><code class="language-Dockerfile">#
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 2b4a4a8

Please sign in to comment.