Skip to content

Commit 42322b5

Browse files
committed
Review changes
1 parent 204bb43 commit 42322b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_overviews/scala3-scaladoc/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: multipage-overview
33
title: Settings
44
partof: scala3-scaladoc
55
num: 8
6-
previous-page: inkuire
6+
previous-page: search-engine
77
---
88

99
This chapter lists the configuration options that can be used when calling scaladoc. Some of the information shown here can be found by calling scaladoc with the `-help` flag.

_overviews/scala3-scaladoc/site-versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Site versioning
44
partof: scala3-scaladoc
55
num: 6
66
previous-page: blog
7-
next-page: inkuire
7+
next-page: search-engine
88
---
99

1010
Scaladoc provides a convenient way to switch between different versions of the documentation. The feature is useful if we want to expose older docs for users that didn't migrate to the new version of our library.

scala3/scaladoc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For more information you can follow this [thread](https://contributors.scala-lan
5454
![](../resources/images/scala3/scaladoc/snippet-compiler2.gif)
5555
![](../resources/images/scala3/scaladoc/snippet-compiler1.gif)
5656

57-
### Inkuire (Type-signature searches)
57+
### Type-based searches
5858

5959
Searching for functions by their symbolic names can be time-consuming.
6060
That is why the new scaladoc allows to search for functions and fields by their types.
@@ -72,7 +72,7 @@ To use this feature simply type the signature of the function you are looking fo
7272

7373
This feature is provided by the [Inkuire](https://github.com/VirtusLab/Inkuire) search engine, which works for Scala 3 and Kotlin. To be up-to-date with the development of this feature, follow the [Inkuire repository](https://github.com/VirtusLab/Inkuire).
7474

75-
For more information see [Guides](/scala3/guides/scaladoc/inkuire.html)
75+
For more information see [Guides](/scala3/guides/scaladoc/search-engine.html)
7676

7777
Note that this feature is still in development, so it can be subject to considerable change.
7878
If you encounter a bug or have an idea for improvement, don't hesitate to create an issue on [Inkuire](https://github.com/VirtusLab/Inkuire/issues/new) or [dotty](https://github.com/lampepfl/dotty/issues/new).

0 commit comments

Comments
 (0)