mirror of
https://github.com/holos-run/holos.git
synced 2026-03-22 02:05:00 +00:00
In preparation for v1alpha6 where we're designing a generic Command task for use in generators, transformers, and validators, we need to create permalinks for the existing v1alpha5 schemas. This patch copies the current documentation to the v1alpha5 versioned docs links and establishes v1alpha6 as the current version. See: https://github.com/holos-run/holos/pull/413 for context.
18 lines
418 B
Plaintext
18 lines
418 B
Plaintext
---
|
|
slug: /
|
|
title: Tutorial
|
|
description: Take a guided tour of Holos features with our tutorial.
|
|
---
|
|
import DocCardList from '@theme/DocCardList';
|
|
|
|
# Tutorial
|
|
|
|
Our tutorial starts with a technical overview of Holos and then progresses
|
|
through each of the main features and concepts. Upon completing the tutorial
|
|
you'll have a solid understanding of the primary features and advantages of
|
|
Holos.
|
|
|
|
---
|
|
|
|
<DocCardList />
|