mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-24 08:57:25 +00:00
docs: scaffold Tutorials tab and write enroll-a-remote-node
Adds the Tutorials tab to docs.json with 15 stub pages across three groups (Fleet & nodes, Deploy & automate, Secure & integrate), and writes the first full tutorial: enrolling a remote node via Pilot Agent mode, verified end to end against a live control instance and a second host running an existing Jellyfin Compose stack.
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
---
|
||||
title: Schedule an Operation
|
||||
sidebarTitle: Schedule an operation
|
||||
description: Step-by-step instructions for creating a scheduled stack operation.
|
||||
---
|
||||
|
||||
<Note>
|
||||
This tutorial is a placeholder pending full content. See the [Scheduled Operations feature page](/features/scheduled-operations) for the current reference documentation.
|
||||
</Note>
|
||||
|
||||
## What you'll do
|
||||
|
||||
## Prerequisites
|
||||
|
||||
<Steps>
|
||||
<Step title="">
|
||||
</Step>
|
||||
</Steps>
|
||||
|
||||
## Related
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card title="Scheduled Operations" icon="clock" href="/features/scheduled-operations">
|
||||
Run stack operations on a recurring schedule.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
Reference in New Issue
Block a user