Skip to content

Commit

Permalink
Reworking home page
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeCodesDotNET committed Jan 3, 2024
1 parent b878093 commit b7c256b
Show file tree
Hide file tree
Showing 16 changed files with 2,180 additions and 251 deletions.
4 changes: 3 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
const lightCodeTheme = require('prism-react-renderer').themes.github;
const darkCodeTheme = require('prism-react-renderer').themes.dracula;



/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Avalonia UI',
Expand Down Expand Up @@ -108,7 +110,6 @@ const config = {

theme: {
customCss: [
require.resolve('./node_modules/bootstrap/dist/css/bootstrap.css'),
require.resolve('./src/css/custom.css'),
],

Expand All @@ -117,6 +118,7 @@ const config = {
],
],
plugins: [
require('./plugins/tailwind-plugin.cjs'),
require.resolve('docusaurus-plugin-image-zoom'),
require.resolve("@cmfcmf/docusaurus-search-local"),
[
Expand Down
Loading

0 comments on commit b7c256b

Please sign in to comment.