Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
Migrate Gatekeeper documentation to Louketo repository (#610)
Browse files Browse the repository at this point in the history
- Clean up the Makefile which had an old reference to Glide
- Update the README file mentioning the status of the project and where
people should look for the upcoming tasks
- Move the documentation from Keycloak documentation to Louketo
repository

Fixes #610

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
  • Loading branch information
Bruno Oliveira da Silva and JoelSpeed committed May 29, 2020
1 parent 9079de6 commit a0cad52
Show file tree
Hide file tree
Showing 3 changed files with 645 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ VETARGS ?= -asmdecl -atomic -bool -buildtags -copylocks -methods -nilfunc -print
PLATFORMS=darwin linux windows
ARCHITECTURES=amd64

.PHONY: test authors changelog build docker static release lint cover vet glide-install
.PHONY: test authors changelog build docker static release lint cover vet

default: build

Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,10 +1,10 @@
# Louketo Proxy

This repository contains the source code for the Louketo Proxy.
This repository is a work in progress and contains the source code for the Louketo Proxy. You should be able to see what's being planned at our [milestones page](https://github.com/louketo/louketo-proxy/milestones).

## Help and Documentation

* [Louketo Proxy documentation](https://louketo.github.io/)
* [Louketo Proxy documentation](docs/user-guide.md)
* [Mailing List](https://groups.google.com/forum/#!forum/louketo) - Mailing list for help and general questions about Keycloak
* [Issue Tracker](https://github.com/louketo/louketo-proxy/issues) - Issue tracker for bugs and feature requests

Expand All @@ -26,7 +26,7 @@ To run Louketo Proxy, please refer to our [building and working with the code ba

docker run -it --rm quay.io/louketo/louketo-proxy

For more details refer to the [Documentation](https://louketo.github.io/).
For more details refer to the [Documentation](docs/user-guide.md).

### Writing Tests

Expand Down

0 comments on commit a0cad52

Please sign in to comment.