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:
SaelixCode
2026-07-20 02:27:40 -04:00
parent 3b027957c4
commit aa8a5997fd
22 changed files with 495 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
---
title: Resolve Stack Drift
sidebarTitle: Resolve stack drift
description: Step-by-step instructions for choosing a drift policy mode and resolving a detected drift.
---
<Note>
This tutorial is a placeholder pending full content. See the [Stack Drift feature page](/features/stack-drift) for the current reference documentation.
</Note>
## What you'll do
## Prerequisites
<Steps>
<Step title="">
</Step>
</Steps>
## Related
<CardGroup cols={2}>
<Card title="Stack Drift" icon="magnifying-glass-chart" href="/features/stack-drift">
Detect and resolve configuration drift against the last deploy.
</Card>
</CardGroup>