Skip to content

Commit

Permalink
Demo videos in docs (#6587)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard authored Jul 4, 2020
1 parent fbc5c7c commit fff5e67
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/docs/reference/core/Placement/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,3 +291,7 @@ We also specify that the `Content` column will take 9 columns, of the default 12
!!! note
By default the columns will break responsively at the `md` breakpoint, and a modifier will be parsed to `col-md-9`.
If you want to change the breakpoint, you could also specifiy `Content_lg-9`, which is parsed to `col-lg-9`.

## Video

<iframe width="560" height="315" src="https://www.youtube.com/embed/h0lZMQkUApo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
4 changes: 4 additions & 0 deletions src/docs/reference/modules/CustomSettings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ public class MyController : Controller
}
}
```

## Video

<iframe width="560" height="315" src="https://www.youtube.com/embed/RuDsBx4wdT0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
4 changes: 4 additions & 0 deletions src/docs/reference/modules/List/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ The `list_count` filter counts published list content items for given `ContentIt
### list_items

The `list_items` filter loads published list content items for given `ContentItem` object or explicit `ContentItem` id given as string.

## Video

<iframe width="560" height="315" src="https://www.youtube.com/embed/a3yyR27vdQQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
6 changes: 5 additions & 1 deletion src/docs/reference/modules/PublishLater/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Publish Later (`OrchardCore.PublishLater`)

Adds the ability to schedule content items to be published at a given future date and time. Attach the Publish Later Part to any content type where you want the feature to be available.
Adds the ability to schedule content items to be published at a given future date and time. Attach the Publish Later Part to any content type where you want the feature to be available.

## Video

<iframe width="560" height="315" src="https://www.youtube.com/embed/E7UH8R14EUA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
4 changes: 4 additions & 0 deletions src/docs/reference/modules/Sitemaps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ The cache is automatically cleared when content items are published.

To clear the cache manually use the _Configuration -> SEO -> Sitemaps Cache_ feature.

## Video

<iframe width="560" height="315" src="https://www.youtube.com/embed/fG_rFD0wffw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## CREDITS

### IDeliverable.Seo
Expand Down
10 changes: 10 additions & 0 deletions src/docs/reference/modules/Taxonomies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,3 +361,13 @@ You can access the `TagNames` property directly with the following accessor:

!!! note
If the display text property of the term is updated any content items will need to be republished to reflect this change.

## Videos

<iframe width="560" height="315" src="https://www.youtube.com/embed/DpaN02c2sDI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<iframe width="560" height="315" src="https://www.youtube.com/embed/nyPgQMwizbU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<iframe width="560" height="315" src="https://www.youtube.com/embed/G9lkGRD9G_E" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<iframe width="560" height="315" src="https://www.youtube.com/embed/NVjRz5ru7N4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

0 comments on commit fff5e67

Please sign in to comment.