]> git.puffer.fish Git - matthieu/nova.git/commitdiff
fix line endings
authorMatthieu <matthieu@developershouse.xyz>
Thu, 14 Oct 2021 20:49:58 +0000 (20:49 +0000)
committerMatthieu <matthieu@developershouse.xyz>
Thu, 14 Oct 2021 20:49:58 +0000 (20:49 +0000)
.gitattributes [new file with mode: 0644]
LICENSE.md [new symlink]
README.md [changed from file to symlink]
webhook/src/handler/types.rs

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..94f480d
--- /dev/null
@@ -0,0 +1 @@
+* text=auto eol=lf
\ No newline at end of file
diff --git a/LICENSE.md b/LICENSE.md
new file mode 120000 (symlink)
index 0000000..9a9d50f
--- /dev/null
@@ -0,0 +1 @@
+docs/docs/LICENSE.md
\ No newline at end of file
deleted file mode 100644 (file)
index e664e43961aafb35752d97b115bb1afc46115d1f..0000000000000000000000000000000000000000
--- a/README.md
+++ /dev/null
@@ -1,32 +0,0 @@
-# Nova\r
-\r
-Nova is an open source Discord framework for creating high-performance app.\r
-\r
-Nova is built upon [Go](https://github.com/golang/go) and [Rust](https://github.com/rust-lang/rust) and uses [Bazel](https://github.com/bazelbuild/bazel) as a build system to maintain an effective, safe and production-ready solution.\r
-\r
-With Nova you can be sure to build reliable and efficient Discord bots.\r
-\r
-### Disclaimer\r
-\r
-Nova requires a good infrastructure to operate and may consume lot of resources. It's not made for small Discord Bots but for those who are present on many servers and want to ensure excellent performance.\r
-\r
----\r
-\r
-## Features\r
-\r
-- **Scalability**\r
-- **High-Performance**\r
-- **Reliability**\r
-- **Production-ready**\r
-\r
-## Quick Start\r
-\r
-> SOON\r
-\r
-## Contributing\r
-\r
-If you wish to contribute to Nova, go to [CONTRIBUTING]().\r
-\r
-## License\r
-\r
-Nova is distributed under the Apache 2.0 license, see [LICENSE](LICENSE) for more information.\r
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..8bb46f020a4387c601cec266831dd69df98c822f
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+docs/docs/intro.md
\ No newline at end of file
index 4cba12a9edeb664466bf249ee733a45995ec3605..4fc5b6885c3fddb4b567e7dad51ace6ce2c38e68 100644 (file)
@@ -7,4 +7,3 @@ pub struct Interaction {
     pub t: i16,
     pub data: Option<Value>,
 }
-