Skip to content

Commit

Permalink
Revert "update remark script"
Browse files Browse the repository at this point in the history
This reverts commit 112420c.
  • Loading branch information
joshua-stauffer committed Feb 7, 2024
1 parent bfcaedc commit 856e8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus/scripts/remark-named-snippets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const constructSnippetMap = require('./snippet')

function getDirs () {
// Get all directories that should be processed
const manualDirs = ['../../great_expectations', '../../tests', './docs', './versioned_docs']
const manualDirs = ['../../great_expectations', '../../tests', './docs']
const versionDirs = glob.sync('versioned_code/*/')
// remove v0.14.13 from processing since it does not use named snippets
const index = versionDirs.indexOf('versioned_code/version-0.14.13/')
Expand Down

0 comments on commit 856e8e9

Please sign in to comment.