Skip to content

Instantly share code, notes, and snippets.

@zaydek-old
Created October 7, 2019 08:34
Show Gist options
  • Save zaydek-old/c74bd66e2dfe9529a95110de76401ba7 to your computer and use it in GitHub Desktop.
Save zaydek-old/c74bd66e2dfe9529a95110de76401ba7 to your computer and use it in GitHub Desktop.
// DELETEME
const activeID = "lorem-ipsum-dolor-sit-amet"
// DELETEME
const tableOfContents = [
{
h1: "Introduction",
id: "introduction",
h2: [
{ h2: "Lorem ipsum dolor sit amet", id: "lorem-ipsum-dolor-sit-amet" },
{ h2: "Consectetur adipiscing elit", id: "consectetur-adipiscing-elit" },
{ h2: "Pellentesque vitae dapibus lectus", id: "pellentesque-vitae-dapibus-lectus" },
{ h2: "Egestas eu semper nec", id: "egestas-eu-semper-nec" },
{ h2: "Imperdiet at elit", id: "imperdiet-at-elit" }
]
},
{ h1: "Lorem ipsum dolor sit amet", id: "lorem-ipsum-dolor-sit-amet-2", h2: null },
{ h1: "Consectetur adipiscing elit", id: "consectetur-adipiscing-elit-2", h2: null },
{ h1: "Pellentesque vitae dapibus lectus", id: "pellentesque-vitae-dapibus-lectus-2", h2: null },
{ h1: "Egestas eu semper nec", id: "egestas-eu-semper-nec-2", h2: null },
{ h1: "Imperdiet at elit", id: "imperdiet-at-elit-2", h2: null }
]
export { activeID, tableOfContents }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment