Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav_yudi committed Jan 16, 2023
2 parents 8f0d4cd + b7c26d4 commit d9adb20
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jekyll-algolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
- name: Set up Ruby 3.1.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 3.1.2
- name: Install dependencies and push records
run: |
cd docs
Expand Down
4 changes: 2 additions & 2 deletions docs/doks-theme/_includes/micro-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
{% for item in site.doks.micro_nav %}
<li class="nav-item"><a href="{% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}{{ item.url }}" class="not-visibly">{{ item.title }}</a></li>
{% endfor %}
<li class="suggest--github"><a href="https://github.com/icons8/lunacy-docs" class="btn btn--suggest-edit"><i class="icon icon--github"></i>Suggest edits</a></li>
<li class="suggest--github"><a href="https://github.com/icons8/plugins-docs" class="btn btn--suggest-edit"><i class="icon icon--github"></i>Suggest edits</a></li>
{% endunless %}
{% if page.release_note %}
{% for item in page.release_note %}
<li><a href="{% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}#{{ item.url }}" class="not-visibly">{{ item.title }}</a></li>
{% endfor %}
{% endif %}
</ul>
</ul>
15 changes: 5 additions & 10 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ keywords:
comments: false

# Hero section
title: About Icons8 Figma plugins
description: Everything you need to know about Icons8 Figma plugins
icon:
title: Icons8 Figma Plugins
description: Welcome to the help page for Icons8 Figma Plugins, which include icons, illustrations, photos, Material Design Icons and Icons8 Background Remover. All three of those plugins will broaden your toolkit, speed up your workflow and generally make your Figma experience smoother. Let’s dive right in!
icon: 'lunacy'

# Micro navigation
micro_nav: false
Expand All @@ -18,11 +18,6 @@ micro_nav: false
# content: System requirements
# url: '/sysreq'
---

# Icons8 Figma Plugins

Welcome to the help page for Icons8 Figma Plugins: **Icons8 — icons, illustrations, photos**, **Material Design Icons** and **Icons8 Background Remover**. All three of those plugins will broaden your toolkit, speed up your workflow and generally make your Figma experience smoother. Let’s dive right in!

## Installation

Choose the plugin you want to install and click the 'Try it out' button:
Expand Down Expand Up @@ -226,7 +221,7 @@ Get images without backgrounds, but with the original image size and quality. Ke

Here's a quick video of removing background from the image on a mobile browser mockup:

<video autoplay="" muted="" loop="" playsinline="" width="auto" height="auto"><source src="/public/BG Remover_Demo.mp4" type="video/mp4"></video>
<video autoplay="" muted="" loop="" playsinline="" width="auto" height="auto"><source src="/public/BG Remover_Demo 15.47.57.mp4" type="video/mp4"></video>

<br>
In case you want to use Background Remover outside of Figma, we also have a [web app]((https://icons8.com/bgremover) with the extended functionality.
In case you want to use Background Remover outside of Figma, we also have a web app with the extended functionality, you can find it [here](https://icons8.com/bgremover/).

0 comments on commit d9adb20

Please sign in to comment.