Skip to content

Commit 20b31dd

Browse files
authored
remove blog (#48)
1 parent d7608cc commit 20b31dd

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

unified-doc/docusaurus.config.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -332,24 +332,6 @@ const config: Config = {
332332
],
333333
},
334334
],
335-
build(BUILD_FLAGS.OPENZITI) && [
336-
'@docusaurus/plugin-content-blog',
337-
{
338-
showReadingTime: true,
339-
routeBasePath: `${routeBase('openziti')}/blog`,
340-
tagsBasePath: 'tags',
341-
include: ['**/*.{md,mdx}'],
342-
path: '_remotes/openziti/docusaurus/blog',
343-
remarkPlugins: [
344-
remarkYouTube,
345-
[remarkReplaceMetaUrl, {from: '@staticoz', to: `${docsBase}openziti`, logLevel: LogLevel.Silent}],
346-
[remarkScopedPath, { mappings: REMARK_MAPPINGS, logLevel: LogLevel.Silent }],
347-
[remarkCodeSections, { logLevel: LogLevel.Silent }],
348-
],
349-
blogSidebarCount: 'ALL',
350-
blogSidebarTitle: 'All posts',
351-
},
352-
],
353335
['@docusaurus/plugin-sitemap', { changefreq: "daily", priority: 0.8 }],
354336
[pluginHotjar, {}],
355337
['@docusaurus/plugin-google-tag-manager', {id: `openziti-gtm`, containerId: cfg.google.tag}],

0 commit comments

Comments
 (0)