Skip to content

Commit 864864e

Browse files
committed
fix: fix documentation build (#781)
1 parent 0d6ce01 commit 864864e

File tree

3 files changed

+15
-4
lines changed
  • .github/workflows
  • documentation
    • docs/fastly:dictionary/Dictionary/prototype
    • versioned_docs/version-3.14.0/fastly:dictionary/Dictionary/prototype

3 files changed

+15
-4
lines changed

.github/workflows/main.yml

+11
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ jobs:
2727
- run: yarn install --immutable
2828
- run: npm run check-changelog
2929

30+
check-docusaurus:
31+
if: github.ref != 'refs/heads/main'
32+
runs-on: ubuntu-latest
33+
steps:
34+
- uses: actions/checkout@v3
35+
- uses: actions/setup-node@v3
36+
with:
37+
cache: 'yarn'
38+
- run: cd documentation && yarn install
39+
- run: cd documentation && yarn build
40+
3041
build:
3142
name: Build
3243
needs: [ensure_cargo_installs]

documentation/docs/fastly:dictionary/Dictionary/prototype/get.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import {Fiddle} from '@site/src/components/fiddle';
1010

1111
:::info
1212

13-
This Class is deprecated, it has been renamed to [`ConfigStore`](../../fastly:config-store/ConfigStore/ConfigStore.mdx) and can be imported via `import { ConfigStore } from 'fastly:config-store'`
13+
This Class is deprecated, it has been renamed to [`ConfigStore`](../../../fastly:config-store/ConfigStore/ConfigStore.mdx) and can be imported via `import { ConfigStore } from 'fastly:config-store'`
1414

15-
The `get()` method exists on the [`ConfigStore`](../../fastly:config-store/ConfigStore/ConfigStore.mdx) Class.
15+
The `get()` method exists on the [`ConfigStore`](../../../fastly:config-store/ConfigStore/ConfigStore.mdx) Class.
1616

1717
:::
1818

documentation/versioned_docs/version-3.14.0/fastly:dictionary/Dictionary/prototype/get.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import {Fiddle} from '@site/src/components/fiddle';
1010

1111
:::info
1212

13-
This Class is deprecated, it has been renamed to [`ConfigStore`](../../fastly:config-store/ConfigStore/ConfigStore.mdx) and can be imported via `import { ConfigStore } from 'fastly:config-store'`
13+
This Class is deprecated, it has been renamed to [`ConfigStore`](../../../fastly:config-store/ConfigStore/ConfigStore.mdx) and can be imported via `import { ConfigStore } from 'fastly:config-store'`
1414

15-
The `get()` method exists on the [`ConfigStore`](../../fastly:config-store/ConfigStore/ConfigStore.mdx) Class.
15+
The `get()` method exists on the [`ConfigStore`](../../../fastly:config-store/ConfigStore/ConfigStore.mdx) Class.
1616

1717
:::
1818

0 commit comments

Comments
 (0)