From 5f658f28525d855b983d0aa1c4cfcb5721b3cbbf Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Fri, 26 Apr 2024 12:10:13 +0200 Subject: Migration to hyde 0.0.3 --- docs/shell/commands.rhtml.config | 2 +- docs/shell/grep.rhtml.config | 2 +- docs/shell/index.rhtml.config | 2 +- docs/shell/jq.rhtml.config | 2 +- docs/shell/shell.rhtml | 90 ++++++++++++++++++++++++++++++++++++++++ docs/shell/shell.rhtml.config | 1 + docs/shell/shell.tmpl | 90 ---------------------------------------- 7 files changed, 95 insertions(+), 94 deletions(-) create mode 100644 docs/shell/shell.rhtml create mode 100644 docs/shell/shell.rhtml.config delete mode 100644 docs/shell/shell.tmpl (limited to 'docs/shell') 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.rhtml b/docs/shell/shell.rhtml new file mode 100644 index 0000000..3cbf740 --- /dev/null +++ b/docs/shell/shell.rhtml @@ -0,0 +1,90 @@ + + +
+
+
Shell
+ +
+
+
+ Qui di seguito puoi trovare una lista di tutti i comandi trattati nella guida. +
+
+ + + + + + +
+
+
+ + +<%= 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 diff --git a/docs/shell/shell.tmpl b/docs/shell/shell.tmpl deleted file mode 100644 index f8915a8..0000000 --- a/docs/shell/shell.tmpl +++ /dev/null @@ -1,90 +0,0 @@ - - -
-
-
Shell
- -
-
-
- Qui di seguito puoi trovare una lista di tutti i comandi trattati nella guida. -
-
- - - - - - -
-
-
- - -<%= render @pageFileName %> -- cgit v1.2.3