chore(readme): remove order attributes from readme module
This commit is contained in:
parent
9420f4b84c
commit
b87595ccda
2 changed files with 0 additions and 6 deletions
|
@ -8,14 +8,9 @@ in
|
||||||
description = ''
|
description = ''
|
||||||
This flake serves as a monorepo for my systems (using IaC), dotfiles, and scripts.
|
This flake serves as a monorepo for my systems (using IaC), dotfiles, and scripts.
|
||||||
'';
|
'';
|
||||||
order = [
|
|
||||||
"Generated Files"
|
|
||||||
"helpers"
|
|
||||||
];
|
|
||||||
parts.helpers = {
|
parts.helpers = {
|
||||||
heading = "Helpers";
|
heading = "Helpers";
|
||||||
description = "The following are some helpers for the repo as a whole.";
|
description = "The following are some helpers for the repo as a whole.";
|
||||||
order = [ "Generating Text" ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,6 @@ let
|
||||||
value
|
value
|
||||||
]
|
]
|
||||||
else
|
else
|
||||||
# TODO: handle order being empty
|
|
||||||
flatten [
|
flatten [
|
||||||
[
|
[
|
||||||
(sectionHeading (if value.heading == "" then name else value.heading))
|
(sectionHeading (if value.heading == "" then name else value.heading))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue