-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (31 loc) · 983 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (31 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
site_name: Comently
theme:
name: material
markdown_extensions:
- pymdownx.highlight:
linenums: true
linenums_style: pymdownx-inline
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.superfences
- pymdownx.snippets
nav:
- Introduction: index.md
- Creating your first comment: creating-your-first-comment.md
- Nested comments: nested-comments.md
- Registering users: registering-users.md
- Comment with an user: create-comment-with-user.md
- List and retrieve comments: list-and-retrieve-comments.md
- Update a comment: update-a-comment.md
- Delete a comment: delete-a-comment.md
- Mentions in comments: mentions-in-comments.md
- Intended usage of the API: intended-usage-of-the-api.md
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/whitmanb/
name: elpapi42 on LinkedIn
- icon: fontawesome/brands/github
link: https://github.com/elpapi42
name: elpapi42 on GitHub