Skip to content

Commit

Permalink
update remark script
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-stauffer committed Feb 5, 2024
1 parent d1ddcab commit 112420c
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']
const manualDirs = ['../../great_expectations', '../../tests', './docs', './versioned_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 112420c

Please sign in to comment.