32 lines
938 B
Plaintext
32 lines
938 B
Plaintext
---
|
|
title: Tenantial Docs
|
|
head:
|
|
- tag: title
|
|
content: Tenantial Docs
|
|
description: Public notes for understanding Tenantial's evidence-first Microsoft tenant governance model.
|
|
editUrl: false
|
|
lastUpdated: false
|
|
next: false
|
|
hero:
|
|
title: Tenantial documentation
|
|
tagline: Public notes for evidence review, snapshot discipline, drift review, and cautious restore planning.
|
|
actions:
|
|
- text: Get started
|
|
icon: right-arrow
|
|
variant: primary
|
|
link: /en/guides/getting-started/
|
|
---
|
|
|
|
import '@styles/starlight_main.css';
|
|
import { Card, CardGrid } from '@astrojs/starlight/components';
|
|
|
|
<CardGrid stagger>
|
|
<Card title="Evaluation Guides" icon="document">
|
|
Understand the public product model before planning a rollout conversation.
|
|
</Card>
|
|
|
|
<Card title="Platform Notes" icon="seti:terraform">
|
|
Review how Tenantial frames inventory evidence, snapshots, findings, and restore planning.
|
|
</Card>
|
|
</CardGrid>
|