convert all the hardware docs to adoc
This commit is contained in:
@@ -10,12 +10,11 @@ let
|
||||
tag = ".. _${lib.strings.replaceStrings [ " " ] [ "-" ] n}:";
|
||||
d' = {
|
||||
description = ''
|
||||
${n}
|
||||
${substring 0 (stringLength n) "============================"}
|
||||
== ${n}
|
||||
'';
|
||||
} // d;
|
||||
in
|
||||
"${tag}\n\n${d'.description}"
|
||||
"\n${d'.description}"
|
||||
) devices;
|
||||
in
|
||||
writeText "hwdoc" ''
|
||||
|
@@ -24,7 +24,7 @@ include::code-of-conduct.adoc[]
|
||||
[appendix]
|
||||
= Supported hardware
|
||||
|
||||
=== Recommended devices
|
||||
== Recommended devices
|
||||
|
||||
For development, the supported GL.iNet devices are all good choices if
|
||||
you can find them, as they have a builtin "debrick" procedure in the
|
||||
|
Reference in New Issue
Block a user