diff --git a/src/api/sdk.erb b/src/api/sdk.erb index c207c92..03c08b7 100644 --- a/src/api/sdk.erb +++ b/src/api/sdk.erb @@ -41,5 +41,10 @@ title: Official SDKs Source Code Issue Tracker + + Ruby + Source Code + Issue Tracker + diff --git a/src/guides/deployment/index.erb b/src/guides/deployment/index.erb index 60d0b8b..5bc26ce 100644 --- a/src/guides/deployment/index.erb +++ b/src/guides/deployment/index.erb @@ -44,4 +44,9 @@ layout: page

Learn how to deploy OneBusAway on Render → +

+ +

Validate an OBA Server

+

+ Video Guide - This will demonstrate how we validate that the server is working correctly by ensuring that data is appearing as expected.

\ No newline at end of file diff --git a/src/guides/deployment/validate-server.erb b/src/guides/deployment/validate-server.erb new file mode 100644 index 0000000..fb4215d --- /dev/null +++ b/src/guides/deployment/validate-server.erb @@ -0,0 +1,10 @@ +--- +title: Validate an OBA Server +layout: page +--- + +

+ Once you have deployed OneBusAway, you can validate that the server is working correctly by ensuring that data is appearing as shown in the following video. +

+ + \ No newline at end of file