Skip to content

Commit d0ed758

Browse files
author
Matthew Dobson
authored
Merge pull request #76 from apigee-internal/readme-updates
Updates to README.
2 parents 1d215e8 + d60ecbf commit d0ed758

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ Sean Williams (https://github.com/swilliams11)
55
Noah Dietz <noahdietz24@gmail.com> (https://github.com/noahdietz)
66
Shawn Feldman (https://github.com/shawnfeldman)
77
Kevin Swiber <kswiber@gmail.com> (https://github.com/kevinswiber)
8+
Mitch Fierro (https://github.com/F1ERRO)
9+
Matt Dobson <matt@apigee.com> (https://github.com/mdobson)

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Note: Description and code apply to Microgateway v2.x It's not compatible with v1.x series of Microgateway.**
44

5-
![Build Status](https://travis-ci.org/apigee/microgateway.svg?branch=master)
5+
![Build Status](https://travis-ci.org/apigee-internal/microgateway.svg?branch=master)
66

77
The Apigee Microgateway is a lightweight API management proxy that routes requests and responses between API consumers and API providers. As requests are routed the microgateway introduces an eventing model that is based on the concept of http middleware. You can add custom plugins to the http router via the plugins directory. You can also change the code to explicitly load plugins via the gateway.addPlugin method. For more information about plugins see [https://github.com/apigee/microgateway-plugins](https://github.com/apigee/microgateway-plugins).
88
For more information on how to use the producet see the [product documentation](http://docs.apigee.com/microgateway/content/edge-microgateway-home)
@@ -22,7 +22,16 @@ It also provides a CLI that an admin uses to wire/configure an instance of Micro
2222

2323
![micro-flow](micro-flow.png)
2424

25+
# Official Microgateway Docs
26+
27+
The official docs for Microgateway can be found on the Apigee website.
28+
2529
* [Official Microgateway Docs] (http://docs.apigee.com/microgateway/content/edge-microgateway-home)
30+
31+
# Get support and help
32+
33+
The Apigee community is the best place to ask questions, suggest features, and learn best practices with Microgateway.
34+
2635
* [Get support and help] (https://community.apigee.com/spaces/71/index.html)
2736

2837
# Filing Issues

0 commit comments

Comments
 (0)