Skip to content

Commit

Permalink
Merge pull request #1071 from matuzalemsteles/ClayuiFixes
Browse files Browse the repository at this point in the history
Fixes the links on clayui.com and more | Fixes #1070
  • Loading branch information
carloslancha authored Aug 20, 2018
2 parents 2cf6bad + 9634a97 commit cf40ecd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can call Clay components in your SOY templates the same way you would call a
<div class="alert alert-warning" role="alert">
<span class="alert-indicator">
<svg aria-hidden="true" class="lexicon-icon lexicon-icon-warning-full">
<use xlink:href="/vendor/lexicon/icons.svg#warning-full"></use>
<use xlink:href="/images/icons/icons.svg#warning-full"></use>
</svg>
</span>
<strong class="lead">Warning:</strong> Make sure you import the Clay component where you want to use it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const badge = new ClayBadge(

Once added to your page, the Clay components are accessible globally on the page with all components.

> See [CDN Links](/docs/getting-started/cdn-links.html).
> See [Introduction](/docs/getting-started/introduction.html).
```html
<div id="element"></div>
Expand Down
2 changes: 1 addition & 1 deletion clayui.com/content/docs/getting-started/web-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Clay is highly flexible, so you can use the components in different applications

## Installation

You can start by choosing how to import your component: by [npm](/docs/getting_started/importing-the-js-component.html) or [CDN](/docs/getting-started/cdn-links.html). You need to import the javascript of the component into your application in order for Clay to be included and rendered as a WebComponent component.
You can start by choosing how to import your component: by [npm](/docs/getting-started/importing-the-js-component.html) or [CDN](/docs/getting-started/introduction.html). You need to import the javascript of the component into your application in order for Clay to be included and rendered as a WebComponent component.

## Using

Expand Down
10 changes: 5 additions & 5 deletions clayui.com/src/templates/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ export default class Docs extends Component {
</div>
</div>

<footer class="clay-site-container container-fluid">
<div class="row">
<div class="col-6">
<p class="legal">Except as otherwise noted, the content of this site is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC BY-SA</a> 4.0 license.</p>
<footer className="clay-site-container container-fluid">
<div className="row">
<div className="col-6">
<p className="legal">Except as otherwise noted, the content of this site is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC BY-SA</a> 4.0 license.</p>
</div>
<div class="col-6 p-md-0">
<div className="col-6 p-md-0">
<ul className="social-icons">
<li className="mr-2">
<a className="rounded-circle sticker sticker-secondary" href="https://github.com/liferay/clay/issues" target="_blank">
Expand Down

0 comments on commit cf40ecd

Please sign in to comment.