nhost/docs

Metadata

Closed this issue · 1 comments

Use something like this on each .mdx file

export const meta = {
 title: `Introduction to 123`,
 description: `An introduction to the  platform and how to get started deploying any kind of application.`,
 editUrl: "pages/docs/v2/introduction.mdx",
 lastEdited: "2020-06-17T13:39:34.000Z",
};

title and description should be used to set SEO tags.

editUrl and lastEdited can be used in the bottom of each page to display:

  • Where to edit this doc file on Github.
  • When the file was last edited.

Works now, use:

---
title: "Nhost documentation"
publishedAt: "2020-07-29"
summary: "Explore our documentation and learn about Nhsot"
---