Skip to content

Commit 4832df0

Browse files
domgreendevnev
authored andcommitted
Remove generation of docs (grpc-ecosystem#183)
Docs will now be only in code / in godoc.org. We should remove the auto generation of docs from this repo, as much as it was nice to have them alongside the code in github it is normal go practice to look for most documentation via godoc.org. The libraries that we have been using to generate the github markdown are no longer maintained and updated in the godoc codebase itself have meant that we would also have to update these dependant libraries ... which I do not think we should take.
1 parent 3304cc8 commit 4832df0

29 files changed

+4
-2512
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ install:
1515
- dep ensure
1616

1717
script:
18-
- make checkdocs
1918
- make test
2019

2120
after_success:

DOC.md

-166
This file was deleted.

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
[gRPC Go](https://github.com/grpc/grpc-go) Middleware: interceptors, helpers, utilities.
1313

14-
**Important** The repo recently moved to `github.com/grpc-ecosystem/go-grpc-middleware`, please update your import paths.
15-
1614
## Middleware
1715

1816
[gRPC Go](https://github.com/grpc/grpc-go) recently acquired support for
@@ -24,7 +22,7 @@ These are generic building blocks that make it easy to build multiple microservi
2422
The purpose of this repository is to act as a go-to point for such reusable functionality. It contains
2523
some of them itself, but also will link to useful external repos.
2624

27-
`grpc_middleware` itself provides support for chaining interceptors. See [Documentation](DOC.md), but here's an example:
25+
`grpc_middleware` itself provides support for chaining interceptors, here's an example:
2826

2927
```go
3028
import "github.com/grpc-ecosystem/go-grpc-middleware"

auth/DOC.md

-148
This file was deleted.

auth/README.md

-1
This file was deleted.

0 commit comments

Comments
 (0)