Skip to content

Commit a40795b

Browse files
committed
Add tutorial and requirements to index.md
A new tutorial was added to the main documentation page, it covers the goal and the requirements for setting up the Music API. DRF and Django are introduced as the main tools in this tutorial, replacing the sequence diagram.
1 parent d9bfede commit a40795b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/sample.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
44

5+
## mermaid
6+
7+
```mermaid
8+
sequenceDiagram
9+
Alice ->> Bob: Hello Bob, how are you?
10+
```
11+
512
## Code Annotation Examples
613

714
### Codeblocks

0 commit comments

Comments
 (0)