From 5b7db23aaacbb08a8242b1a77bd39bc19139526c Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sun, 30 Sep 2018 01:31:24 +0200 Subject: Add exampleSite --- exampleSite/content/menu/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 exampleSite/content/menu/index.md (limited to 'exampleSite/content/menu') diff --git a/exampleSite/content/menu/index.md b/exampleSite/content/menu/index.md new file mode 100644 index 0000000..9e7ab46 --- /dev/null +++ b/exampleSite/content/menu/index.md @@ -0,0 +1,12 @@ +--- +headless: true +--- + +- [**Introduction**](/) +- [Configuration](/docs/jersey-configuration) + - [Jersey configuration](/docs/jersey-configuration) + - [Dropwizard configuration](/docs/dropwizard-configuration) +- **Usage** +- [Server](/docs/rx-jersey-server) +- [Client](/docs/rx-jersey-client) +- Vert.x Integration \ No newline at end of file -- cgit v1.2.3