Skip to content

Commit

Permalink
Update config.ts - Remove excluded links
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmangupta authored Dec 5, 2023
1 parent e24d6d7 commit b1a1da9
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,23 +180,8 @@ export default withMermaid(defineConfigWithTheme<ThemeConfig>({
srcExclude: [
// git sources
"**/_source/**",
// table of contents
"docs/SUMMARY.md",
// template
"docs/resources/references/adr/YYYY-MM-DD-template.md",
// {% api
"docs/v6.3/guides/plugins/apps/app-base-guide.md",
"docs/v6.3/resources/references/app-reference/payment-reference.md",
// Missed semicolon
'docs/v6.3/guides/plugins/plugins/plugin-fundamentals/add-custom-commands.md',
// path() is not a function in twig codeblock
'docs/v6.3/products/extensions/b2b-suite/guides/storefront/ajax-panel.md',
// {% block
'docs/v6.3/guides/plugins/plugins/administration/customizing-components.md',
// unknown
'docs/v6.3/guides/plugins/plugins/content/cms/add-cms-block.md',
'docs/v6.3/guides/plugins/plugins/framework/data-handling/add-data-translations.md',
'docs/v6.3/guides/plugins/themes/add-css-js-to-theme.md',
// snippets
'docs/snippets/**',
],
Expand Down

0 comments on commit b1a1da9

Please sign in to comment.