20 lines
400 B
Markdown
20 lines
400 B
Markdown
---
|
|
sidebar_position: 1
|
|
---
|
|
|
|
import ReactPlayer from "react-player"
|
|
|
|
# Admin Login
|
|
|
|
Documents are **groups of pages** connected through:
|
|
|
|
- a **sidebar**
|
|
- **previous/next navigation**
|
|
- **versioning**
|
|
|
|
## Create your first Doc
|
|
|
|
|
|
<div className="video__wrapper">
|
|
<ReactPlayer className="video__player" controls height="100%" src="/videos/user-guide/admin/admin-login.webm" width="100%" />
|
|
</div> |