fixed issues with styles

This commit is contained in:
philip-ellis-sp
2022-09-07 09:52:49 -04:00
parent 4632653ea3
commit f16eaa74ce
4 changed files with 117 additions and 21 deletions

View File

@@ -249,6 +249,7 @@ const config = {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ["ruby", "csharp", "php"],
},
}),
@@ -260,6 +261,7 @@ const config = {
path: "products/idn",
routeBasePath: "idn",
sidebarPath: require.resolve("./products/idn/sidebar.js"),
docItemComponent: "@theme/ApiItem"
},
],
[
@@ -269,6 +271,7 @@ const config = {
path: "products/iiq",
routeBasePath: "iiq",
sidebarPath: require.resolve("./products/iiq/sidebar.js"),
docItemComponent: "@theme/ApiItem"
},
],