mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
website: restore github button front page
This commit is contained in:
parent
4b61029718
commit
e630954923
@ -37,6 +37,9 @@ module.exports = {
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
favicon: "img/logo/uk/verdaccio-tiny-uk-no-bg.svg",
|
||||
i18n: i18nConfig,
|
||||
scripts: [
|
||||
"https://buttons.github.io/buttons.js",
|
||||
],
|
||||
plugins: [
|
||||
'docusaurus-plugin-sass',
|
||||
"docusaurus-plugin-contributors",
|
||||
|
@ -27,6 +27,14 @@ const Header = (): React.ReactElement => {
|
||||
<p className={styles['header--subtitle']}>
|
||||
<Translate>A lightweight Node.js private proxy registry</Translate>
|
||||
</p>
|
||||
<iframe
|
||||
src={"https://ghbtns.com/github-btn.html?user=verdaccio&repo=verdaccio&type=star&count=true&size=large"}
|
||||
frameBorder="0"
|
||||
scrolling="0"
|
||||
width="160px"
|
||||
height="30px"
|
||||
style={{ marginTop: '8px' }}
|
||||
/>
|
||||
<div className={styles['header--links']}>
|
||||
<a href="https://github.com/verdaccio/verdaccio" className="link-secondary">
|
||||
GITHUB
|
||||
|
Loading…
Reference in New Issue
Block a user