Skip to content

Commit

Permalink
docs: added tutorial section (#857)
Browse files Browse the repository at this point in the history
Added the section as part of the main index.
There is an initial tutorial which is actually a demo of certificates
auto-enrollment.

UDENG-1787
  • Loading branch information
jibel committed Nov 21, 2023
2 parents 9bf093a + 71c9014 commit c5244d4
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
// Dir is the embedded directory containing documentation.
// Only embed structured documentation.
//
//go:embed index.md how-to/*.md explanation/*.md reference/*.md
//go:embed index.md tutorial/*.md how-to/*.md explanation/*.md reference/*.md
var Dir embed.FS

// RTDRootURL is the root url of ReadTheDoc adsys documentation.
Expand Down
15 changes: 10 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ADSys is valuable for system administrators who wish to manage Ubuntu Desktop cl

```{toctree}
:hidden:
tutorial/index
how-to/index
reference/index
explanation/index
Expand All @@ -20,22 +21,26 @@ explanation/index
````{grid} 1 1 2 2
```{grid-item}
### [How-to guides](how-to/index)
### [Tutorials](tutorial/index)
**Step-by-step guides** covering key operations and common tasks
**Start here**: a hands-on introduction to ADSys for new users
```
```{grid-item}
### [Explanation](explanation/index)
### [How-to guides](how-to/index)
**Discussion and clarification** of key topics
**Step-by-step guides** covering key operations and common tasks
```
````

````{grid} 1 1 2 2
```{grid-item}
### [Explanation](explanation/index)
**Discussion and clarification** of key topics
```
```{grid-item}
### [Reference](reference/index)
Expand Down
5 changes: 5 additions & 0 deletions docs/tutorial/certificates-autoenrollment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Certificates Auto-Enrollment

[Certificate Auto-Enrollment](/explanation/certificates.md) is a key component of Ubuntu's Active Directory GPO support. This feature enables clients to seamlessly enroll for certificates from Active Directory Certificate Services. In this demonstration, we'll guide you through the entire process, starting from the initial setup requirements to configuring the Active Directory policy. This demonstration is designed to provide you with a hands-on understanding of how to efficiently implement and manage certificate auto-enrollment, ensuring your systems remain secure and compliant with organizational policies.

[![Demo video](https://img.youtube.com/vi/RwVU7v0sEVY/hqdefault.jpg)](https://www.youtube.com/embed/RwVU7v0sEVY)
14 changes: 14 additions & 0 deletions docs/tutorial/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Tutorials

This section contains step-by-step tutorials to help you get started with ADSys. We hope our tutorials make as few assumptions as possible and are accessible to anyone with an interest in ADSys. They should be a great place to start learning about ADSys, how it works, and what it’s capable of.

```{toctree}
:hidden:
certificates-autoenrollment
```

## Certificates Auto-Enrollment

Explore the essentials of Ubuntu's Certificate Auto-Enrollment Feature, a crucial tool for seamless certificate management with Active Directory Certificate Services.

* [Certificates auto-enrollment demo](certificates-autoenrollment.md)

0 comments on commit c5244d4

Please sign in to comment.