Skip to content
Discussion options

You must be logged in to vote

Thanks for your support!

This is indeed a common challenge for static site generators, and we've faced similar requirements ourselves. Here are a few approaches our team has been using:

1. Rstack (https://rspack.rs): Each product maintains its own domain and Rspress project. We use the expandable menu in the top-left corner to navigate between them, which requires jumping across different domains (essentially a multi-domain + multiple Rspress projects setup, similar to MPA).

As for searchIndex, If you need to search across multiple sites, you may need a service like Algolia to implement a multi-site search index.

2. Lynx (https://lynxjs.org/next/react/introduction.html): All product docs…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by skoppe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants