From 9068042f284354e51f2ceaa3374c5e915f38a521 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 13 Aug 2013 14:05:46 -0500 Subject: [PATCH] Replace understanding docs with macros --- SIDEBAR.ftl.md | 4 ++-- SIDEBAR.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 SIDEBAR.md diff --git a/SIDEBAR.ftl.md b/SIDEBAR.ftl.md index 234459cf1c..f7d303d87a 100644 --- a/SIDEBAR.ftl.md +++ b/SIDEBAR.ftl.md @@ -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 \ No newline at end of file +<@u_rest/> +<@u_json/> diff --git a/SIDEBAR.md b/SIDEBAR.md new file mode 100644 index 0000000000..23b877d817 --- /dev/null +++ b/SIDEBAR.md @@ -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