From 22a6bc4b8270ffc6e6f784d14edad9c615a91746 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sun, 27 Jul 2025 10:48:02 +0100 Subject: [PATCH] chore: remove mockdata dir --- src/mock-data/mock-entries.ts | 84 ----------------------------------- src/mock-data/mock-tags.ts | 60 ------------------------- 2 files changed, 144 deletions(-) delete mode 100644 src/mock-data/mock-entries.ts delete mode 100644 src/mock-data/mock-tags.ts diff --git a/src/mock-data/mock-entries.ts b/src/mock-data/mock-entries.ts deleted file mode 100644 index 23c9f4d..0000000 --- a/src/mock-data/mock-entries.ts +++ /dev/null @@ -1,84 +0,0 @@ -const mockEntries = [ - { - title: "Accessing secrets from a Lambda", - url: "#", - }, - { - title: "Appending to files in Python", - url: "#", - }, - { - title: "Application Layer", - url: "#", - }, - { - title: "Bluetooth", - url: "#", - }, - { - title: "Call stack", - url: "#", - }, - { - title: "Dependency injection", - url: "#", - }, - { - title: "Disk size utilities", - url: "#", - }, - { - title: "Docker architecture", - url: "#", - }, - { - title: "File descriptors", - url: "#", - }, - { - title: "Function overloads", - url: "#", - }, - { - title: "Guide to YAML", - url: "#", - }, - { - title: "Hardware abstraction and modularity", - url: "#", - }, - { - title: "HTTPS", - url: "#", - }, - { - title: "Identify merged branches", - url: "#", - }, - { - title: "Journey of a GraphQL query", - url: "#", - }, - { - title: "Latches", - url: "#", - }, - { - title: "Linux disk partitions", - url: "#", - }, - { - title: "Let's Encrypt", - url: "#", - }, - { - title: "Memoization in React", - url: "#", - }, - { - title: "Network protocols", - url: "#", - }, -] - -export { mockEntries } diff --git a/src/mock-data/mock-tags.ts b/src/mock-data/mock-tags.ts deleted file mode 100644 index f16bd5d..0000000 --- a/src/mock-data/mock-tags.ts +++ /dev/null @@ -1,60 +0,0 @@ -const mockTags = [ - { - title: "APIs", - url: "#", - }, - { - title: "ARPANET", - url: "#", - }, - { - title: "arch-linux", - url: "#", - }, - { - title: "algorithms", - url: "#", - }, - { - title: "binary", - url: "#", - }, - { - title: "bus", - url: "#", - }, - { - title: "computer-architecture", - url: "#", - }, - { - title: "cryptography", - url: "#", - }, - { - title: "modems", - url: "#", - }, - { - title: "mongo-db", - url: "#", - }, - { - title: "ports", - url: "#", - }, - { - title: "python", - url: "#", - }, - { - title: "sound", - url: "#", - }, - { - title: "systemd", - url: "#", - }, -] - -export { mockTags }