Skip to content

Commit

Permalink
fix: readme resources link to external source
Browse files Browse the repository at this point in the history
  • Loading branch information
cyp3rius committed Dec 24, 2024
1 parent bde58f5 commit 36c7ea6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- save_cache:
paths:
- ./node_modules
key: strapi-plugin-navigation-v3-{{ checksum "yarn.lock" }}
key: strapi-plugin-navigation-v4-{{ checksum "yarn.lock" }}
- persist_to_workspace:
root: ~/repo
paths: .
Expand Down
3 changes: 1 addition & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ codecov.yml
setup-package.*
**/__tests__/**
**/__mocks__/**
migrations/**
dist/assets/
migrations/**
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center" width="150px">
<img style="width: 150px; height: auto;" src="public/assets/logo.png" alt="Logo - Strapi Navigation plugin" />
<div align="center" style="max-width: 10rem; margin: 0 auto">
<img style="width: 150px; height: auto;" src="https://www.sensinum.com/img/open-source/strapi-plugin-navigation/logo.png" alt="Logo - Strapi Navigation plugin" />
</div>
<div align="center">
<h1>Strapi - Navigation plugin</h1>
Expand All @@ -21,7 +21,7 @@
---

<div style="margin: 20px 0" align="center">
<img style="width: 100%; height: auto;" src="public/assets/preview.png" alt="UI preview" />
<img style="width: 100%; height: auto;" src="https://www.sensinum.com/img/open-source/strapi-plugin-navigation/preview.png" alt="UI preview" />
</div>

Strapi Navigation Plugin provides a website navigation / menu builder feature for [Strapi Headless CMS](https://github.com/strapi/strapi) admin panel. Navigation has the possibility to control the audience and can be consumed by the website with different output structure renderers:
Expand Down Expand Up @@ -77,7 +77,7 @@ Strapi Navigation Plugin provides a website navigation / menu builder feature fo
As a ✅ **verified** plugin by Strapi team we're available on the [**Strapi Marketplace**](https://market.strapi.io/plugins/strapi-plugin-navigation) as well as **In-App Marketplace** where you can follow the installation instructions.

<div style="margin: 20px 0" align="center">
<img style="width: 100%; height: auto;" src="public/assets/marketplace.png" alt="Strapi In-App Marketplace" />
<img style="width: 100%; height: auto;" src="https://www.sensinum.com/img/open-source/strapi-plugin-navigation/marketplace.png" alt="Strapi In-App Marketplace" />
</div>

### Via command line
Expand All @@ -100,7 +100,7 @@ The **UI Navigation** plugin should appear in the **Plugins** section of Strapi
You can manage your multiple navigation containers by going to the **Navigation** manage view by clicking "Manage" button.

<div style="margin: 20px 0" align="center">
<img style="width: 100%; height: auto;" src="public/assets/manager-view.png" alt="Navigation Manager View" />
<img style="width: 100%; height: auto;" src="https://www.sensinum.com/img/open-source/strapi-plugin-navigation/manager-view.png" alt="Navigation Manager View" />
</div>

As a next step you must configure your the plugin by the way you want to. See [**Configuration**](#🔧-configuration) section.
Expand Down Expand Up @@ -129,7 +129,7 @@ To start your journey with **Navigation plugin** you must first setup it using t
On the dedicated page, you will be able to set up all crucial properties which drive the plugin and customize each individual collection for which **Navigation plugin** should be enabled.

<div style="margin: 20px 0" align="center">
<img style="width: 100%; height: auto;" src="public/assets/configuration.png" alt="Plugin configuration" />
<img style="width: 100%; height: auto;" src="https://www.sensinum.com/img/open-source/strapi-plugin-navigation/configuration.png" alt="Plugin configuration" />
</div>

> *Note*
Expand Down

0 comments on commit 36c7ea6

Please sign in to comment.