Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions application/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ const config: Config = {
],
],

themes: ['@hoverkraft/docusaurus-theme'],

themeConfig: {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
Expand Down
49 changes: 49 additions & 0 deletions application/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"dependencies": {
"@docusaurus/core": "3.9.2",
"@docusaurus/preset-classic": "3.9.2",
"@hoverkraft/docusaurus-theme": "^0.1.1",
"@mdx-js/react": "^3.0.0",
"@octokit/rest": "^22.0.0",
"clsx": "^2.0.0",
Expand Down