From 444c7c76fa5239b4d282859b7d6b1ee317d62265 Mon Sep 17 00:00:00 2001 From: Philip Date: Mon, 29 Jan 2024 10:44:48 -0800 Subject: [PATCH] Gatsby instructions --- content/page/documentation/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/page/documentation/index.mdx b/content/page/documentation/index.mdx index 6667ec7..45c7d6b 100644 --- a/content/page/documentation/index.mdx +++ b/content/page/documentation/index.mdx @@ -99,10 +99,10 @@ The following assumes that you have an existing GitHub repository with a `docs` 1. Clone the repository to your local machine. 2. In git, make sure that you are currently at the head of the branch that is being used to publish the Jekyll site. This is typically caled `docs` and can be verified using the repository settings page. +1. Create a new temporary branch for the Gatsby migration. Call it `gatsby-docs`. 1. Delete the file called `Gemfile`. 1. Delete the file called `.gitignore`. 1. Delete the file called `_config.yml`. -1. Create a new temporary branch for the Gatsby migration. Call it `gatsby-docs`. 1. Create a new folder inside the `docs` folder called `OLD_JEKYLL`. 1. Move all remaining files into a temporary `docs/OLD_JEKYLL` folder so that Gatsby will ignore them for now. We do this because Jekyll allows you to use files in any location and it can be confusing to have them in the same folder as the new Gatsby files. We want to move them out of the way for now and then bring them back one-by-one as we fix them. Change file extension from *.md to *.mdx