@@ -3,8 +3,8 @@ import type {Config} from '@docusaurus/types';
33import type * as Preset from '@docusaurus/preset-classic' ;
44
55const config : Config = {
6- title : 'Pluginpal Documentation ' ,
7- tagline : "All of Pluginpal's plugin documentation in one place " ,
6+ title : 'Strapi Config Sync ' ,
7+ tagline : "Documentation for the config-sync plugin for Strapi " ,
88 favicon : 'img/favicon.jpg' ,
99
1010 plugins : [
@@ -44,7 +44,7 @@ const config: Config = {
4444 // Please change this to your repo.
4545 // Remove this to remove the "edit this page" links.
4646 editUrl :
47- 'https://github.com/pluginpal/docs /tree/main/ ' ,
47+ 'https://github.com/pluginpal/strapi-plugin-config-sync /tree/master/docs ' ,
4848 admonitions : {
4949 keywords : [
5050 // Admonitions defaults
@@ -86,14 +86,14 @@ const config: Config = {
8686 // Replace with your project's social card
8787 // image: 'img/docusaurus-social-card.jpg',
8888 navbar : {
89- title : 'PluginPal Docs ' ,
89+ title : 'Strapi Config Sync ' ,
9090 logo : {
91- alt : 'PluginPal logo' ,
91+ alt : 'Config Sync logo' ,
9292 src : 'img/logo.png' ,
9393 } ,
9494 items : [
9595 {
96- href : 'https://github.com/pluginpal' ,
96+ href : 'https://github.com/pluginpal/strapi-plugin-config-sync ' ,
9797 label : 'GitHub' ,
9898 position : 'right' ,
9999 } ,
@@ -131,11 +131,11 @@ const config: Config = {
131131 ] ,
132132 } ,
133133
134- algolia : {
135- appId : '8VTVGK458K' ,
136- apiKey : '2f311b65edaffdd986645eb42d4afa51' ,
137- indexName : 'pluginpal' ,
138- } ,
134+ // algolia: {
135+ // appId: '8VTVGK458K',
136+ // apiKey: '2f311b65edaffdd986645eb42d4afa51',
137+ // indexName: 'pluginpal',
138+ // },
139139
140140 prism : {
141141 theme : prismThemes . github ,
0 commit comments