Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding more useful documentation stubs #662

Merged
merged 1 commit into from
Jun 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/microsite/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ Getting started:
- [endpoints](scalajs/endpoints)
- Java
- [dropwizard](java/dropwizard)
- [spring-mvc](java/spring-mvc)
2 changes: 1 addition & 1 deletion modules/microsite/docs/java/dropwizard/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: docs
title: "guardrail: Java: Home"
title: "dropwizard - java - guardrail"
---

Table of Contents
Expand Down
5 changes: 5 additions & 0 deletions modules/microsite/docs/java/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: docs
title: "java - guardrail"
---

10 changes: 10 additions & 0 deletions modules/microsite/docs/java/spring-mvc/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: docs
title: "Spring MVC - java - guardrail"
---

These docs are under construction!

In the meantime, please refer to the [dropwizard](../dropwizard) docs for broad context and getting started.

Note that the `framework` for Spring MVC is `"spring-mvc"`, so using that in your Maven, Gradle, or SBT plugin configuration should get you started.
4 changes: 4 additions & 0 deletions modules/microsite/docs/scala/http4s/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ title: "guardrail[http4s <- scala]"
---

These docs are under construction!

In the meantime, please refer to the [akka-http](../akka-http) docs for broad context and getting started.

Note that the `framework` for http4s is `"http4s"`, so using that in your SBT, Gradle, or Maven plugin configuration should get you started.
8 changes: 7 additions & 1 deletion modules/microsite/src/main/resources/microsite/data/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,25 @@ options:
url: ""

- title: Java
url: java/
nested_options:
- title: Dropwizard
url: java/dropwizard/

- title: Spring-MVC
url: java/spring-mvc/

- title: Scala
url: scala/
nested_options:
- title: akka-http
url: scala/akka-http

- title: http4s
url: scala/akka-http
url: scala/http4s

- title: ScalaJS
url: scalajs/
nested_options:
- title: endpoints (client only)
url: scalajs/endpoints