Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #340 from algolia/docs/fix-links
Browse files Browse the repository at this point in the history
docs: fix links to stories
  • Loading branch information
rayrutjes authored Oct 17, 2017
2 parents 904b426 + c805c09 commit 4a3574b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/layouts/common/meta.pug
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ html
meta(content=project, property='og:site_name')

title #{title} | #{project}
link(rel='stylesheet', href="stylesheets/style.css?v=113")
link(rel='stylesheet', href="stylesheets/style.css?v=114")
link(rel="stylesheet", href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css")
link(rel="stylesheet", href="//cdn.jsdelivr.net/npm/instantsearch.js@2.0.0-beta.1/dist/instantsearch.min.css")
2 changes: 1 addition & 1 deletion docs/src/components/clear.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ githubSource: docs/src/components/clear.md

A button that clears the `query`, the `active refinements`, or both when pressed.

<a class="btn btn-static-theme" href="../stories/?selectedKind=Clear">🕹 try out live</a>
<a class="btn btn-static-theme" href="stories/?selectedKind=Clear">🕹 try out live</a>

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/no-results.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ githubSource: docs/src/components/no-results.md

A convenience component that will only be showed when no results are to be yielded.

<a class="btn btn-static-theme" href="../stories/?selectedKind=NoResults">🕹 try out live</a>
<a class="btn btn-static-theme" href="stories/?selectedKind=NoResults">🕹 try out live</a>

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ githubSource: docs/src/components/pagination.md

A component to navigate between results pages.

<a class="btn btn-static-theme" href="../stories/?selectedKind=Pagination">🕹 try out live</a>
<a class="btn btn-static-theme" href="stories/?selectedKind=Pagination">🕹 try out live</a>

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/powered-by.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ githubSource: docs/src/components/powered-by.md

A component that helps you quickly add the "powered by Algolia" mention that is required if you have a free plan.

<a class="btn btn-static-theme" href="../stories/?selectedKind=PoweredBy">🕹 try out live</a>
<a class="btn btn-static-theme" href="stories/?selectedKind=PoweredBy">🕹 try out live</a>

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/refinement-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ githubSource: docs/src/components/refinement-list.md

A component to add facet refinements in the form of a list of checkboxes.

<a class="btn btn-static-theme" href="../stories/?selectedKind=RefinementList">🕹 try out live</a>
<a class="btn btn-static-theme" href="stories/?selectedKind=RefinementList">🕹 try out live</a>

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/results-per-page-selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ githubSource: docs/src/components/results-per-page-selector.md

A component that lets the user change the number of results to be displayed per page.

<a class="btn btn-static-theme" href="../stories/?selectedKind=ResultsPerPageSelector">🕹 try out live</a>
<a class="btn btn-static-theme" href="stories/?selectedKind=ResultsPerPageSelector">🕹 try out live</a>

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/search-box.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ githubSource: docs/src/components/search-box.md

A search input with a clear and submit button.

<a class="btn btn-static-theme" href="../stories/?selectedKind=SearchBox">🕹 try out live</a>
<a class="btn btn-static-theme" href="stories/?selectedKind=SearchBox">🕹 try out live</a>

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/sort-by-selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A component that lets the user change the sorting by changing the index the sear
To be able to sort results with the Algolia engine, you need to have different indices.
To read more about sorting with Algolia, please checkout the [official documentation about sorting](https://www.algolia.com/doc/guides/relevance/sorting/#guides).

<a class="btn btn-static-theme" href="../stories/?selectedKind=SortBySelector">🕹 try out live</a>
<a class="btn btn-static-theme" href="stories/?selectedKind=SortBySelector">🕹 try out live</a>

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ githubSource: docs/src/components/stats.md

A component that displays the total number of results found and the processing time in milliseconds.

<a class="btn btn-static-theme" href="../stories/?selectedKind=Stats">🕹 try out live</a>
<a class="btn btn-static-theme" href="stories/?selectedKind=Stats">🕹 try out live</a>

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/tree-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A component to add a tree menu in the form of a nested list of links.

Generally used to implement layered navigation.

<a class="btn btn-static-theme" href="../stories/?selectedKind=TreeMenu">🕹 try out live</a>
<a class="btn btn-static-theme" href="stories/?selectedKind=TreeMenu">🕹 try out live</a>

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/src/getting-started/using-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If provided components do not fit your needs, let us know via [GitHub](https://g

You can try most of them out in our playground.

<a class="btn btn-static-theme" href="../stories/">🕹 try out live</a>
<a class="btn btn-static-theme" href="stories/">🕹 try out live</a>

* [Index](components/index.html)
* [Input](components/input.html)
Expand Down

0 comments on commit 4a3574b

Please sign in to comment.