Skip to content

Commit 34fb417

Browse files
authored
Merge pull request #93 from LM-Development/dev/diataxis-index
docs: add diataxis index page
2 parents 7efbbbb + 996d3cb commit 34fb417

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

Samples/PublicSamples/RecordingBot/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ The easiest way to grasp the basics surrounding compliance bots is to read up on
4444
- [Bot Service - Entra Id and Microsoft Graph API Calling Permissions](./docs/explanations/recording-bot-permission.md)
4545
- [Compliance Recording Policies](./docs/explanations/recording-bot-policy.md)
4646

47+
To explore even more documentation, we advise taking a look at our [documentation index page](./docs/Index.md)
48+
4749
### Deploy
4850

4951
[Deploy the recording bot sample to AKS with the tutorial](./docs/tutorials/deploy-tutorial.md), to get your own recording bot up and running.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Documentation Index
2+
===================
3+
4+
This repository follows the [Diataxis framework](https://diataxis.fr/).
5+
6+
| | Acquisition | Application |
7+
|-----------|-------------------------------|--------------------------------|
8+
| Action | [Tutorials](#tutorials) | [How-To Guides](#how-to-guides) |
9+
| Cognition | [Explanations](#explanations) | [References](#references) |
10+
11+
## Tutorials
12+
- [Deployment Tutorial](./tutorials/deploy-tutorial.md)
13+
14+
## How-To Guides
15+
- [Policy Guide](./guides/policy.md)
16+
- [Custom Domain Guide](./guides/deploy-with-custom-domain.md)
17+
18+
## Explanations
19+
- [Recording Bot Overview](./explanations/recording-bot-overview.md)
20+
- [Permissions](./explanations/recording-bot-permission.md)
21+
- [Policy](./explanations/recording-bot-policy.md)
22+
23+
## References
24+

0 commit comments

Comments
 (0)