diff --git a/clayui.com/content/docs/get-started/using-clay-in-jsps.md b/clayui.com/content/docs/get-started/using-clay-in-jsps.md index 518a5fbe97..1bd973f54d 100644 --- a/clayui.com/content/docs/get-started/using-clay-in-jsps.md +++ b/clayui.com/content/docs/get-started/using-clay-in-jsps.md @@ -1,33 +1,19 @@ --- title: 'Using Clay in JSPs' +draft: true order: 6 ---
-Clay in combination with DXP provides a set of tags for creating Clay components in your JSP files. - -## Setting up your module - -To use Clay components in your JSP apps, add the following to your module: - -### Gradle - -Add the following snippet into your module's `build.gradle` file: - -```jsx -compileOnly project(":apps:frontend-taglib:frontend-taglib-clay") -``` - -### JSP +## Using taglibs Add the following snippet into either the JSP file you're using the component in, or in the module's `init.jsp` file: @@ -35,8 +21,6 @@ Add the following snippet into either the JSP file you're using the component in <%@ taglib prefix="clay" uri="http://liferay.com/tld/clay" %> ``` -## Using Clay taglib in your JSPs - The syntax for using Clay taglibs follows this principle: ```jsx @@ -49,7 +33,7 @@ This is how it's supposed to look like with a ClayButton: