Skip to content

Commit

Permalink
Added tutorial and explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
jibel committed Sep 20, 2023
1 parent 5c227c7 commit a0981bd
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/explanation/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Explanation

**Discussion and clarification** of key topics
35 changes: 34 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ADSys
# ADSys Documentation

ADSys is the Active Directory Group Policy client for Ubuntu.

Expand All @@ -10,12 +10,45 @@ ADSys is valuable for system administrators who wish to manage Ubuntu Desktop cl

```{toctree}
:hidden:
tutorial/index
how-to/index
reference/index
explanation/index
```

## In this documentation

````{grid} 1 1 2 2
```{grid-item} [Tutorials](tutorial/index)
**Start here**: a hands-on introduction to ADSys for new users
```
```{grid-item} [How-to guides](how-to/index)
**Step-by-step guides** covering key operations and common tasks
```
````

````{grid} 1 1 2 2
:reverse:
```{grid-item} [Reference](reference/index)
**Technical information** - specifications, APIs, architecture
```
```{grid-item} [Explanation](explanation/index)
**Discussion and clarification** of key topics
```
````

## Project and community

ADSys is a member of the Ubuntu family. It’s an open source project that warmly welcomes community contributions, suggestions, fixes and constructive feedback.
Expand Down
3 changes: 3 additions & 0 deletions docs/tutorial/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Tutorials

**Start here**: a hands-on introduction to ADSys for new users

0 comments on commit a0981bd

Please sign in to comment.