docs: expose stats page in website nav
This commit is contained in:
parent
c17c419c10
commit
dd67f8591e
|
|
@ -76,7 +76,7 @@
|
|||
<a href="/">Home</a>
|
||||
<a href="/compare/">Compare</a>
|
||||
<a href="/plugins/">Plugins</a>
|
||||
<!-- <a href="/stats/">Stats</a> -->
|
||||
<a href="/stats/">Stats</a>
|
||||
<a href="/blog/">Blog</a>
|
||||
<a href="/docs/quick-start/">Quick start</a>
|
||||
<a href="/docs/">Docs</a>
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
<a href="/">Home</a>
|
||||
<a href="/compare/">Compare</a>
|
||||
<a href="/plugins/">Plugins</a>
|
||||
<!-- <a href="/stats/">Stats</a> -->
|
||||
<a href="/stats/">Stats</a>
|
||||
<a href="/blog/">Blog</a>
|
||||
<a href="/docs/quick-start/">Quick start</a>
|
||||
<a href="/docs/">Docs</a>
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ const ogImageUrl = new URL(ogImage, 'https://herdr.dev').toString();
|
|||
<a href="/">Home</a>
|
||||
<a href="/compare/">Compare</a>
|
||||
<a href="/plugins/">Plugins</a>
|
||||
<!-- <a href="/stats/">Stats</a> -->
|
||||
<a href="/stats/">Stats</a>
|
||||
<a href="/blog/">Blog</a>
|
||||
<a href="/docs/quick-start/">Quick start</a>
|
||||
<a href="/docs/">Docs</a>
|
||||
|
|
@ -90,7 +90,7 @@ const ogImageUrl = new URL(ogImage, 'https://herdr.dev').toString();
|
|||
<a href="/">Home</a>
|
||||
<a href="/compare/">Compare</a>
|
||||
<a href="/plugins/">Plugins</a>
|
||||
<!-- <a href="/stats/">Stats</a> -->
|
||||
<a href="/stats/">Stats</a>
|
||||
<a href="/blog/">Blog</a>
|
||||
<a href="/docs/quick-start/">Quick start</a>
|
||||
<a href="/docs/">Docs</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue