Skip to content

Commit

Permalink
Merge pull request #139 from paulgrotzke/astro-pages
Browse files Browse the repository at this point in the history
fix doc links examples & recipes
  • Loading branch information
simeydotme authored Mar 14, 2024
2 parents 430d73c + 0644e47 commit 0bc34f9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions src/content/docs/en/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ Use the links below to see examples of different options (props) available for t


<RecipeList>
<Recipe name="Values & Binding" link="examples/values" />
<Recipe name="Min & Max" link="examples/min-max" />
<Recipe name="Pips" link="examples/pips" />
<Recipe name="Pip Labels" link="examples/pip-labels" />
<Recipe name="Steps" link="examples/steps" />
<Recipe name="Pip Steps" link="examples/pip-steps" />
<Recipe name="Steps & Pip Steps" link="examples/steps-combined" />
<Recipe name="Ranges" link="examples/range" />
<Recipe name="Pushy" link="examples/range#pushy-range-handles" />
<Recipe name="Float" link="examples/float" />
<Recipe name="Vertical" link="examples/vertical" />
<Recipe name="Prefix & Suffix" link="examples/prefix-suffix" />
<Recipe name="Formatter" link="examples/formatter" />
<Recipe name="Disabled" link="examples/disabled" />
<Recipe name="Easing" link="examples/easing" />
<Recipe name="Values & Binding" link="values" />
<Recipe name="Min & Max" link="min-max" />
<Recipe name="Pips" link="pips" />
<Recipe name="Pip Labels" link="pip-labels" />
<Recipe name="Steps" link="steps" />
<Recipe name="Pip Steps" link="pip-steps" />
<Recipe name="Steps & Pip Steps" link="steps-combined" />
<Recipe name="Ranges" link="range" />
<Recipe name="Pushy" link="range#pushy-range-handles" />
<Recipe name="Float" link="float" />
<Recipe name="Vertical" link="vertical" />
<Recipe name="Prefix & Suffix" link="prefix-suffix" />
<Recipe name="Formatter" link="formatter" />
<Recipe name="Disabled" link="disabled" />
<Recipe name="Easing" link="easing" />
</RecipeList>
6 changes: 3 additions & 3 deletions src/content/docs/en/recipes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ demos with the code and css needed to make it work.


<RecipeList>
<Recipe name="Color Picker UI" link="recipes/color-picker" image="color-ui" />
<Recipe name="Daisy UI" link="recipes/daisy-ui" image="daisy-ui" />
<Recipe name="Price Range" link="recipes/price-range" image="price-gradient" />
<Recipe name="Color Picker UI" link="color-picker" image="color-ui" />
<Recipe name="Daisy UI" link="daisy-ui" image="daisy-ui" />
<Recipe name="Price Range" link="price-range" image="price-gradient" />
</RecipeList>

#### More to come...
Expand Down

0 comments on commit 0bc34f9

Please sign in to comment.