docs: adds notes about importance of serverURL for verify / forgot-pa… (#10248)
Fixes #10235
This commit is contained in:
@@ -13,9 +13,9 @@ import { BannerBlock } from '../../mdx/jsxBlocks/banner.js'
|
||||
import { CodeBlock } from '../../mdx/jsxBlocks/code/code.js'
|
||||
import { InlineCodeBlock } from '../../mdx/jsxBlocks/inlineCode.js'
|
||||
import { PackageInstallOptions } from '../../mdx/jsxBlocks/packageInstallOptions.js'
|
||||
import { RestExamplesBlock } from '../../mdx/jsxBlocks/restExamples/index.js'
|
||||
import { TextContainerBlock } from '../../mdx/jsxBlocks/TextContainer.js'
|
||||
import { TextContainerNoTrimBlock } from '../../mdx/jsxBlocks/TextContainerNoTrim.js'
|
||||
import { RestExamplesBlock } from '../../mdx/jsxBlocks/restExamples/index.js'
|
||||
|
||||
export const postsSlug = 'posts'
|
||||
|
||||
|
||||
@@ -44,4 +44,4 @@
|
||||
}
|
||||
},
|
||||
"frontMatter": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { tableJson } from '../tableJson.js'
|
||||
import type { Test } from '../int.spec.js'
|
||||
|
||||
import { tableJson } from '../tableJson.js'
|
||||
import { textToRichText } from '../textToRichText.js'
|
||||
|
||||
export const defaultTests: Test[] = [
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
import { readFileSync } from 'fs'
|
||||
import type { Test } from '../int.spec.js'
|
||||
import { fileURLToPath } from 'url'
|
||||
import path from 'path'
|
||||
import { fileURLToPath } from 'url'
|
||||
|
||||
import type { Test } from '../int.spec.js'
|
||||
|
||||
const filename = fileURLToPath(import.meta.url)
|
||||
const dirname = path.dirname(filename)
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
import { readFileSync } from 'fs'
|
||||
import type { Test } from '../int.spec.js'
|
||||
import { fileURLToPath } from 'url'
|
||||
import path from 'path'
|
||||
import { fileURLToPath } from 'url'
|
||||
|
||||
import type { Test } from '../int.spec.js'
|
||||
|
||||
const filename = fileURLToPath(import.meta.url)
|
||||
const dirname = path.dirname(filename)
|
||||
|
||||
Reference in New Issue
Block a user