Move demos to /demo directory.

This commit is contained in:
Michael Stenta 2017-07-27 12:44:57 -04:00
parent e157656c3e
commit 9d4bebacbb
19 changed files with 25 additions and 11 deletions

View File

@ -58,7 +58,7 @@ There are four buttons for drawing shapes:
closed shape at the end, whereas a line will not be filled in.
<video width="100%" controls>
<source src="/img/demos/farmOS-mapping-areas.mp4" type="video/mp4">
<source src="/demo/mapping-areas.mp4" type="video/mp4">
</video>
### Modifying
@ -90,7 +90,7 @@ To import a KML file, follow these steps:
see the shape(s) appear in the map.
<video width="100%" controls>
<source src="/img/demos/farmOS-kml-import.mp4" type="video/mp4">
<source src="/demo/kml-import.mp4" type="video/mp4">
</video>
## Remember to save!
@ -113,7 +113,7 @@ There are two ways to arrange areas hierarchically in farmOS:
click "Save" at the bottom of the page.
<video width="100%" controls>
<source src="/img/demos/farmOS-area-hierarchy.mp4" type="video/mp4">
<source src="/demo/area-hierarchy.mp4" type="video/mp4">
</video>
## Generate beds
@ -138,7 +138,7 @@ To use the area generator to generate beds, follow these steps:
Beds will be numbered and labeled using the parent area's name.
<video width="100%" controls>
<source src="/img/demos/farmOS-area-generator.mp4" type="video/mp4">
<source src="/demo/area-generator.mp4" type="video/mp4">
</video>
[logging events]: /guide/logs

View File

@ -8,7 +8,7 @@ be accessed from the main menu. You can add assets from within each asset type's
dashboard.
<video width="100%" controls>
<source src="/img/demos/farmOS-assets.mp4" type="video/mp4">
<source src="/demo/assets.mp4" type="video/mp4">
</video>
## Asset fields

View File

@ -11,6 +11,6 @@ to be done. If you miss a task, a "Late tasks" list will also be displayed
underneath.
<video width="100%" controls>
<source src="/img/demos/farmOS-dashboard.mp4" type="video/mp4">
<source src="/demo/dashboard.mp4" type="video/mp4">
</video>

View File

@ -3,18 +3,18 @@
## Soil tests
<video width="100%" controls>
<source src="/img/demos/farmOS-soil.mp4" type="video/mp4">
<source src="/demo/soil.mp4" type="video/mp4">
</video>
## Equipment management
<video width="100%" controls>
<source src="/img/demos/farmOS-equipment.mp4" type="video/mp4">
<source src="/demo/equipment.mp4" type="video/mp4">
</video>
## Sensors
<video width="100%" controls>
<source src="/img/demos/farmOS-sensors.mp4" type="video/mp4">
<source src="/demo/sensors.mp4" type="video/mp4">
</video>

View File

@ -11,7 +11,7 @@ purpose and set of fields. Some of the general log types are described below,
but there are also other log types that pertain to specific asset types.
<video width="100%" controls>
<source src="/img/demos/farmOS-logs.mp4" type="video/mp4">
<source src="/demo/logs.mp4" type="video/mp4">
</video>
## Activities

View File

@ -29,6 +29,6 @@ you can create a user with the Farm Viewer role for your certifying agent, so
they can log into your farmOS and see your records.
<video width="100%" controls>
<source src="/img/demos/farmOS-people.mp4" type="video/mp4">
<source src="/demo/people.mp4" type="video/mp4">
</video>

View File

@ -4,6 +4,20 @@ redirects = [
{"src" : "/contribute", "dst" : "/community/contribute"},
{"src" : "/development/best-practice", "dst" : "/development/update-safety"},
/* Demo videos moved 7/27/17. */
{"src" : "/img/demos/farmOS-area-generator.mp4", "dst" : "/demo/area-generator.mp4"},
{"src" : "/img/demos/farmOS-area-hierarchy.mp4", "dst" : "/demo/area-hierarchy.mp4"},
{"src" : "/img/demos/farmOS-assets.mp4", "dst" : "/demo/assets.mp4"},
{"src" : "/img/demos/farmOS-dashboard.mp4", "dst" : "/demo/dashboard.mp4"},
{"src" : "/img/demos/farmOS-equipment.mp4", "dst" : "/demo/equipment.mp4"},
{"src" : "/img/demos/farmOS-kml-import.mp4", "dst" : "/demo/kml-import.mp4"},
{"src" : "/img/demos/farmOS-logs.mp4", "dst" : "/demo/logs.mp4"},
{"src" : "/img/demos/farmOS-mapping-areas.mp4", "dst" : "/demo/mapping-areas.mp4"},
{"src" : "/img/demos/farmOS-movements.mp4", "dst" : "/demo/movements.mp4"},
{"src" : "/img/demos/farmOS-people.mp4", "dst" : "/demo/people.mp4"},
{"src" : "/img/demos/farmOS-sensors.mp4", "dst" : "/demo/sensors.mp4"},
{"src" : "/img/demos/farmOS-soil.mp4", "dst" : "/demo/soil.mp4"},
/* Old farmOS.org paths (pre Mkdocs). */
{"src" : "/getting-started", "dst" : "/guide/start"},
{"src" : "/press", "dst" : "/community/press"},