Skip to content

Commit

Permalink
fix links in navbar of pkg posts
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzy committed Sep 23, 2024
1 parent 3a29187 commit bd7c69e
Showing 1 changed file with 61 additions and 17 deletions.
78 changes: 61 additions & 17 deletions html_chunk/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,39 +55,69 @@
<div class="dropdown-menu" aria-labelledby="navbarDropdownQuickSection">
<p class="menuTitle"><i>ggplot2</i></p>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="238-custom-layout-axis-ggplot2.html"
<a
class="dropdown-item"
href="https://r-graph-gallery.com/238-custom-layout-axis-ggplot2.html"
>Axis</a
>
<a class="dropdown-item" href="ggplot2-color.html">Color</a>
<a class="dropdown-item" href="ggplot2-package.html#themes">Themes</a>
<a class="dropdown-item" href="239-custom-layout-legend-ggplot2.html"
<a
class="dropdown-item"
href="https://r-graph-gallery.com/ggplot2-color.html"
>Color</a
>
<a
class="dropdown-item"
href="https://r-graph-gallery.com/ggplot2-package.html#themes"
>Themes</a
>
<a
class="dropdown-item"
href="https://r-graph-gallery.com/239-custom-layout-legend-ggplot2.html"
>Legend</a
>
<a class="dropdown-item" href="ggplot2-package.html#annotation"
<a
class="dropdown-item"
href="https://r-graph-gallery.com/ggplot2-package.html#annotation"
>Annotation</a
>
<a class="dropdown-item" href="ggplot2-package.html#faceting"
<a
class="dropdown-item"
href="https://r-graph-gallery.com/ggplot2-package.html#faceting"
>Faceting</a
>
<a
class="dropdown-item"
href="240-custom-layout-background-ggplot2.html"
href="https://r-graph-gallery.com/240-custom-layout-background-ggplot2.html"
>Background</a
>
<a class="dropdown-item" href="267-reorder-a-variable-in-ggplot2.html"
<a
class="dropdown-item"
href="https://r-graph-gallery.com/267-reorder-a-variable-in-ggplot2.html"
>Re-ordering</a
>
<a class="dropdown-item" href="custom-fonts-in-R-and-ggplot2.html"
<a
class="dropdown-item"
href="https://r-graph-gallery.com/custom-fonts-in-R-and-ggplot2.html"
>Fonts</a
>

<p class="menuTitle"><i>Base R</i></p>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="base-R.html#parameters"
<a
class="dropdown-item"
href="https://r-graph-gallery.com/base-R.html#parameters"
>Shape parameters</a
>
<a class="dropdown-item" href="base-R.html#margin">Margin</a>
<a class="dropdown-item" href="colors.html">Color</a>
<a
class="dropdown-item"
href="https://r-graph-gallery.com/base-R.html#margin"
>Margin</a
>
<a
class="dropdown-item"
href="https://r-graph-gallery.com/colors.html"
>Color</a
>
</div>
</li>

Expand All @@ -104,9 +134,19 @@
Tools
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownToolsSection">
<a class="dropdown-item" href="base-R.html">base R</a>
<a class="dropdown-item" href="ggplot2-package.html">ggplot2</a>
<a class="dropdown-item" href="interactive-charts.html"
<a
class="dropdown-item"
href="https://r-graph-gallery.com/base-R.html"
>base R</a
>
<a
class="dropdown-item"
href="https://r-graph-gallery.com/ggplot2-package.html"
>ggplot2</a
>
<a
class="dropdown-item"
href="https://r-graph-gallery.com/interactive-charts.html"
>interactive charts</a
>
<a
Expand All @@ -131,7 +171,9 @@
</li>

<li class="nav-item">
<a class="nav-link" href="all-graphs.html">All</a>
<a class="nav-link" href="https://r-graph-gallery.com/all-graphs.html"
>All</a
>
</li>

<li class="nav-item dropdown">
Expand Down Expand Up @@ -171,7 +213,9 @@
>React graph gallery</a
>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="about.html">About</a>
<a class="dropdown-item" href="https://r-graph-gallery.com/about.html"
>About</a
>
</div>
</li>
</ul>
Expand Down

0 comments on commit bd7c69e

Please sign in to comment.