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

Commit a0cad52

Browse files
Bruno Oliveira da SilvaJoelSpeed
andcommitted
Migrate Gatekeeper documentation to Louketo repository (#610)
- 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 <[email protected]>
1 parent 9079de6 commit a0cad52

File tree

3 files changed

+645
-4
lines changed

3 files changed

+645
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ VETARGS ?= -asmdecl -atomic -bool -buildtags -copylocks -methods -nilfunc -print
1414
PLATFORMS=darwin linux windows
1515
ARCHITECTURES=amd64
1616

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

1919
default: build
2020

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Louketo Proxy
22

3-
This repository contains the source code for the Louketo Proxy.
3+
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).
44

55
## Help and Documentation
66

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

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

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

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

3131
### Writing Tests
3232

0 commit comments

Comments
 (0)