diff --git a/content/docs/getting-started/set-up.md b/content/docs/getting-started/cms-set-up.md similarity index 97% rename from content/docs/getting-started/set-up.md rename to content/docs/getting-started/cms-set-up.md index 6777d4727..b02fc71df 100644 --- a/content/docs/getting-started/set-up.md +++ b/content/docs/getting-started/cms-set-up.md @@ -1,5 +1,7 @@ --- title: Set-up the CMS +prev: /docs/getting-started/introduction +next: /docs/getting-started/edit-content --- In this step, we will install `tinacms`, wrap our app in the `TinaProvider`, create a CMS instance and configure the CMS object. diff --git a/content/docs/getting-started/editing-content.md b/content/docs/getting-started/edit-content.md similarity index 98% rename from content/docs/getting-started/editing-content.md rename to content/docs/getting-started/edit-content.md index 4a8e4fd06..606bbaaee 100644 --- a/content/docs/getting-started/editing-content.md +++ b/content/docs/getting-started/edit-content.md @@ -1,5 +1,7 @@ --- title: Editing Content +prev: /docs/getting-started/cms-set-up +next: /docs/getting-started/backends --- You'll notice that the sidebar is empty. We need to create a form to edit the data on this page — once registered with the CMS, this form will render in the sidebar and you could edit content from there.