From f1818851c9f9f5c1840d2302fc2c4b7748a1abb2 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 17 Sep 2020 21:52:54 +0000 Subject: [PATCH] --- .../{appendix-a.md => appendix-os-credits.md} | 51 ++++++++++--------- docs/8.0/ayanova/mkdocs.yml | 2 + 2 files changed, 30 insertions(+), 23 deletions(-) rename docs/8.0/ayanova/docs/{appendix-a.md => appendix-os-credits.md} (54%) diff --git a/docs/8.0/ayanova/docs/appendix-a.md b/docs/8.0/ayanova/docs/appendix-os-credits.md similarity index 54% rename from docs/8.0/ayanova/docs/appendix-a.md rename to docs/8.0/ayanova/docs/appendix-os-credits.md index 772726a0..e5cb3dea 100644 --- a/docs/8.0/ayanova/docs/appendix-a.md +++ b/docs/8.0/ayanova/docs/appendix-os-credits.md @@ -1,27 +1,33 @@ -# APPENDIX-A OPEN SOURCE CREDITS +# OPEN SOURCE CREDITS We would like to gratefully acknowledge the following open source tools and libraries that were used in the development of AyaNova: ### DEVTOOLS +[7-Zip](https://www.7-zip.org/) [.NET Core Test Explorer](https://github.com/formulahendry/vscode-dotnet-test-explorer) +[Babel](https://github.com/babel/babel) +[Cypress](https://www.cypress.io/) +[DB Browser for SQLite](https://github.com/sqlitebrowser/sqlitebrowser) [ESLint](https://eslint.org/) [MkDocs](https://github.com/mkdocs/mkdocs/) [Node.js](https://nodejs.org/en/) +[Paint.net](https://www.getpaint.net/index.html) +[pgAdmin](https://www.pgadmin.org/) [Prettier](https://prettier.io/) +[PuTTY](https://putty.org/) +[TortoiseSVN](https://tortoisesvn.net/) +[Ubuntu Server](https://ubuntu.com/server) [Vetur](https://github.com/vuejs/vetur) [Visual Studio Code](https://code.visualstudio.com/) -[]() -[]() -[]() - ### BACK END [.NET Core](https://dotnet.microsoft.com/) [Bogus](https://github.com/bchavez/Bogus) [Bouncy Castle](https://github.com/chrishaly/bc-csharp) +[Chromium](https://www.chromium.org/Home) [Enums.NET](https://github.com/TylerBrinkley/Enums.NET) [jose-jwt](https://github.com/dvsekhvalnov/jose-jwt) [Json.NET](https://www.newtonsoft.com/json) @@ -34,27 +40,26 @@ We would like to gratefully acknowledge the following open source tools and libr [Swashbuckle](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) - ## FRONT END -[MkDocs](https://github.com/mkdocs/mkdocs/) - - -[Vue CLI Service](https://github.com/vuejs/vue-cli) -[Vue](https://github.com/vuejs/vue) -[webpack](https://webpack.js.org/) [Chart.js](https://www.chartjs.org/) [DOMPurify](https://github.com/cure53/DOMPurify) +[Font Awesome](https://fontawesome.com/) +[FortAwesome/Font-Awesome](https://github.com/FortAwesome/Font-Awesome) [github-markdown-css](https://github.com/sindresorhus/github-markdown-css) [jwt-decode](https://github.com/auth0/jwt-decode) -[]() -[]() -[]() -[]() -[]() -[]() -[]() -[]() -[]() -[]() -[]() \ No newline at end of file +[Luxon](https://github.com/moment/luxon) +[Marked](https://github.com/markedjs/marked) +[Monaco Editor](https://github.com/Microsoft/monaco-editor) +[NProgress](https://github.com/rstacruz/nprogress) +[register-service-worker](https://github.com/yyx990803/register-service-worker#readme) +[typeface-roboto](https://github.com/KyleAMathews/typefaces/tree/master/packages/roboto) +[Vue](https://github.com/vuejs/vue) +[Vue CLI Service](https://github.com/vuejs/vue-cli) +[vue-chartjs](https://github.com/apertureless/vue-chartjs) +[Vue Currency Input](https://github.com/dm4t2/vue-currency-input) +[vue-router](https://github.com/vuejs/vue-router) +[Vuetify](https://vuetifyjs.com/en/) +[Vuex](https://github.com/vuejs/vuex) +[vuex-persistedstate](https://github.com/robinvdvleuten/vuex-persistedstate) +[webpack](https://webpack.js.org/) diff --git a/docs/8.0/ayanova/mkdocs.yml b/docs/8.0/ayanova/mkdocs.yml index a5f2387a..ecd8119a 100644 --- a/docs/8.0/ayanova/mkdocs.yml +++ b/docs/8.0/ayanova/mkdocs.yml @@ -138,3 +138,5 @@ nav: - 'API response format': 'api-response-format.md' - 'API error codes': 'api-error-codes.md' - 'API upload routes': 'api-upload-routes.md' +- Appendix: + - 'Open source credits': 'appendix-os-credits.md'