Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
10 changes: 2 additions & 8 deletions application/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import type * as Preset from '@docusaurus/preset-classic';
const config: Config = {
title: 'Hoverkraft Docs',
tagline: 'Documentation for Hoverkraft open-source projects (aka openkraft)',
favicon: 'img/favicon.ico',

// Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future
future: {
Expand Down Expand Up @@ -46,13 +45,12 @@ const config: Config = {
editUrl:
'https://github.com/hoverkraft-tech/public-docs/tree/main/',
},
theme: {
customCss: './src/css/custom.css',
},
} satisfies Preset.Options,
],
],

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

themeConfig: {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
Expand All @@ -61,10 +59,6 @@ const config: Config = {
},
navbar: {
title: 'Hoverkraft Docs',
logo: {
alt: 'Hoverkraft Logo',
src: 'img/logo.svg',
},
items: [
{
type: 'docSidebar',
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
71 changes: 0 additions & 71 deletions application/src/components/HomepageFeatures/index.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions application/src/components/HomepageFeatures/styles.module.css

This file was deleted.

146 changes: 0 additions & 146 deletions application/src/css/custom.css

This file was deleted.

Loading
Loading