From 1390f5597473d313333e942fe69d1d340b79992e Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Wed, 14 Mar 2018 13:57:24 +0500 Subject: [PATCH] :truck: Move all docs to 'docs' directory --- CONTRIBUTORS.md | 2 -- PATRONS.md | 5 ----- CODE_OF_CONDUCT.md => docs/CODE_OF_CONDUCT.md | 0 LICENSE.md => docs/LICENSE.md | 2 +- README.md => docs/README.md | 2 +- docs/SUPPORT.md | 12 ++++++++++++ 6 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 CONTRIBUTORS.md delete mode 100644 PATRONS.md rename CODE_OF_CONDUCT.md => docs/CODE_OF_CONDUCT.md (100%) rename LICENSE.md => docs/LICENSE.md (96%) rename README.md => docs/README.md (92%) create mode 100644 docs/SUPPORT.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md deleted file mode 100644 index df19ac3..0000000 --- a/CONTRIBUTORS.md +++ /dev/null @@ -1,2 +0,0 @@ -# Contributors -- [corpix](http://github.com/corpix) - big help with JSON's \ No newline at end of file diff --git a/PATRONS.md b/PATRONS.md deleted file mode 100644 index 7b341fb..0000000 --- a/PATRONS.md +++ /dev/null @@ -1,5 +0,0 @@ -# [Patrons!](https://www.patreon.com/bePatron?c=243288) -**These people have sponsored the current version of the project:** -- Daniil Tlenov -- Yami Odymel -- MoD21k \ No newline at end of file diff --git a/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to docs/CODE_OF_CONDUCT.md diff --git a/LICENSE.md b/docs/LICENSE.md similarity index 96% rename from LICENSE.md rename to docs/LICENSE.md index b1f3e29..e1c6f2b 100644 --- a/LICENSE.md +++ b/docs/LICENSE.md @@ -1,5 +1,5 @@ # MIT License -Copyright (c) 2017 Maxim Lebedev +Copyright (c) 2018 Maxim Lebedev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/docs/README.md similarity index 92% rename from README.md rename to docs/README.md index f716695..fdadfb9 100644 --- a/README.md +++ b/docs/README.md @@ -18,7 +18,7 @@ Import it in your code: `import "github.com/toby3d/telegraph"` ## Examples -See [GoDoc examples section](https://godoc.org/github.com/toby3d/telegraph#pkg-examples) or check [example_test.go](example_test.go). +See [GoDoc examples section](https://godoc.org/github.com/toby3d/telegraph#pkg-examples) or check [example_test.go](/example_test.go). ## Need help? - [Open new issue](https://github.com/toby3d/telegraph/issues/new) diff --git a/docs/SUPPORT.md b/docs/SUPPORT.md new file mode 100644 index 0000000..9e6853f --- /dev/null +++ b/docs/SUPPORT.md @@ -0,0 +1,12 @@ +# [Support me on Patreon!](https://www.patreon.com/bePatron?c=243288) +I develop this project in my spare time, and I do it and I will do it free of charge. However, you can make a donation or become a sponsor to make sure that I have enough coffee and pizza for night coding. + +**These people sponsored current version of the project:** +- Aurielb +- Daniil Tlenov +- @kirillDanshin +- MoD21k +- @YamiOdymel + +# Also +Thanks @corpix for big help with JSON's. \ No newline at end of file