You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any easy way to implement a single site with support for multiple products (i.e., search would search across all pages).
Sample navigation and interpretation:
nav:
- OSS: # Interpret this as a product for a drop down menu
- Guides: # First tab for the OSS product
- Get Started: product-a/start.md # First side bar item in Guides tab
- ... # You can add more items here
- API Reference: product-a/guide.md # second tab for the OSS product
- Product 2: # Interpret this as a product for a drop down menu
- Guides: # First tab for the second product
- Get Started: product-b/start.md # First side bar item in Guides tab
- Pricing: # Second tab for the second product
- Plan Deploy 1: product-b/pricing.md # First side bar item in Pricing tab
- ... # You can add more items here
- API Reference: product-b/guide.md
Sample screenshot that shows what's rendered when OSS product is active.
Clicking on the drop down, would allow a user to switch to Product B which will show the tabs that correspond to Product B's tabs.
My understanding is that the projects plugin is not recommended, and it's too complex for what we need. I'm looking for handling all products as part of a single nav bar and add a drop down for switching between the products.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any easy way to implement a single site with support for multiple products (i.e., search would search across all pages).
Sample navigation and interpretation:
Sample screenshot that shows what's rendered when OSS product is active.
Clicking on the drop down, would allow a user to switch to
Product B
which will show the tabs that correspond toProduct B's
tabs.I've taken a look at the discussion here:
#5800
My understanding is that the
projects
plugin is not recommended, and it's too complex for what we need. I'm looking for handling all products as part of a single nav bar and add a drop down for switching between the products.Beta Was this translation helpful? Give feedback.
All reactions