Skip to content

Commit 7e46789

Browse files
committed
Add .jekyll-cache to .gitignore, remove Gemfile.lock, update _config.yml, and add System.Text.Json package reference for vulnerability fix
1 parent e213cde commit 7e46789

File tree

3 files changed

+4
-87
lines changed

3 files changed

+4
-87
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,3 +333,5 @@ logs/
333333
# Jekyll docs
334334
docs/_site/
335335
docs/.sass-cache/
336+
337+
.jekyll-cache/

docs/Gemfile.lock

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

docs/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
title: Convey
2+
23
description: A lightweight, modular toolkit for rapidly building production-ready .NET (Core) microservices.
4+
35
theme: just-the-docs
46

57
url: https://mehyaa.github.io/Convey

0 commit comments

Comments
 (0)