Skip to content

Commit

Permalink
implement videos
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 committed May 4, 2024
1 parent 16c1f53 commit db194f2
Show file tree
Hide file tree
Showing 13 changed files with 6,319 additions and 4,877 deletions.
26 changes: 5 additions & 21 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,12 @@ const config = {
title: "GameVault",
tagline: "the self-hosted gaming platform for drm-free games",
favicon: "img/logo.png",

// Set the production url of your site here
url: "https://gamevau.lt/",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "Phalcode", // Usually your GitHub org/user name.
projectName: "gamevault-docs", // Usually your repo name.

organizationName: "Phalcode",
projectName: "gamevault-docs",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",

// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans".
onBrokenMarkdownLinks: "throw",
i18n: {
defaultLocale: "en",
locales: ["en"],
Expand All @@ -36,7 +24,7 @@ const config = {
[
"@docusaurus/plugin-client-redirects",
{
fromExtensions: ["html", "htm"], // /page.html -> /page
fromExtensions: ["html", "htm"],
redirects: [
{
from: "/gamevault-plus",
Expand All @@ -60,14 +48,10 @@ const config = {
({
docs: {
sidebarPath: require.resolve("./sidebars.js"),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/phalcode/gamevault-docs/tree/master",
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/phalcode/gamevault-docs/tree/master",
blogSidebarCount: "ALL",
},
Expand Down Expand Up @@ -232,7 +216,7 @@ const config = {
},
zoom: {
selector:
"img:not(nav img):not(footer img):not(.nozoom):not([alt~='ko-fi']):not([alt~='GameVault'])",
".zoomable,img:not(nav img):not(footer img):not(.nozoom):not([alt~='ko-fi']):not([alt~='GameVault'])",
config: {
background: {
light: "#e2e1ef",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
},
"dependencies": {
"@cmfcmf/docusaurus-search-local": "^1.1.0",
"@docusaurus/core": "3.1.1",
"@docusaurus/plugin-client-redirects": "^3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@docusaurus/theme-common": "^3.1.1",
"@docusaurus/core": "3.3.2",
"@docusaurus/plugin-client-redirects": "^3.3.2",
"@docusaurus/preset-classic": "3.3.2",
"@docusaurus/theme-common": "^3.3.2",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"docusaurus-plugin-image-zoom": "^2.0.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swetrix": "^3.0.3"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/types": "^3.1.1",
"@docusaurus/module-type-aliases": "3.3.2",
"@docusaurus/types": "^3.3.2",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
Expand Down
Loading

0 comments on commit db194f2

Please sign in to comment.