aboutsummaryrefslogtreecommitdiff
path: root/docs/shell
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-04-26 12:10:13 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-04-26 12:10:13 +0200
commit5f658f28525d855b983d0aa1c4cfcb5721b3cbbf (patch)
tree5d7c8218e57bd6edca56b824bd11411d931bc5fd /docs/shell
parentc9d49bba90e59b55e9470b897215e182627e4b77 (diff)
downloadwebsite-5f658f28525d855b983d0aa1c4cfcb5721b3cbbf.tar.gz
website-5f658f28525d855b983d0aa1c4cfcb5721b3cbbf.zip
Migration to hyde 0.0.3
Diffstat (limited to 'docs/shell')
-rw-r--r--docs/shell/commands.rhtml.config2
-rw-r--r--docs/shell/grep.rhtml.config2
-rw-r--r--docs/shell/index.rhtml.config2
-rw-r--r--docs/shell/jq.rhtml.config2
-rw-r--r--docs/shell/shell.rhtml (renamed from docs/shell/shell.tmpl)6
-rw-r--r--docs/shell/shell.rhtml.config1
6 files changed, 8 insertions, 7 deletions
diff --git a/docs/shell/commands.rhtml.config b/docs/shell/commands.rhtml.config
index 9664c1b..50ca872 100644
--- a/docs/shell/commands.rhtml.config
+++ b/docs/shell/commands.rhtml.config
@@ -1,4 +1,4 @@
title: "Shell"
category: notes
pageNames: [shell, shell-commands, Comandi]
-master: [docs/shell/shell.tmpl, master.rhtml] \ No newline at end of file
+master: docs/shell/shell.rhtml
diff --git a/docs/shell/grep.rhtml.config b/docs/shell/grep.rhtml.config
index 8b44c53..ba01d17 100644
--- a/docs/shell/grep.rhtml.config
+++ b/docs/shell/grep.rhtml.config
@@ -1,4 +1,4 @@
title: "Shell [grep]"
category: notes
pageNames: [shell, shell-commands, grep]
-master: [docs/shell/shell.tmpl, master.rhtml]
+master: docs/shell/shell.rhtml
diff --git a/docs/shell/index.rhtml.config b/docs/shell/index.rhtml.config
index 35b84b0..fbe9e2c 100644
--- a/docs/shell/index.rhtml.config
+++ b/docs/shell/index.rhtml.config
@@ -1,4 +1,4 @@
title: "Shell"
category: notes
pageNames: [shell, shell-index, Indice]
-master: [docs/shell/shell.tmpl, master.rhtml] \ No newline at end of file
+master: docs/shell/shell.rhtml
diff --git a/docs/shell/jq.rhtml.config b/docs/shell/jq.rhtml.config
index c937145..be0752e 100644
--- a/docs/shell/jq.rhtml.config
+++ b/docs/shell/jq.rhtml.config
@@ -1,4 +1,4 @@
title: "Shell [jq]"
category: notes
pageNames: [shell, shell-commands, jq]
-master: [docs/shell/shell.tmpl, master.rhtml] \ No newline at end of file
+master: docs/shell/shell.rhtml
diff --git a/docs/shell/shell.tmpl b/docs/shell/shell.rhtml
index f8915a8..3cbf740 100644
--- a/docs/shell/shell.tmpl
+++ b/docs/shell/shell.rhtml
@@ -31,8 +31,8 @@
</button>
<div class="collapse show" id="commands-collapse">
<ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small">
- <li><a href="/docs/shell/grep.html" class="link-dark rounded"><b>grep</b></a></li>
- <li><a href="/docs/shell/jq.html" class="link-dark rounded"><b>jq</b> - Command-line JSON processor</a></li>
+ <li><a href="docs/shell/grep.html" class="link-dark rounded"><b>grep</b></a></li>
+ <li><a href="docs/shell/jq.html" class="link-dark rounded"><b>jq</b> - Command-line JSON processor</a></li>
<li><a href="#" class="link-dark rounded">Updates</a></li>
<li><a href="#" class="link-dark rounded">Reports</a></li>
</ul>
@@ -87,4 +87,4 @@
</div>
-<%= render @pageFileName %>
+<%= renderContent %>
diff --git a/docs/shell/shell.rhtml.config b/docs/shell/shell.rhtml.config
new file mode 100644
index 0000000..dd83b7b
--- /dev/null
+++ b/docs/shell/shell.rhtml.config
@@ -0,0 +1 @@
+master: master.rhtml