Replace understanding docs with macros

This commit is contained in:
Greg Turnquist 2013-08-13 14:05:46 -05:00
parent 40e9dbab0e
commit 9068042f28
2 changed files with 33 additions and 2 deletions

View File

@ -27,5 +27,5 @@ There's more to data integration than what is covered here. You can continue to
* [REST][u-rest]
* [JSON][u-json]
[u-rest]: /understanding/REST
[u-json]: /understanding/JSON
<@u_rest/>
<@u_json/>

31
SIDEBAR.md Normal file
View File

@ -0,0 +1,31 @@
### Related Resources
There's more to data integration than is covered here. You may want to continue your exploration of Spring messaging and integration with the following
### Getting Started Guides
* [Integrating Data][gs-integration]
* [Capturing Stream Data][gs-capturing-stream-data]
* [Messaging with JMS][gs-messaging-jms]
* [Messaging with RabbitMQ][gs-messaging-rabbitmq]
* [Messaging with Redis][gs-messaging-redis]
[gs-integration]: /guides/gs/integration/
[gs-capturing-stream-data]: /guides/gs/capturing-stream-data/
[gs-messaging-jms]: /guides/gs/messaging-jms/
[gs-messaging-rabbitmq]: /guides/gs/messaging-rabbitmq/
[gs-messaging-redis]: /guides/gs/messaging-redis/
### Tutorials
* [Designing and Implementing RESTful Web Services with Spring][tut-rest]
[tut-rest]: /guides/tutorials/rest
### Understanding
* [REST][u-rest]
* [JSON][u-json]
[u-rest]: /understanding/REST
[u-json]: /understanding/JSON