summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.deepsource.toml13
-rw-r--r--docs/docs/intro.md4
2 files changed, 17 insertions, 0 deletions
diff --git a/.deepsource.toml b/.deepsource.toml
new file mode 100644
index 0000000..9523a79
--- /dev/null
+++ b/.deepsource.toml
@@ -0,0 +1,13 @@
+version = 1
+
+[[analyzers]]
+name = "rust"
+enabled = true
+
+[[analyzers]]
+name = "go"
+enabled = true
+
+ [analyzers.meta]
+ import_root = "github.com/discordnova/nova"
+ dependencies_vendored = false \ No newline at end of file
diff --git a/docs/docs/intro.md b/docs/docs/intro.md
index 625bcdc..d0bab01 100644
--- a/docs/docs/intro.md
+++ b/docs/docs/intro.md
@@ -27,3 +27,7 @@ With the help of Nova, you can achieve a number of things, such as
Nova separates the gateway into multiple smaller components corresponding to each
discord apis
+
+
+
+[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdiscordnova%2Fnova.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdiscordnova%2Fnova?ref=badge_large) \ No newline at end of file