forked from DocNow/twarc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (37 loc) · 938 Bytes
/
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
site_name: twarc
site_url: https://readthedocs.org/projects/twarc-project/
site_description: Collect Twitter JSON data from the command line.
repo_url: https://github.com/docnow/twarc
repo_name: twarc
edit_uri: edit/main/docs/
theme:
name: "material"
logo: images/docnow.png
palette:
scheme: preference
nav:
- Home:
- Home (en): README.md
- Home (es): README_es_mx.md
- Home (ja): README_ja_jp.md
- Home (pt): README_pt_br.md
- Home (sv): README_sv_se.md
- Home (sw): README_sw_ke.md
- Home (zw): README_zw_zh.md
- twarc2: twarc2.md
- Plugins: plugins.md
- Tutorials: tutorials.md
- Twitter Developer Access: twitter-developer-access.md
- Windows 10: windows10.md
- Library API:
- api/client.md
- api/client2.md
- api/library.md
- api/expansions.md
plugins:
- search
- mkdocstrings
markdown_extensions:
- mkdocs-click
- pymdownx.highlight
- pymdownx.superfences