Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
kondaurovDev committed Feb 20, 2025
1 parent 86a8933 commit a22d31f
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 32 deletions.
30 changes: 30 additions & 0 deletions docs/cv-maker/assets/index-BOlMv29Q.js

Large diffs are not rendered by default.

30 changes: 0 additions & 30 deletions docs/cv-maker/assets/index-Bz5ybHgq.js

This file was deleted.

2 changes: 1 addition & 1 deletion docs/cv-maker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

gtag('config', 'G-FKWW5S34LH');
</script>
<script type="module" crossorigin src="./assets/index-Bz5ybHgq.js"></script>
<script type="module" crossorigin src="./assets/index-BOlMv29Q.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Tb8VLyuC.css">
</head>

Expand Down
3 changes: 2 additions & 1 deletion docs/cv-maker/john-doe.json → docs/cv-maker/john-doe.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@
"id": "docker",
"name": "Docker",
"category": "devops tool",
"url": "https://en.wikipedia.org/wiki/Docker_(software)"
"url": "https://en.wikipedia.org/wiki/Docker_(software)",
"display": "force"
},
{
"id": "react",
Expand Down
7 changes: 7 additions & 0 deletions docs/cv-maker/resume-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,13 @@
"other"
]
},
"display": {
"type": "string",
"enum": [
"force",
"hide"
]
},
"version": {
"$ref": "#/$defs/NonEmptyString"
},
Expand Down

0 comments on commit a22d31f

Please sign in to comment.