diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6b665aa --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} diff --git a/404.html b/404.html index e0450d7..022e8b2 100644 --- a/404.html +++ b/404.html @@ -153,6 +153,8 @@ Arclight v1.0.0 + diff --git a/add-storage-pool.html b/add-storage-pool.html index 67bc11f..c3ce026 100644 --- a/add-storage-pool.html +++ b/add-storage-pool.html @@ -153,6 +153,8 @@ Arclight v1.0.0 + diff --git a/api.html b/api.html index b84a304..7567d60 100644 --- a/api.html +++ b/api.html @@ -153,6 +153,8 @@ Arclight v1.0.0 + diff --git a/css/general.css b/css/general.css index ef2ba50..404e2a9 100644 --- a/css/general.css +++ b/css/general.css @@ -1,49 +1,70 @@ /* Base styles and content styles */ -@import 'variables.css'; +@import "variables.css"; :root { - /* Browser default font-size is 16px, this way 1 rem = 10px */ - font-size: 62.5%; + /* Browser default font-size is 16px, this way 1 rem = 10px */ + font-size: 62.5%; } html { - font-family: "Open Sans", sans-serif; - color: var(--fg); - background-color: var(--bg); - text-size-adjust: none; - -webkit-text-size-adjust: none; + font-family: "Open Sans", sans-serif; + color: var(--fg); + background-color: var(--bg); + text-size-adjust: none; + -webkit-text-size-adjust: none; } body { - margin: 0; - font-size: 1.6rem; - overflow-x: hidden; + margin: 0; + font-size: 1.6rem; + overflow-x: hidden; } code { - font-family: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace !important; - font-size: 0.875em; /* please adjust the ace font size accordingly in editor.js */ + font-family: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace !important; + font-size: 0.875em; /* please adjust the ace font size accordingly in editor.js */ } /* Don't change font size in headers. */ -h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { - font-size: unset; +h1 code, +h2 code, +h3 code, +h4 code, +h5 code, +h6 code { + font-size: unset; } -.left { float: left; } -.right { float: right; } -.boring { opacity: 0.6; } -.hide-boring .boring { display: none; } -.hidden { display: none !important; } +.left { + float: left; +} +.right { + float: right; +} +.boring { + opacity: 0.6; +} +.hide-boring .boring { + display: none; +} +.hidden { + display: none !important; +} -h2, h3 { margin-top: 2.5em; } -h4, h5 { margin-top: 2em; } +h2, +h3 { + margin-top: 2.5em; +} +h4, +h5 { + margin-top: 2em; +} .header + .header h3, .header + .header h4, .header + .header h5 { - margin-top: 1em; + margin-top: 1em; } h1:target::before, @@ -52,10 +73,10 @@ h3:target::before, h4:target::before, h5:target::before, h6:target::before { - display: inline-block; - content: "ยป"; - margin-left: -30px; - width: 30px; + display: inline-block; + content: "ยป"; + margin-left: -30px; + width: 30px; } /* This is broken on Safari as of version 14, but is fixed @@ -63,120 +84,138 @@ h6:target::before { https://bugs.webkit.org/show_bug.cgi?id=218076 */ :target { - scroll-margin-top: calc(var(--menu-bar-height) + 0.5em); + scroll-margin-top: calc(var(--menu-bar-height) + 0.5em); } .page { - outline: 0; - padding: 0 var(--page-padding); - margin-top: calc(0px - var(--menu-bar-height)); /* Compensate for the #menu-bar-hover-placeholder */ + outline: 0; + padding: 0 var(--page-padding); + margin-top: calc(0px - var(--menu-bar-height)); /* Compensate for the #menu-bar-hover-placeholder */ } .page-wrapper { - box-sizing: border-box; + box-sizing: border-box; } .js:not(.sidebar-resizing) .page-wrapper { - transition: margin-left 0.3s ease, transform 0.3s ease; /* Animation: slide away */ + transition: margin-left 0.3s ease, transform 0.3s ease; /* Animation: slide away */ } .content { - overflow-y: auto; - padding: 0 15px; - padding-bottom: 50px; + overflow-y: auto; + padding: 0 15px; + padding-bottom: 50px; } .content main { - margin-left: auto; - margin-right: auto; - max-width: var(--content-max-width); -} -.content p { line-height: 1.45em; } -.content ol { line-height: 1.45em; } -.content ul { line-height: 1.45em; } -.content a { text-decoration: none; } -.content a:hover { text-decoration: underline; } -.content img, .content video { max-width: 100%; } + margin-left: auto; + margin-right: auto; + max-width: var(--content-max-width); +} +.content p { + line-height: 1.45em; +} +.content ol { + line-height: 1.45em; +} +.content ul { + line-height: 1.45em; +} +.content a { + text-decoration: none; +} +.content a:hover { + text-decoration: underline; +} +.content img, +.content video { + max-width: 100%; +} .content .header:link, .content .header:visited { - color: var(--fg); + color: var(--fg); } .content .header:link, .content .header:visited:hover { - text-decoration: none; + text-decoration: none; } table { - margin: 0 auto; - border-collapse: collapse; + margin: 0 auto; + border-collapse: collapse; } table td { - padding: 3px 20px; - border: 1px var(--table-border-color) solid; + padding: 3px 20px; + border: 1px var(--table-border-color) solid; } table thead { - background: var(--table-header-bg); + background: var(--table-header-bg); } table thead td { - font-weight: 700; - border: none; + font-weight: 700; + border: none; } table thead th { - padding: 3px 20px; + padding: 3px 20px; } table thead tr { - border: 1px var(--table-header-bg) solid; + border: 1px var(--table-header-bg) solid; } /* Alternate background colors for rows */ table tbody tr:nth-child(2n) { - background: var(--table-alternate-bg); + background: var(--table-alternate-bg); } - blockquote { - margin: 20px 0; - padding: 0 20px; - color: var(--fg); - background-color: var(--quote-bg); - border-top: .1em solid var(--quote-border); - border-bottom: .1em solid var(--quote-border); + margin: 20px 0; + padding: 0 20px; + color: var(--fg); + background-color: var(--quote-bg); + border-top: 0.1em solid var(--quote-border); + border-bottom: 0.1em solid var(--quote-border); } - :not(.footnote-definition) + .footnote-definition, .footnote-definition + :not(.footnote-definition) { - margin-top: 2em; + margin-top: 2em; } .footnote-definition { - font-size: 0.9em; - margin: 0.5em 0; + font-size: 0.9em; + margin: 0.5em 0; } .footnote-definition p { - display: inline; + display: inline; } .tooltiptext { - position: absolute; - visibility: hidden; - color: #fff; - background-color: #333; - transform: translateX(-50%); /* Center by moving tooltip 50% of its width left */ - left: -8px; /* Half of the width of the icon */ - top: -35px; - font-size: 0.8em; - text-align: center; - border-radius: 6px; - padding: 5px 8px; - margin: 5px; - z-index: 1000; + position: absolute; + visibility: hidden; + color: #fff; + background-color: #333; + transform: translateX(-50%); /* Center by moving tooltip 50% of its width left */ + left: -8px; /* Half of the width of the icon */ + top: -35px; + font-size: 0.8em; + text-align: center; + border-radius: 6px; + padding: 5px 8px; + margin: 5px; + z-index: 1000; } .tooltipped .tooltiptext { - visibility: visible; + visibility: visible; } .chapter li.part-title { - color: var(--sidebar-fg); - margin: 5px 0px; - font-weight: bold; + color: var(--sidebar-fg); + margin: 5px 0px; + font-weight: bold; } .result-no-output { - font-style: italic; + font-style: italic; +} + +.border { + border: 2px solid transparent; + border-image: linear-gradient(to right, rgb(51, 51, 51), rgb(199, 199, 199)); + border-image-slice: 1; + margin-top: 40px; } diff --git a/encrypt_arclight/cert.html b/encrypt_arclight/cert.html index 79dba30..bf0a58a 100644 --- a/encrypt_arclight/cert.html +++ b/encrypt_arclight/cert.html @@ -152,6 +152,8 @@
  • Arclight v1.0.0
  • + diff --git a/encrypt_arclight/index.html b/encrypt_arclight/index.html index be89521..48ddd07 100644 --- a/encrypt_arclight/index.html +++ b/encrypt_arclight/index.html @@ -152,6 +152,8 @@
  • Arclight v1.0.0
  • + diff --git a/encrypt_arclight/self-cert.html b/encrypt_arclight/self-cert.html index a8ee906..8b0df68 100644 --- a/encrypt_arclight/self-cert.html +++ b/encrypt_arclight/self-cert.html @@ -151,6 +151,8 @@
  • Arclight v1.0.0
  • + diff --git a/getting_started/centos.html b/getting_started/centos.html index 55b4f77..cb5c99e 100644 --- a/getting_started/centos.html +++ b/getting_started/centos.html @@ -150,6 +150,8 @@
  • Arclight v1.0.0
  • + diff --git a/getting_started/index.html b/getting_started/index.html index a2970d6..7716333 100644 --- a/getting_started/index.html +++ b/getting_started/index.html @@ -150,6 +150,8 @@
  • Arclight v1.0.0
  • + diff --git a/getting_started/ubuntu.html b/getting_started/ubuntu.html index 811b913..77dca06 100644 --- a/getting_started/ubuntu.html +++ b/getting_started/ubuntu.html @@ -150,6 +150,8 @@
  • Arclight v1.0.0
  • + diff --git a/index.html b/index.html index 2df4d71..adfd8b6 100644 --- a/index.html +++ b/index.html @@ -1,384 +1,318 @@ - - - - Arclight Documentation By Chatnaut Cloud Solutions - - - - - - - - - - - - - - - - - - + + + + Arclight Documentation By Chatnaut Cloud Solutions + + + + + - - - - - + + + + + + + + + + + + + - - - if (sidebar.startsWith('"') && sidebar.endsWith('"')) { - localStorage.setItem( - "mdbook-sidebar", - sidebar.slice(1, sidebar.length - 1) - ); - } - } catch (e) {} - + + - - + } catch (e) { } + - -
    -
    - -

    Arclight Documentation - +

    -
    - - - -
    + +
    - - - - - - - - + +
    + + + + + + + + + + + + + - - - - - + \ No newline at end of file diff --git a/introduction.html b/introduction.html index 6f17c24..f23ebfb 100644 --- a/introduction.html +++ b/introduction.html @@ -1,383 +1,316 @@ - - - - Arclight Documentation By Chatnaut Cloud Solutions - - - - - - - - - - - - - - - - - - + + + + Arclight Documentation By Chatnaut Cloud Solutions + + + + + - - - - - + + + + + + + + + + + + + - - - if (sidebar.startsWith('"') && sidebar.endsWith('"')) { - localStorage.setItem( - "mdbook-sidebar", - sidebar.slice(1, sidebar.length - 1) - ); - } - } catch (e) {} - + + - - + } catch (e) { } + - + -
    -
    - -

    Arclight Documentation - +

    -
    - - - -
    + +
    - - - - - - - - + +
    + + + + + + + + + + + + + - - - - - + \ No newline at end of file diff --git a/iso-images-for-kvm.html b/iso-images-for-kvm.html index 04a6402..98589e7 100644 --- a/iso-images-for-kvm.html +++ b/iso-images-for-kvm.html @@ -152,6 +152,8 @@ Arclight v1.0.0 + diff --git a/nvidia-cloud-validated-lockup-rgb-blk-for-screen.jpg b/nvidia-cloud-validated-lockup-rgb-blk-for-screen.jpg new file mode 100644 index 0000000..7db7082 Binary files /dev/null and b/nvidia-cloud-validated-lockup-rgb-blk-for-screen.jpg differ diff --git a/nvidia-cloud-validated-lockup-rgb-blk-for-screen.png b/nvidia-cloud-validated-lockup-rgb-blk-for-screen.png new file mode 100644 index 0000000..0696ad1 Binary files /dev/null and b/nvidia-cloud-validated-lockup-rgb-blk-for-screen.png differ diff --git a/pre-installation.html b/pre-installation.html index f6eeb27..628b18c 100644 --- a/pre-installation.html +++ b/pre-installation.html @@ -153,6 +153,8 @@ Arclight v1.0.0 + diff --git a/print.html b/print.html index 38f31c5..2028953 100644 --- a/print.html +++ b/print.html @@ -154,6 +154,8 @@ Arclight v1.0.0 + diff --git a/whats-new.html b/whats-new.html index 145d099..914f554 100644 --- a/whats-new.html +++ b/whats-new.html @@ -152,6 +152,8 @@ Arclight v1.0.0 + @@ -366,4 +368,4 @@

    [2.0.0] - 10.Aug.2022

    - + \ No newline at end of file