Skip to content

Commit

Permalink
chore(fix): update docusaurus version
Browse files Browse the repository at this point in the history
  • Loading branch information
RozmarinUS committed May 30, 2024
1 parent 10bace6 commit a38c9d2
Show file tree
Hide file tree
Showing 7 changed files with 11,451 additions and 10,848 deletions.
4 changes: 2 additions & 2 deletions .helm/templates/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ data:
location / {
root /usr/share/nginx/html;
#index index.html;
try_files $uri /index.html;
index index.html;
try_files $uri $uri/ /index.html;
gzip_static on;
}
Expand Down
2 changes: 0 additions & 2 deletions .helm/templates/Ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ metadata:
annotations:
kubernetes.io/ingress.class: "nginx"
cert-manager.io/cluster-issuer: "letsencrypt"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
tls:
- hosts:
Expand Down
2 changes: 1 addition & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lerna-debug.log*
.env.production.local

# Lockfile for other package managers
pnpm-lock.yaml
yarn.locl

# Docker .env file
.env
10 changes: 0 additions & 10 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// @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/oceanicNext');

const config = {
title: 'NestCord',
tagline: 'A module for creating Discord bots using NestJS, based on Discord.js',
Expand Down Expand Up @@ -139,10 +133,6 @@ const config = {
footer: {
copyright: `Copyright © 2003 - ${new Date().getFullYear()} • Built by <a target="_blank" href="https://globalart.dev">GlobalArt Inc</a>`
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme
}
},
plugins: [
'docusaurus-plugin-sass',
Expand Down
18 changes: 9 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"prettier:write": "prettier --write ./content"
},
"dependencies": {
"@docusaurus/core": "2.4.3",
"@docusaurus/plugin-pwa": "^2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@docusaurus/remark-plugin-npm2yarn": "2.4.3",
"@mdx-js/react": "1.6.22",
"@docusaurus/core": "3.3.2",
"@docusaurus/plugin-pwa": "^3.3.2",
"@docusaurus/preset-classic": "3.3.2",
"@docusaurus/remark-plugin-npm2yarn": "3.3.2",
"@mdx-js/react": "3.0.1",
"clsx": "2.1.1",
"docusaurus-plugin-sass": "0.2.5",
"prism-react-renderer": "1.3.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"sass": "1.77.2"
"prism-react-renderer": "2.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"sass": "1.77.3"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.3.2",
Expand Down
Loading

0 comments on commit a38c9d2

Please sign in to comment.