Skip to content
This repository was archived by the owner on May 9, 2019. It is now read-only.

Commit 3de9379

Browse files
committed
Move the images to a doc/ subdir
1 parent b5ba6e1 commit 3de9379

8 files changed

+7
-7
lines changed

β€ŽREADME.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This plugin replaces the default search of Wordpress with an Algolia realtime se
1717

1818
### Credentials
1919

20-
![Credentials](credentials.png)
20+
![Credentials](doc/credentials.png)
2121

2222
In this section you configure two things:
2323

@@ -35,7 +35,7 @@ In this section you configure two things:
3535

3636
### UI Integration
3737

38-
![UI](ui.png)
38+
![UI](doc/ui.png)
3939

4040
#### Search Exprerience Configuration
4141

@@ -73,13 +73,13 @@ The theme is **totally independent** from the Wordpress theme. Each theme handle
7373

7474
### Types
7575

76-
![Types](types.png)
76+
![Types](doc/types.png)
7777

7878
You can choose the Wordpress types you want to index. By default, only `post` and `page` are configured. If one of your extension (WooCommerce for instance) create new types you will see them in this list. You can order them to change the order of each section of the autocompletion menu. In autocompletion menu mode you can also specify the label used for each type to display the title of search section.
7979

8080
### Attributes
8181

82-
![Attributes](attributes.png)
82+
![Attributes](doc/attributes.png)
8383

8484
You can configure additional attribute or taxonomies you want to index. If you use Wordpress as a blog you should not have to change anything. When using Wordpress with plugin like WooCommerce this should be very useful as you probably want to index the `price` or the `total_sales` attributes as well.
8585

@@ -103,7 +103,7 @@ You can add a label to each enabled facet to display the Facet bloc title. You c
103103

104104
### Search Configuration
105105

106-
![Search](search.png)
106+
![Search](doc/search.png)
107107

108108
For each attribute you enable, you can decide to make it searchable. If you do you can choose if you want the attribute ordered or unordered:
109109

@@ -119,15 +119,15 @@ For each attribute you enable, you can decide to make it searchable. If you do y
119119

120120
### Results Ranking
121121

122-
![Ranking](ranking.png)
122+
![Ranking](doc/ranking.png)
123123

124124
For each attribute you enable, you can make them part of your custom ranking formula.
125125

126126
**Notes:** Attributes that you enable <b>NEED to been numerics</b>
127127

128128
### Sorting
129129

130-
![Sorting](sorting.png)
130+
![Sorting](doc/sorting.png)
131131

132132
For each attribute or taxonomy you enable you can select the ones you want to be able to sort with.
133133

File renamed without changes.
File renamed without changes.

β€Žranking.png β€Ždoc/ranking.png

File renamed without changes.

β€Žsearch.png β€Ždoc/search.png

File renamed without changes.

β€Žsorting.png β€Ždoc/sorting.png

File renamed without changes.

β€Žtypes.png β€Ždoc/types.png

File renamed without changes.

β€Žui.png β€Ždoc/ui.png

File renamed without changes.

0 commit comments

Comments
Β (0)