apache / pekko-site

Build the Home Page for Apache Pekko
https://pekko.apache.org/
Apache License 2.0
53 stars 12 forks source link

Search doesn't include the documentation produced by the other repositories #81

Open samueleresca opened 5 months ago

samueleresca commented 5 months ago

The search functionality relies on the search_index.json file for indexing the content. Since the site is separate from the paradox docs of each repo, The search_index.json of the hompage does have the whole content indexed.

As result, the search only works when you use docs in the right area - the search data is built by all our different doc builds and each repo has its own doc build

https://pekko.apache.org/docs/pekko/current/ has the docs for https://github.com/apache/incubator-pekko https://pekko.apache.org/docs/pekko-http/current/ has the docs for https://github.com/apache/incubator-pekko-http So the search in https://pekko.apache.org/docs/pekko/current/ will support searching for actor and stream, etc.

See also: https://github.com/apache/incubator-pekko-site/issues/74

Roiocam commented 4 months ago
截屏2024-02-27 10 40 40

The link path of the search results also seems to be somewhat incorrect. It contains two /

https://pekko.apache.org/docs/pekko/current//stream/operators/Flow/asFlowWithContext.html