chore: remove mockdata dir
This commit is contained in:
parent
a6e81f421d
commit
22a6bc4b82
2 changed files with 0 additions and 144 deletions
|
|
@ -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 }
|
||||
|
|
@ -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 }
|
||||
Loading…
Add table
Reference in a new issue