Create versions and archives src folders (#42802)
This commit is contained in:
@@ -7,8 +7,8 @@ import { rimraf } from 'rimraf'
|
||||
import { mkdirp } from 'mkdirp'
|
||||
import { difference, isEqual } from 'lodash-es'
|
||||
|
||||
import { allVersions } from '../../../lib/all-versions.js'
|
||||
import getApplicableVersions from '../../../lib/get-applicable-versions.js'
|
||||
import { allVersions } from '#src/versions/lib/all-versions.js'
|
||||
import getApplicableVersions from '#src/versions/lib/get-applicable-versions.js'
|
||||
|
||||
const ROOT_INDEX_FILE = 'content/index.md'
|
||||
export const MARKDOWN_COMMENT = '\n<!-- Content after this section is automatically generated -->\n'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { describe, expect } from '@jest/globals'
|
||||
|
||||
import { supported } from '../../../lib/enterprise-server-releases.js'
|
||||
import { allVersionKeys, allVersions } from '../../../lib/all-versions.js'
|
||||
import { supported } from '#src/versions/lib/enterprise-server-releases.js'
|
||||
import { allVersionKeys, allVersions } from '#src/versions/lib/all-versions.js'
|
||||
import { convertVersionsToFrontmatter } from '../lib/update-markdown.js'
|
||||
|
||||
describe('frontmatter versions are generated correctly from automated data', () => {
|
||||
|
||||
Reference in New Issue
Block a user