We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a1485 commit e4836ceCopy full SHA for e4836ce
fern/products/home/pages/welcome.mdx
@@ -167,6 +167,11 @@ import { FernFooter } from "../../../components/FernFooter";
167
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
168
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
169
</a>
170
+ <a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/authentication/rbac">
171
+ Control role-based access
172
+ <img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
173
+ <img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
174
+ </a>
175
176
</div>
177
0 commit comments