Browse Source

docs: Fix docs build

Michael Bromley 5 months ago
parent
commit
44a3e5fb62

+ 2 - 2
docs/docs/reference/core-plugins/admin-ui-plugin/admin-ui-plugin-options.md

@@ -11,7 +11,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
 
 ## AdminUiPluginOptions
 
-<GenerationInfo sourceFile="packages/admin-ui-plugin/src/plugin.ts" sourceLine="44" packageName="@vendure/admin-ui-plugin" />
+<GenerationInfo sourceFile="packages/admin-ui-plugin/src/plugin.ts" sourceLine="36" packageName="@vendure/admin-ui-plugin" />
 
 Configuration options for the <a href='/reference/core-plugins/admin-ui-plugin/#adminuiplugin'>AdminUiPlugin</a>.
 
@@ -65,7 +65,7 @@ for specifying the Vendure GraphQL API host, available UI languages, etc.
 
 <MemberInfo kind="property" type={`boolean`}  since="3.4.0"  />
 
-If you are running the AdminUiPlugin at the same time as the new {@link DashboardPlugin}, you should
+If you are running the AdminUiPlugin at the same time as the new `DashboardPlugin`, you should
 set this to `true` in order to avoid a conflict caused by both plugins defining the same
 schema extensions.
 

+ 1 - 1
docs/docs/reference/core-plugins/admin-ui-plugin/index.md

@@ -11,7 +11,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
 
 ## AdminUiPlugin
 
-<GenerationInfo sourceFile="packages/admin-ui-plugin/src/plugin.ts" sourceLine="139" packageName="@vendure/admin-ui-plugin" />
+<GenerationInfo sourceFile="packages/admin-ui-plugin/src/plugin.ts" sourceLine="131" packageName="@vendure/admin-ui-plugin" />
 
 This plugin starts a static server for the Admin UI app, and proxies it via the `/admin/` path of the main Vendure server.
 

+ 1 - 1
packages/admin-ui-plugin/src/plugin.ts

@@ -79,7 +79,7 @@ export interface AdminUiPluginOptions {
     adminUiConfig?: Partial<AdminUiConfig>;
     /**
      * @description
-     * If you are running the AdminUiPlugin at the same time as the new {@link DashboardPlugin}, you should
+     * If you are running the AdminUiPlugin at the same time as the new `DashboardPlugin`, you should
      * set this to `true` in order to avoid a conflict caused by both plugins defining the same
      * schema extensions.
      *