Adaptive content: Ability to see what plan you're looking at #1074
aldibit
started this conversation in
Feature Requests
Replies: 1 comment
-
This is already possible with the conditional block! You can set different blocks to show for different users - including ones on different plans if you’re passing this information to the GitBook side https://gitbook.com/docs/creating-content/blocks/conditional-content |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From the user side, it would be great for them to know what documentation they're accessing (free plan, enterprise plan, etc) based on their claims.
For example, if documentation provides adaptive content via cookie-based authentication and
visitor.claims.plan === 'enterprise'
, they should see somewhere (top of the page, small banner at the bottom) that they're viewing theenterprise
documentation.This would
enterprise
users know when something is not available vs when their authentication is not working/expiredfree
users to know that adaptive content existsBeta Was this translation helpful? Give feedback.
All reactions