Skip to content

Commit

Permalink
πŸ‘¨β€πŸŽ¨ Add demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzyla committed Aug 17, 2024
1 parent f31ef59 commit 372d11a
Show file tree
Hide file tree
Showing 6 changed files with 6,185 additions and 4,033 deletions.
9 changes: 7 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion

const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer').themes.dracula
const lightCodeTheme = require('prism-react-renderer').themes.dracula

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down Expand Up @@ -68,6 +68,11 @@ const config = {
position: 'left',
label: 'Docs',
},
{
to: '/demo',
label: 'Demo',
position: 'left',
},
{
href: 'https://github.com/hyzyla/pdfium',
label: 'GitHub',
Expand Down
Loading

0 comments on commit 372d11a

Please sign in to comment.