-
-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paolo Insogna
authored
Jun 6, 2023
1 parent
52add1b
commit a23fb70
Showing
14 changed files
with
1,705 additions
and
1,378 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import nextra from 'nextra' | ||
import {nodeTypes} from '@mdx-js/mdx' | ||
import rehypeRaw from 'rehype-raw' | ||
|
||
const withNextra = nextra({ | ||
theme: 'nextra-theme-docs', | ||
themeConfig: './theme.config.jsx', | ||
mdxOptions: { | ||
// See: https://github.com/mdx-js/mdx/issues/1820 | ||
rehypePlugins: [[rehypeRaw, { passThrough: nodeTypes }]] | ||
} | ||
}) | ||
|
||
export default withNextra() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
{ | ||
"name": "@orama/plugin-astro-sandbox", | ||
"type": "module", | ||
"version": "1.0.0-beta.4", | ||
"version": "@VERSION@", | ||
"private": true, | ||
"scripts": { | ||
"build": "exit 0", | ||
"test": "exit 0" | ||
}, | ||
"dependencies": { | ||
"@orama/plugin-astro": "./plugin.tgz", | ||
"@orama/plugin-astro": "^@VERSION@", | ||
"astro": "^2.0.2" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"@orama/orama": "@ROOT@/dist/orama-orama-@[email protected]", | ||
"@orama/plugin-astro": "@ROOT@/dist/orama-plugin-astro-@[email protected]" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@orama/plugin-docusaurus-sandbox", | ||
"version": "1.0.0-beta.4", | ||
"version": "@VERSION@", | ||
"private": true, | ||
"scripts": { | ||
"build": "exit 0", | ||
|
@@ -10,9 +10,52 @@ | |
"@docusaurus/core": "^2.3.1", | ||
"@docusaurus/preset-classic": "^2.3.1", | ||
"@docusaurus/theme-common": "^2.2.0", | ||
"@docusaurus/types": "^2.4.1", | ||
"@mdx-js/react": "^1.6.22", | ||
"@orama/plugin-docusaurus": "./plugin.tgz", | ||
"@orama/plugin-docusaurus": "^@VERSION@", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"@orama/orama": "@ROOT@/dist/orama-orama-@[email protected]", | ||
"@orama/plugin-docusaurus": "@ROOT@/dist/orama-plugin-docusaurus-@[email protected]", | ||
"@orama/plugin-match-highlight": "@ROOT@/dist/orama-plugin-match-highlight-@[email protected]", | ||
"@orama/plugin-parsedoc": "@ROOT@/dist/orama-plugin-parsedoc-@[email protected]" | ||
}, | ||
"packageExtensions": { | ||
"@docusaurus/theme-live-codeblock": { | ||
"peerDependencies": { | ||
"@docusaurus/theme-common": "*" | ||
}, | ||
"dependencies": { | ||
"@docusaurus/theme-common": "*" | ||
} | ||
}, | ||
"@docusaurus/preset-classic": { | ||
"peerDependencies": { | ||
"@docusaurus/theme-common": "*" | ||
}, | ||
"dependencies": { | ||
"@docusaurus/theme-common": "*" | ||
} | ||
}, | ||
"@docusaurus/theme-classic": { | ||
"peerDependencies": { | ||
"@docusaurus/theme-common": "*" | ||
}, | ||
"dependencies": { | ||
"@docusaurus/theme-common": "*" | ||
} | ||
}, | ||
"@docusaurus/theme-search-algolia": { | ||
"peerDependencies": { | ||
"@docusaurus/theme-common": "*" | ||
}, | ||
"dependencies": { | ||
"@docusaurus/theme-common": "*" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
a23fb70
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
orama-docs – ./
orama-docs-oramasearch.vercel.app
orama-docs.vercel.app
orama-docs-git-main-oramasearch.vercel.app
docs.oramasearch.com