moved configurations page
This commit is contained in:
@@ -36,7 +36,8 @@ async function getAutogeneratedSidebarItems(
|
||||
dir: string,
|
||||
nested = false
|
||||
): Promise<ItemsToAdd[]> {
|
||||
const isRefDir = dir.startsWith("/references")
|
||||
const isRefDir =
|
||||
dir.startsWith("/references") && dir !== "/references-overview"
|
||||
const basePath = isRefDir ? path.resolve() : path.resolve("app")
|
||||
const fullPath = path.resolve(basePath, dir.replace(/^\//, ""))
|
||||
const items: ItemsToAdd[] = []
|
||||
|
||||
Reference in New Issue
Block a user