Skip to content

Commit f43920e

Browse files
authored
Merge pull request #34 from safedep/minor-fixes
Minor fixes
2 parents 93bbc74 + e16f907 commit f43920e

6 files changed

Lines changed: 7 additions & 33 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center">
2-
vet
2+
<img alt="SafeDep Vet" src="docs/static/img/vet-logo.png" width="150" />
33
</h1>
44
<p align="center">
55
πŸ™Œ Refer to <b><a href="https://safedep.io/docs/">https://safedep.io/docs</a></b> for the documentation πŸ“–
@@ -11,8 +11,6 @@
1111
[![CodeQL](https://github.com/safedep/vet/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/safedep/vet/actions/workflows/codeql.yml)
1212
[![Scorecard supply-chain security](https://github.com/safedep/vet/actions/workflows/scorecard.yml/badge.svg)](https://github.com/safedep/vet/actions/workflows/scorecard.yml)
1313

14-
**πŸ™Œ Refer to [https://safedep.io/docs](https://safedep.io/docs) for the documentation πŸ“–**
15-
1614
![vet banner](docs/static/img/vet/vet-banner.png)
1715
## Automate Open Source Package Vetting in CI/CD
1816

β€Ždocs/docusaurus.config.jsβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ const config = {
3434
'classic',
3535
/** @type {import('@docusaurus/preset-classic').Options} */
3636
({
37+
gtag: {
38+
trackingID: 'G-35RRJQMJ5Q',
39+
anonymizeIP: true,
40+
},
3741
docs: {
3842
routeBasePath: '/',
3943
sidebarPath: require.resolve('./sidebars.js'),

β€Ždocs/package-lock.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždocs/package.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@docusaurus/core": "^2.4.0",
18+
"@docusaurus/plugin-google-gtag": "^2.4.0",
1819
"@docusaurus/preset-classic": "^2.4.0",
1920
"@mdx-js/react": "^1.6.22",
2021
"clsx": "^1.2.1",

β€Ždocs/static/img/vet-logo.pngβ€Ž

42.6 KB
Loading

β€Ždocs/why-vet.mdβ€Ž

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
Β (0)