Skip to content

Commit

Permalink
These shouldn't be there be default, they are an example.
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Sep 30, 2024
1 parent ed7964c commit 2c95afb
Showing 1 changed file with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,24 +125,24 @@ object DefaultNavItems {
ModuleDependencyGraphReportPage.navPage.toNavItem(),
)
),
NavPageGroup(
"GitHub", setOf(
gitHubContentNavItem(
title = "README.md",
destinationNavRoute = GithubReadMeNavRoute(
"square/okhttp",
"README.md"
)
),
gitHubContentNavItem(
title = "OkHttp.kt",
destinationNavRoute = GithubReadMeNavRoute(
"square/okhttp",
"okhttp/src/main/kotlin/okhttp3/OkHttp.kt"
)
),
)
)
// NavPageGroup(
// "GitHub", setOf(
// gitHubContentNavItem(
// title = "README.md",
// destinationNavRoute = GithubReadMeNavRoute(
// "square/okhttp",
// "README.md"
// )
// ),
// gitHubContentNavItem(
// title = "OkHttp.kt",
// destinationNavRoute = GithubReadMeNavRoute(
// "square/okhttp",
// "okhttp/src/main/kotlin/okhttp3/OkHttp.kt"
// )
// ),
// )
// )
)
}

Expand Down

0 comments on commit 2c95afb

Please sign in to comment.