File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -227,33 +227,25 @@ module.exports = {
227227 anonymizeIP : true ,
228228 } ,
229229 sitemap : {
230- lastmod : 'date' ,
231230 changefreq : 'weekly' ,
232231 priority : 0.5 ,
233232 ignorePatterns : [ '/tags/**' ] ,
234- filename : 'sitemap.xml' ,
235- createSitemapItems : async ( params ) => {
236- const { defaultCreateSitemapItems, ...rest } = params ;
237- const items = await defaultCreateSitemapItems ( rest ) ;
238- return items . filter ( ( item ) => ! item . url . includes ( '/page/' ) ) ;
239- } ,
233+ filename : 'sitemap.xml'
240234 } ,
241235 } ,
242236 ] ,
243237 ] ,
244238 plugins : [
245- [
246- require . resolve ( "@cmfcmf/docusaurus-search-local" ) ,
247- {
248- indexDocs : true ,
249- indexDocSidebarParentCategories : 0 ,
250- indexBlog : true ,
251- indexPages : false ,
252- language : "fr" ,
253- maxSearchResults : 10 ,
254- style : 'none' ,
255- } ,
256- ] ,
239+ // [
240+ // require.resolve("@cmfcmf/docusaurus-search-local"),
241+ // {
242+ // indexDocs: true,
243+ // indexDocSidebarParentCategories: 0,
244+ // indexBlog: true,
245+ // indexPages: false,
246+ // maxSearchResults: 10
247+ // },
248+ // ],
257249 ] ,
258250 themeConfig : {
259251 metadata : [
@@ -296,7 +288,9 @@ module.exports = {
296288 } ,
297289 {
298290 href : "https://t.me/+PiAXH-w9qLUyOTU0" ,
299- label : "Telegram" ,
291+ //label: "Telegram",
292+ className : "header-telegram-link" ,
293+ "aria-label" : "Telegram" ,
300294 position : "right" ,
301295 } ,
302296 {
You can’t perform that action at this time.
0 commit comments