Skip to content

Commit

Permalink
Added Directus TV embeds to quickstarts
Browse files Browse the repository at this point in the history
  • Loading branch information
phazonoverload committed Dec 4, 2024
1 parent 45c88c0 commit a67a286
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 3 deletions.
3 changes: 3 additions & 0 deletions content/10.extensions/0.overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ description: Extensions are used to extend the functionality of Directus.

# Extensions Overview

:video-embed{type="directus-tv" id="c7ab64da-f34d-42c9-8a1a-03e6026cc7e5"}
<div style="margin-bottom: 1rem;"></div>

Directus has been built to be extensible - both allowing for powerful enhancements to be built for single projects, and for publishing in the [Directus Marketplace](/extensions/marketplace).

Extensions in Directus run within the same environment as the main application, allowing them to leverage existing access to underlying [services](/extensions/api-extensions/services) and [UI components](/extensions/app-extensions/ui-library).
Expand Down
3 changes: 3 additions & 0 deletions content/11.configuration/14.theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ description: Configuration of the Data Studio's theming engine and appearance se

# Theming

:video-embed{type="directus-tv" id="8ad4795b-963c-4ebd-8921-38ea2dda9f44"}
<div style="margin-bottom: 1rem;"></div>

The Directus Data Studio has been developed with customization and extensibility in mind. Colors and styles referenced within the codebase are based around theme rules which enables making comprehensive styling changes to the Data Studio.

Theming options can be found in dedicated section in the Settings Module.
Expand Down
3 changes: 3 additions & 0 deletions content/2.data-modeling/1.quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ description: This guide will cover creating a collection in Directus via the Dat

# Data Modeling Quickstart

:video-embed{type="directus-tv" id="637aafa2-b323-4ad0-adf0-ba52328bb798"}
<div style="margin-bottom: 1rem;"></div>

This guide will cover creating a collection in Directus via the Data Studio, creating fields, and configuring relationships.

:directus-cloud
Expand Down
3 changes: 3 additions & 0 deletions content/4.auth/1.quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ description: Get started with Directus Auth. Learn how to register, login, creat

# Auth Quickstart

:video-embed{type="directus-tv" id="04ffd615-6d1d-45de-9c1b-2ff9206fe343"}
<div style="margin-bottom: 1rem;"></div>

This guide will cover registering users, logging in, and making an authenticated request.

:partial{content="quickstart-making-calls"}
Expand Down
4 changes: 4 additions & 0 deletions content/4.auth/3.access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ description: Manage user and role permissions and policies for interacting with

# Access Control

:video-embed{type="directus-tv" id="04ffd615-6d1d-45de-9c1b-2ff9206fe343"}
<div style="margin-bottom: 1rem;"></div>

Access control is a critical part of managing data - what different users in their various roles should be able to create, read, update, delete, and share.

You can find Access Control in the Settings module.


![A diagram showing the relationship between permissions, policies, roles, and users.](https://product-team.directus.app/assets/9c4b55ec-5402-4460-a091-f22406f524e1.jpg)

## Users
Expand Down
3 changes: 3 additions & 0 deletions content/5.connect/1.quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ description: Get started with Directus APIs. Learn to interact with collections,

# Connect Quickstart

:video-embed{type="directus-tv" id="4cc18530-ba2a-44f3-bb2e-2bfe4ad024d5"}
<div style="margin-bottom: 1rem;"></div>

This guide will cover interacting with collections in Directus via the REST APIs automatically created on your behalf. You will fetch and create data, and make your first request with the Directus SDK.

:partial{content="quickstart-making-calls"}
Expand Down
3 changes: 3 additions & 0 deletions content/6.files/1.quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ description: This guide will cover importing a file via URL, requesting assets,

# Files Quickstart

:video-embed{type="directus-tv" id="43612e4c-1bd9-411e-bd73-9c835a9b51e0"}
<div style="margin-bottom: 1rem;"></div>

This guide will cover importing a file via URL, requesting assets, and using transformation parameters.

:directus-cloud
Expand Down
3 changes: 3 additions & 0 deletions content/7.automate/1.quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ description: Get started using flows, triggers, operations and the data chain in

# Automate Quickstart

:video-embed{type="directus-tv" id="6e6965e7-13cc-4f86-b512-f567d66cfbe9"}
<div style="margin-bottom: 1rem;"></div>

This guide will cover custom event-driven data processing using Directus Automate.

## Before You Start
Expand Down
3 changes: 3 additions & 0 deletions content/8.realtime/1.quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ description: This guide will cover connecting to Directus via WebSockets on the

# Realtime Quickstart

:video-embed{type="directus-tv" id="4d3c062f-0f30-41b7-83e9-3d2ed34a86f4"}
<div style="margin-bottom: 1rem;"></div>

Instead of needing to make a request to see if data has changed, your application can receive updates in realtime over a persistent connection with Directus. All subscriptions and actions over a realtime connection use the permissions of the authenticated user, or public permissions if not authenticated.

This guide will cover getting started with :product-link{product="realtime"} by connecting to Directus with the Directus SDK on the web, subscribing to changes, and creating new items.
Expand Down
6 changes: 3 additions & 3 deletions content/9.insights/1.overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ description: Insights is a module in Directus that allows rapid, no-code build-o

# Insights Overview

Insights is a module in Directus that allows rapid, no-code build-out of analytics dashboards. It can be used for a variety of use-cases, such as business intelligence, user progress tracking, web traffic conversions, and more.

![The insights module showing a list of dashboards](https://product-team.directus.app/assets/784aa949-5b27-4372-9f39-c85dd382f27e.webp)
:video-embed{type="directus-tv" id="20666ca0-00e3-4d71-985b-f7c4abbe3bd1"}
<div style="margin-bottom: 1rem;"></div>

Insights is a module in Directus that allows rapid, no-code build-out of analytics dashboards. It can be used for a variety of use-cases, such as business intelligence, user progress tracking, web traffic conversions, and more.

## Dashboards

Expand Down

0 comments on commit a67a286

Please sign in to comment.