diff --git a/apify-docs-theme/src/config.js b/apify-docs-theme/src/config.js index 5cb7c0b85e..c23150c3e9 100644 --- a/apify-docs-theme/src/config.js +++ b/apify-docs-theme/src/config.js @@ -137,6 +137,13 @@ const themeConfig = { }, ], }, + { + href: 'https://github.com/apify', + label: 'GitHub', + title: 'Apify on GitHub', + position: 'right', + className: 'icon', + }, { href: 'https://discord.com/invite/jyEM2PRvMU', label: 'Discord', @@ -249,10 +256,6 @@ const themeConfig = { label: 'GitHub', href: 'https://github.com/apify', }, - { - href: 'https://discord.com/invite/jyEM2PRvMU', - label: 'Discord', - }, { label: 'Trust Center', href: 'https://trust.apify.com', @@ -271,15 +274,9 @@ const themeConfig = { appId: 'N8EOCSBQGH', apiKey: 'e97714a64e2b4b8b8fe0b01cd8592870', // search only (public) API key indexName: 'apify_sdk_v2', - placeholder: 'Search documentation', algoliaOptions: { facetFilters: ['version:VERSION'], }, - translations: { - button: { - buttonText: 'Search documentation…', - }, - }, }, hubspot: { accountId: '19497222', diff --git a/apify-docs-theme/src/theme/Footer/index.jsx b/apify-docs-theme/src/theme/Footer/index.jsx index 019c154742..fb5b24ee12 100644 --- a/apify-docs-theme/src/theme/Footer/index.jsx +++ b/apify-docs-theme/src/theme/Footer/index.jsx @@ -1,6 +1,5 @@ import { useThemeConfig } from '@docusaurus/theme-common'; import LinkItem from '@theme/Footer/LinkItem'; -import ColorModeToggle from '@theme/Navbar/ColorModeToggle'; import clsx from 'clsx'; import React from 'react'; @@ -9,7 +8,7 @@ import styles from './index.module.css'; function FooterLinksColumn({ column }) { return ( <> -
{column.title}
+
{column.title}