Skip to content

Commit

Permalink
update to docusaurus 3
Browse files Browse the repository at this point in the history
  • Loading branch information
SenkyDragon committed Dec 7, 2023
1 parent c373a96 commit 1fe9184
Show file tree
Hide file tree
Showing 6 changed files with 4,812 additions and 2,956 deletions.
4 changes: 0 additions & 4 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,3 @@
--ifm-color-primary-lightest: #4fddbf;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}

.hidden_sidebar {
display: none !important;
}
2 changes: 1 addition & 1 deletion docs/50-tutorials/gogoloco.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: /gogoloco
sidebar_class_name: hidden_sidebar
unlisted: true
---

# GogoLoco
Expand Down
2 changes: 1 addition & 1 deletion docs/50-tutorials/zawoo.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: /zawoo
sidebar_class_name: hidden_sidebar
unlisted: true
---

# Zawoo
Expand Down
5 changes: 3 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion

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

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down
Loading

0 comments on commit 1fe9184

Please sign in to comment.