Skip to content

Commit

Permalink
move sidebars to ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Dec 7, 2023
1 parent 93dfbee commit 6eeb902
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/site/sidebars.js → apps/site/sidebars.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// @ts-check
import type { SidebarsConfig } from "@docusaurus/plugin-content-docs"

/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
module.exports = {
const sidebars: SidebarsConfig = {
docs: [
"intro",
"installation",
Expand Down Expand Up @@ -40,3 +39,5 @@ module.exports = {
},
],
}

export default sidebars

0 comments on commit 6eeb902

Please sign in to comment.