Skip to content

Commit

Permalink
Website generation with Couscous
Browse files Browse the repository at this point in the history
  • Loading branch information
Couscous auto deploy committed Sep 16, 2016
1 parent 5ce0d2a commit b97db4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/fontawesome-icons.html
Expand Up @@ -314,7 +314,7 @@
<div class="rst-content">
<div role="main" class="document">
<a href="https://github.com/swisnl/jQuery-contextMenu" class="edit-on-github fa fa-github"> Fork on GitHub</a>
<h1 id="demo-accesskeys">Demo: Accesskeys</h1>
<h1 id="demo-fontawesome-icons">Demo: FontAwesome icons</h1>
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/customize.html
Expand Up @@ -317,7 +317,7 @@
<h2 id="customize-icons">Customize icons</h2>
<p>You can add icons to src/icons and run <code>gulp build-icons</code>. This will make the icons available for use in the contextmenu using the icon property.</p>
<p>So for example the file checkmark.svg wil result in the CSS context-menu-icon-checkmark which you can use by using the <a href="items#icon">icon option</a> when defining a menu item.</p>
<p>Is is also possible to just use FontAwesome icons, see the <a href="demo/fontawesome-icons">demo of FontAwesome</a>. </p>
<p>Is is also possible to just use FontAwesome icons, see the <a href="https://swisnl.github.io/jQuery-contextMenu/demo/fontawesome-icons">demo of FontAwesome</a>. </p>
<h3 id="example">Example</h3>
<pre><code class="language-javascript">var items = {
firstCommand: {
Expand Down
2 changes: 1 addition & 1 deletion docs/font-awesome.html
Expand Up @@ -317,7 +317,7 @@
<hr />
<h2 id="customize-icons">Customize icons</h2>
<p>It is possible to use font-awesome icons if you like. You need to include the <a href="https://www.bootstrapcdn.com/fontawesome/">Font Awesome CSS</a> in your application. That will enable you to use the icon classes to use those icons.</p>
<p>Check out the <a href="demo/fontawesome-icons">demo</a></p>
<p>Check out the <a href="https://swisnl.github.io/jQuery-contextMenu/demo/fontawesome-icons">demo</a></p>
<h2 id="bring-your-own-icons">Bring your own icons</h2>
<p>It is also possible to use your own SVG icons if you like, you can <a href="customize">customize</a> this by using the SASS files.</p>
</div>
Expand Down

0 comments on commit b97db4f

Please sign in to comment.