diff options
Diffstat (limited to 'exampleSite/content/menu/index.md')
-rw-r--r-- | exampleSite/content/menu/index.md | 12 |
1 files changed, 12 insertions, 0 deletions
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 |