Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize upgrading doc for v4.0 #7140

Merged
merged 2 commits into from Jul 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 28 additions & 0 deletions docs/_docs/upgrading/3-to-4.md
@@ -0,0 +1,28 @@
---
title: Upgrading from 3.x to 4.x
permalink: /docs/upgrading/3-to-4/
---

Upgrading from an older version of Jekyll? A few things have changed in Jekyll 4
that you'll want to know about.

Before we dive in, you need to have at least Ruby 2.3.0 installed. Run the following
in your terminal to check

```sh
ruby -v
```

If you're using Ruby >= 2.3.0, go ahead and fetch the latest version of Jekyll:

```sh
gem update jekyll
```

---

*Insert sections here*

---

*Did we miss something? Please click "Improve this page" above and add a section. Thanks!*