mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
docs(docc): add github star
This commit is contained in:
@@ -31,6 +31,16 @@ export default defineConfig({
|
|||||||
autogenerate: { directory: 'challenges' },
|
autogenerate: { directory: 'challenges' },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
head: [
|
||||||
|
{
|
||||||
|
tag: 'script',
|
||||||
|
attrs: {
|
||||||
|
src: 'https://buttons.github.io/buttons.js',
|
||||||
|
defer: true,
|
||||||
|
async: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -8,3 +8,13 @@ sidebar:
|
|||||||
:::note
|
:::note
|
||||||
WIP:
|
WIP:
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
<a
|
||||||
|
class="github-button"
|
||||||
|
href="https://github.com/tomalaforge/angular-challenges"
|
||||||
|
data-color-scheme="no-preference: dark; light: light; dark: dark;"
|
||||||
|
data-size="large"
|
||||||
|
data-show-count="true"
|
||||||
|
aria-label="Star tomalaforgee/angular-challenges on GitHub">
|
||||||
|
Star
|
||||||
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user