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 = ''
|
||||
This flake serves as a monorepo for my systems (using IaC), dotfiles, and scripts.
|
||||
'';
|
||||
order = [
|
||||
"Generated Files"
|
||||
"helpers"
|
||||
];
|
||||
parts.helpers = {
|
||||
heading = "Helpers";
|
||||
description = "The following are some helpers for the repo as a whole.";
|
||||
order = [ "Generating Text" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -52,7 +52,6 @@ let
|
|||
value
|
||||
]
|
||||
else
|
||||
# TODO: handle order being empty
|
||||
flatten [
|
||||
[
|
||||
(sectionHeading (if value.heading == "" then name else value.heading))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue