-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathmkdocs.yml
73 lines (67 loc) · 2.73 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
site_name: Telegram Explorer
repo_url: https://github.com/guibacellar/TEx/
copyright: Copyright © 2023 - Th3 0bservator
theme:
name: material
highlightjs: true
features:
- navigation.footer
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- footnotes
nav:
- Home: 'index.md'
- 'Authentication': 'authentication.md'
- 'Contact': 'contact.md'
- 'Secret Chats': 'secret_chats.md'
- 'Configuration':
- 'Basic Configuration': 'configuration/basic.md'
- 'Proxy': 'configuration/proxy.md'
- 'Media Download':
- 'Configuration': 'configuration/media_download_configuration.md'
- 'Examples': 'configuration/media_download_examples.md'
- 'Content-Types': 'configuration/media_download_content_types.md'
- 'OCR': 'configuration/ocr.md'
- 'Examples':
- 'Scenario-Based Examples': 'configuration/scenario_based_examples.md'
- 'Complete Configuration File Example': 'configuration/complete_configuration_file_example.md'
- 'How to Use':
- 'Basic Usage': 'how_use/how_to_use_basic.md'
- 'Connecting to Telegram Servers': 'how_use/usage_connection.md'
- 'Download/Update Groups': 'how_use/usage_load_groups.md'
- 'List Groups': 'how_use/usage_list_groups.md'
- 'Listen Messages': 'how_use/usage_message_listener.md'
- 'Download Messages': 'how_use/usage_download_messages.md'
- 'Message Finder System':
- 'Configuration': 'finder/configuration.md'
- 'Catch All': 'finder/finder_catchall.md'
- 'RegEx Finder': 'finder/finder_regex.md'
- 'Notification System':
- 'Discord Notification Hook': 'notification/notification_discord.md'
- 'Elastic Search Connector':
- 'Configuration': 'notification/notification_elasticsearch.md'
- 'Index Template': 'notification/notification_elasticsearch_index_template.md'
- 'Signals Template': 'notification/notification_elasticsearch_signals_template.md'
- 'Signals': 'notification/signals.md'
- 'Message Exporter System':
- 'Pandas Rolling Exporter': 'exporting/pandas_rolling.md'
- 'Reports':
- 'Export Files': 'report/report_export_files.md'
- 'HTML Report': 'report/report_html.md'
- 'Status Report': 'report/report_status.md'
- 'Text Report': 'report/report_text.md'
- 'Maintenance':
- 'Purging Old Data': 'maintenance/purge_old_data.md'
- 'Changelog':
- 'V0.3.0': 'changelog/v030.md'
site_author: Th3 0bservator
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/th3_0bservator
- icon: fontawesome/brands/github
link: https://github.com/guibacellar/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/guilherme-bacellar/