-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
58 lines (52 loc) · 1.46 KB
/
mkdocs.yml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Project information
site_name: Simone
site_url: https://rajtilakjee.github.io/simone/
site_author: Rajtilak Bhattacharjee
site_description: >-
Repurpose your videos by turning them into blog posts with
context-aware screenshots.
# Repository
repo_url: https://github.com/rajtilakjee/simone
repo_name: rajtilakjee/simone
# Copyright
copyright: Copyright © 2024 Rajtilak Bhattacharjee
# Configuration
theme:
name: material
palette:
primary: deep purple
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.top
- search.suggest
- search.highlight
- search.share
# Plugins
plugins:
- search
# Additional configuration
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/rajtilakjee
- icon: fontawesome/brands/twitter
link: https://twitter.com/rajtilakjee
# Page tree
nav:
- Home: index.md
- Getting started:
- Dependencies: getting-started/dependencies.md
- Installation: getting-started/installation.md
- Code overview:
- Blogger Class: code-overview/blogger.md
- Downloader Class: code-overview/downloader.md
- Framer Class: code-overview/framer.md
- Saver Class: code-overview/saver.md
- Scorer Class: code-overview/scorer.md
- Summarizer Class: code-overview/summarizer.md
- Transcriber Class: code-overview/transcriber.md
- Point of Entry: code-overview/main.md
- Script info:
- Roadmap: script-info/roadmap.md