Skip to content

Commit

Permalink
feat(docs): added nextra docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Jul 18, 2023
1 parent e22693d commit 904f437
Show file tree
Hide file tree
Showing 7 changed files with 4,363 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.next
6 changes: 6 additions & 0 deletions docs/next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const withNextra = require("nextra")({
theme: "nextra-theme-docs",
themeConfig: "./theme.config.jsx",
});

module.exports = withNextra();
Loading

0 comments on commit 904f437

Please sign in to comment.