Skip to content

Commit

Permalink
remove insert-info tags directing people to legacy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliserag committed Sep 4, 2024
1 parent 5fc0ceb commit 4d355bd
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,29 +614,6 @@ const config = {
},
},
],
function InsertInfoTagForCadence() {
return {
name: 'docusaurus-plugin-insert-info-tags',
configureWebpack(config, isServer, utils) {
return {
module: {
rules: [
{
test: /\.md$/,
use: [
{
loader: require.resolve(
'./src/plugins/insert-info-tags-loader.js',
),
},
],
},
],
},
};
},
};
},
],
stylesheets: [
{
Expand Down

0 comments on commit 4d355bd

Please sign in to comment.