diff --git a/docs/css/style.css b/docs/css/style.css index b663e56..62dded8 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -1,6 +1,9 @@ body { - /*padding-top: 80px;*/ - + +} + +#index { + margin-top: 80px; } body, p, li { diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..a0f6b5c --- /dev/null +++ b/docs/index.html @@ -0,0 +1,87 @@ + + +
+A modern web server for front-end developers.
+Deployd is a web server built on resources, in the style of REST. In the dashboard, you can build your app by creating resources and configuring them to work the way the want.
+ +When Deployd receives an HTTP request, it checks the first part of the URL to see which resource should handle the request:
+ +Certain resource paths are used internally by Deployd. You should not create resources with these names:
+ +REST is a web service design pattern that conforms closely to HTTP itself. In Deployd, HTTP methods or verbs have meaning:
+ +In Deployd, HTTP response codes are also important:
+ +Deployd is configured so that you can easily develop a web app locally on your computer. It will send Access-Control-Allow-Origin HTTP headers if a request is coming from localhost or your filesystem, which will allow modern web browsers to use AJAX normally. It will not send these headers for any other domain.
+A modern web server for front-end developers.
+