Skip to content

Commit

Permalink
website: update docusaurus
Browse files Browse the repository at this point in the history
Currently, we cannot deploy the website because trying to run Docusaurus
on a version of Node newer than v16 causes SSL errors. This commit
updates docusaurus and adds a newly required slug field to the
front-matter of the introduction page.

Node > 16 is required because older base images in Netlify have been
deprecated and installing an old version of node is very slow.

Signed-off-by: Lucas Servén Marín <[email protected]>
  • Loading branch information
squat committed Jan 10, 2023
1 parent 8854e77 commit 57d26dd
Show file tree
Hide file tree
Showing 3 changed files with 3,465 additions and 4,811 deletions.
1 change: 1 addition & 0 deletions website/docs/README
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
id: introduction
slug: /introduction
title: Introduction
hide_title: true
custom_edit_url: https://github.com/squat/kilo/edit/master/README.md
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"deploy": "docusaurus deploy"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-beta.3",
"@docusaurus/preset-classic": "^2.0.0-beta.3",
"@docusaurus/core": "^2.2.0",
"@docusaurus/preset-classic": "^2.2.0",
"classnames": "^2.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
Loading

0 comments on commit 57d26dd

Please sign in to comment.