Add intro video to docs
This commit is contained in:
@@ -1,3 +1,18 @@
|
|||||||
|
<style>
|
||||||
|
.videoWrapper {
|
||||||
|
position: relative;
|
||||||
|
padding-bottom: 56.25%; /* 16:9 */
|
||||||
|
padding-top: 25px;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
.videoWrapper iframe {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||

|

|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
@@ -35,6 +50,14 @@ PostgREST has a focused scope. It works well with other tools like Nginx. This f
|
|||||||
|
|
||||||
As with any open source project, we all gain from features and fixes in the tool. It's more beneficial than improvements locked inextricably within custom codebases.
|
As with any open source project, we all gain from features and fixes in the tool. It's more beneficial than improvements locked inextricably within custom codebases.
|
||||||
|
|
||||||
|
### Intro Video
|
||||||
|
|
||||||
|
Some things have changed since this video was created but the basics are the same. Learn the big vision behind automating APIs.
|
||||||
|
|
||||||
|
<div class="videoWrapper">
|
||||||
|
<iframe src="https://player.vimeo.com/video/115668217" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
### Myths
|
### Myths
|
||||||
|
|
||||||
#### You have to make tons of stored procs and triggers
|
#### You have to make tons of stored procs and triggers
|
||||||
|
|||||||
Reference in New Issue
Block a user