We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b877f commit 6688eb7Copy full SHA for 6688eb7
src/test/scala/com/lightbend/paradox/apidoc/MarkdownBaseSpec.scala
@@ -96,7 +96,7 @@ abstract class MarkdownBaseSpec extends FlatSpec with Matchers {
96
def writerContext(location: Location[Page]): Writer.Context =
97
Writer.Context(
98
location,
99
- Page.allPaths(List(location.root.tree)).toSet,
+ Page.allPages(List(location.root.tree)),
100
reader = new Reader,
101
writer = new Writer,
102
groups = Map("Language" -> Seq("Scala", "Java"))
0 commit comments