2. I will describe a case. Both Cloud and Server versions of documentation have a root page. A person is viewing an Article A in the Cloud version. Then switches to the Server version. We want that person to see Article A of the Server version, not a root page of the Server version. How to accomplish this?
Kind regards,
Katerina
#if($variants.current == "Cloud")
{
<div class="buttonGroup">
<button class="variantPicker active">Cloud</button>
<button class="variantPicker"><a href="link zur server variant">Server</a></button>
</div>}
else
{
<div class="buttonGroup">
<button class="variantPicker">Cloud</button>
<select class="variantPicker active">
#foreach($version in $versions.available) <option value="$version.value" #if($version.name == $versions.current.name) selected="selected" #end data-version-accessible="$version.isAccessible">$version.name#* *##if($version.value == 'latest' && $version.original) ($version.original.name)#end#* *#</option> #end </select>
</div>}
I will describe a case. Both Cloud and Server versions of documentation have a root (landing) page. A person is viewing an Article A in the Cloud version. Then switches to the Server version. We want that person to see Article A of the Server version, not a root page of the Server version. How to accomplish this?
--
You received this message because you are subscribed to the Google Groups "Scroll Viewport Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scroll-viewport-dev+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scroll-viewport-dev/86ece483-ad3f-4bce-a643-9580d9b16637%40googlegroups.com.
I will describe a case. Both Cloud and Server versions of documentation have a root (landing) page. A person is viewing an Article A in the Cloud version. Then switches to the Server version. We want that person to see Article A of the Server version, not a root page of the Server version. How to accomplish this?
What if we decide to use two different spaces? Is it still possible somehow? Is there an approach without using variants in our case?
Don't have several versions for the Server docs. Simply one version of Cloud and one of Server.
- in this scenario I would need to have one (or two - if I don't use variants) private spaces
- when I need to make changes, I create a new version in a private space
- when done, I will publish changes to an existing public space
In case we use multiple versions for Server docs, I suppose I will have to publish each new doc version to a new space and modify the viewport theme by adding a new viewport - to have it in the version picker of a switcher.Is it correct?
Hi Katerina,
To unsubscribe from this group and stop receiving emails from it, send an email to scroll-viewport-dev+unsubscribe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scroll-viewport-dev/86ece483-ad3f-4bce-a643-9580d9b16637%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Scroll Viewport Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scroll-viewport-dev+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scroll-viewport-dev/0d3e5a71-ba65-40a0-bccb-04f693fcfa65%40googlegroups.com.
Hi Katerina,
To unsubscribe from this group and stop receiving emails from it, send an email to scroll-viewport-dev+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scroll-viewport-dev/86ece483-ad3f-4bce-a643-9580d9b16637%40googlegroups.com.
Hi Katerina,
To unsubscribe from this group and stop receiving emails from it, send an email to scroll-viewport-dev+unsubscribe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scroll-viewport-dev/86ece483-ad3f-4bce-a643-9580d9b16637%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Scroll Viewport Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scroll-viewport-dev+unsubscribe...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scroll-viewport-dev/0d3e5a71-ba65-40a0-bccb-04f693fcfa65%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Scroll Viewport Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scroll-viewport-dev+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scroll-viewport-dev/3edccff7-0ed4-4da7-a9aa-fd6db5fc5061%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Scroll Viewport Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scroll-viewport-dev+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scroll-viewport-dev/24aea4b2-7f75-4f4e-902a-1d0677c0545b%40googlegroups.com.
Is it correct?