chore(readme): remove order attributes from readme module

This commit is contained in:
Mohammad Rafiq 2025-07-05 05:30:00 +08:00
parent 9420f4b84c
commit b87595ccda
No known key found for this signature in database
2 changed files with 0 additions and 6 deletions

View file

@ -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" ];
};
};

View file

@ -52,7 +52,6 @@ let
value
]
else
# TODO: handle order being empty
flatten [
[
(sectionHeading (if value.heading == "" then name else value.heading))