Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/main/asciidoc/content.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Skip the boring parts and check this out:

* https://youtu.be/Gz9sc6LkFT4[Watch "An Introduction to ArcadeDB"]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better maintainability, consider defining the YouTube video ID as an AsciiDoc attribute at the top of the document and then referencing it here. This makes it easier to update the link in the future if the video changes, as the value is centralized in one place.

For example, you could add this at the beginning of the file:

:intro-video-id: Gz9sc6LkFT4

And then change this line to:

* https://youtu.be/{intro-video-id}[Watch "An Introduction to ArcadeDB"]

* <<quick-start-docker,Run ArcadeDB with Open Beer demo database in 30 seconds>>
* What is <<multi-model,Multi-Model>>?
* ArcadeDB supports the following models:
Expand Down
Loading