Skip to content

Commit

Permalink
docs: Upgrade to Docusaurus v3. (#1165)
Browse files Browse the repository at this point in the history
* First pass.

* Ts work.

* Fix prism.

* Fix deps.
  • Loading branch information
milesj authored Nov 2, 2023
1 parent c6bef93 commit 14ff125
Show file tree
Hide file tree
Showing 54 changed files with 3,412 additions and 2,331 deletions.
3 changes: 2 additions & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"packages/*/*",
"scripts/**/*",
"website/src/**/*",
"website/*.js"
"website/*.js",
"website/*.ts",
]
}
2 changes: 1 addition & 1 deletion website/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
ignorePatterns: ['prism.config.js', 'tailwind.config.js'],
ignorePatterns: ['tailwind.config.js'],
rules: {
// This fails on windows for some reason
'import/named': 'off',
Expand Down
262 changes: 0 additions & 262 deletions website/docusaurus.config.js

This file was deleted.

Loading

0 comments on commit 14ff125

Please sign in to comment.