Skip to content

Commit

Permalink
add iso rules
Browse files Browse the repository at this point in the history
Signed-off-by: Rafi <[email protected]>
  • Loading branch information
refoo0 committed Jan 15, 2025
1 parent fb4030e commit 21c8852
Show file tree
Hide file tree
Showing 5 changed files with 2,494 additions and 3 deletions.
147 changes: 147 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"react-markdown": "^9.0.1",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^4.0.0",
"remark-mdx-disable-explicit-jsx": "^0.1.0",
"sass": "^1.81.0",
"sharp": "^0.33.5",
"winston": "^3.17.0"
Expand All @@ -63,4 +64,4 @@
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
}
}
}
1 change: 1 addition & 0 deletions src/pages/guides/_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export default {
'software-composition-analysis': {
title: 'Software Composition Analysis(SCA)',
},
iso: { title: 'ISO 27001' },
}
Loading

0 comments on commit 21c8852

Please sign in to comment.