mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
fixed issues with styles
This commit is contained in:
@@ -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"
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user