Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Azure/eraser into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnamehrotra committed Jan 22, 2024
2 parents 0503c28 + ac614ff commit d5c0fe4
Show file tree
Hide file tree
Showing 4 changed files with 614 additions and 661 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: 18.x
node-version: 20.x

- name: Get yarn cache
id: yarn-cache
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
title: 'Eraser Docs',
url: 'https://eraser-dev.github.io',
baseUrl: '/eraser/docs/',
onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
trailingSlash: false,
Expand Down
10 changes: 6 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
"dependencies": {
"@docusaurus/core": "3.1.0",
"@docusaurus/preset-classic": "3.1.0",
"@mdx-js/react": "^1.6.22",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.1.0",
"prism-react-renderer": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"got": "^14.0.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"trim": "^1.0.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.0"
Expand Down
Loading

0 comments on commit d5c0fe4

Please sign in to comment.