Skip to content

Commit

Permalink
Merge pull request #12 from fictionlab/development
Browse files Browse the repository at this point in the history
Sync with production
  • Loading branch information
bjsowa authored May 6, 2024
2 parents 9453575 + 8c9d9e6 commit 830a1aa
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 197 deletions.
9 changes: 8 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import rehypeKatex from 'rehype-katex';
const config: Config = {
title: 'Fictionlab Documentation',
tagline: 'Documentation, tutorials & manuals for robots',
favicon: 'img/favicon.png',
favicon: '/img/branding/favicon.png',

// Set the production url of your site here
url: 'https://docs.fictionlab.pl',
Expand All @@ -20,6 +20,7 @@ const config: Config = {
organizationName: 'fictionlab', // Usually your GitHub org/user name.
projectName: 'fictionlab.github.io', // Usually your repo name.
deploymentBranch: 'gh-pages',
trailingSlash: false,

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down Expand Up @@ -69,6 +70,12 @@ const config: Config = {
],

themeConfig: {
algolia: {
appId: 'H6BESWXMON',
apiKey: '94b54b551433d306dade3f9cdb84b92b',
indexName: 'fictionlab',
contextualSearch: true,
},
docs: {
sidebar: {
hideable: true,
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"spellcheck": "cspell \"**/*.mdx\""
},
"dependencies": {
"@docusaurus/core": "3.2.0",
"@docusaurus/preset-classic": "3.2.0",
"@docusaurus/core": "3.2.1",
"@docusaurus/preset-classic": "3.2.1",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.0",
"medium-zoom": "^1.1.0",
Expand All @@ -31,9 +31,9 @@
"remark-math": "6"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.2.0",
"@docusaurus/tsconfig": "3.2.0",
"@docusaurus/types": "3.2.0",
"@docusaurus/module-type-aliases": "3.2.1",
"@docusaurus/tsconfig": "3.2.1",
"@docusaurus/types": "3.2.1",
"cspell": "^8.6.1",
"prettier": "^3.2.5",
"typescript": "~5.4.3"
Expand Down
Loading

0 comments on commit 830a1aa

Please sign in to comment.