From 642d3b441adfaa9f7d2054da6def48e29797abad Mon Sep 17 00:00:00 2001 From: Joseph Spurrier Date: Sat, 25 Jul 2020 21:54:21 -0400 Subject: [PATCH] Add clarification on docs --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6313017..a1123f2 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,11 @@ To test the application locally, you can follow these [instructions](https://jos ## Additional Documentation -Below are links to various section of the documentation. - -- [Environment Preparation](https://josephspurrier.github.io/goreactapp/docs/tutorial/env-prep) -- [Database](https://josephspurrier.github.io/goreactapp/docs/database) -- [Front-End](https://josephspurrier.github.io/goreactapp/docs/front-end) -- [Back-End](https://josephspurrier.github.io/goreactapp/docs/back-end) -- [Swagger](https://josephspurrier.github.io/goreactapp/docs/swagger) -- [Docker Compose](https://josephspurrier.github.io/goreactapp/docs/docker-compose) -- [Documentation](https://josephspurrier.github.io/goreactapp/docs/documentation) \ No newline at end of file +This is one repository of a few that demonstrate with different front-end frameworks how to build a notepad application with authentication. A few of the other repositories are: + +- [Vue and Go](https://github.com/josephspurrier/govueapp) +- [Mithril and Go](https://github.com/josephspurrier/gomithrilapp) +- [React and Go](https://github.com/josephspurrier/goreactapp) + +You can reference some off the documention here, though it's specific to Mithril: +https://josephspurrier.github.io/gomithrilapp/ \ No newline at end of file