Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
refactor: ♻️ order entries chronologically
Browse files Browse the repository at this point in the history
  • Loading branch information
meisZWFLZ authored Mar 8, 2024
1 parent f2685b6 commit 5414b64
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
5 changes: 0 additions & 5 deletions entries/auton/auton.typ

This file was deleted.

20 changes: 14 additions & 6 deletions entries/entries.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,26 @@

#include "./structure/structure.typ"

#include "./versioning/versioning.typ"
#include "./driver/driver.typ"

#include "./odom/odom.typ"

#include "./pros/pros.typ"

#include "./driver/driver.typ"
#include "./auton/disrupt/disrupt.typ"

#include "./odom/odom.typ"
#include "./auton/close-awp/close-awp.typ"

#include "./auton/far-awp/far-awp.typ"

#include "./auton/pre-skills/pre-skills.typ"

#include "./auton/skills/skills.typ"

#include "./boomerang/boomerang.typ"

#include "./auton/auton.typ"
#include "./versioning/versioning.typ"

#include "./catapult/catapult.typ"
#include "./pure_pursuit/pure_pursuit.typ"

#include "./pure_pursuit/pure_pursuit.typ"
#include "./lift/lift.typ"
2 changes: 1 addition & 1 deletion entries/intro/intro.typ
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#show: create-body-entry.with(
title: "Introduction",
type: "notebook",
date: datetime(year: 2024, month: 1, day: 15),
date: datetime(year: 1, month: 1, day: 1),
author: "Andrew Curtis",
)

Expand Down
2 changes: 1 addition & 1 deletion entries/pure_pursuit/pure_pursuit.typ
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#show: create-body-entry.with(
title: "Concept: Pure Pursuit",
type: "concept",
date: datetime(year: 2023, month: 11, day: 28), // TODO: fix date
date: datetime(year: 2024, month: 3, day: 6),
author: "Andrew Curtis",
)

Expand Down

0 comments on commit 5414b64

Please sign in to comment.