Skip to content

Commit

Permalink
chore(website): Update Docusaurus to 2.0.0-alpha.59
Browse files Browse the repository at this point in the history
  • Loading branch information
the-spyke committed Jul 28, 2020
1 parent c005a28 commit 73573d5
Show file tree
Hide file tree
Showing 3 changed files with 754 additions and 241 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module.exports = {
title: `Undercut`,
tagline: `JavaScript data processing pipelines and utilities`,
tagline: `JavaScript lazy data processing pipelines and utilities`,
url: `https://undercut.js.org`,
baseUrl: `/`,
favicon: `img/favicon.ico`,
Expand All @@ -13,7 +13,7 @@ module.exports = {
alt: `logo`,
src: `img/logo-192x192.png`,
},
links: [
items: [
{ to: `docs/introduction`, label: `Docs`, position: `left` },
{
href: `https://dev.to/t/undercutjs/latest`,
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"react-dom": "^16.13.1"
},
"devDependencies": {
"@docusaurus/core": "^2.0.0-alpha.58",
"@docusaurus/preset-classic": "^2.0.0-alpha.58",
"@docusaurus/core": "^2.0.0-alpha.59",
"@docusaurus/preset-classic": "^2.0.0-alpha.59",
"eslint": "^7.5.0",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8"
Expand Down
Loading

0 comments on commit 73573d5

Please sign in to comment.