forked from Clueless-Community/scrape-up
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
59 lines (57 loc) · 1.77 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
site_name: Scrape Up
site_description: A web-scraping-based python package that enables you to scrape data from various platforms like GitHub, Twitter, Instagram, or any useful website.
site_url: ""
nav:
- Scrape Up: index.md
- Contribution: CONTRIBUTING.md
- Installation: installation.md
- Modules:
- 'GitHub': modules/github.md
- 'Gitlab': modules/gitlab.md
- 'Instagram': modules/instagram.md
- 'Internshala': modules/internshala.md
- 'Kooapp': modules/kooapp.md
- 'Medium': modules/medium.md
- 'Hackernews': modules/Hackernews.md
- 'Twitter': modules/Twitter.md
- 'Leet Code': modules/leetcode.md
- 'Finance': modules/Finance.md
- 'Flex Jobs': modules/flexjobs.md
- 'IMDb': modules/imdb.md
- 'Coursera': modules/coursera.md
- 'Wikipedia': modules/wikipedia.md
- 'Amazon': modules/modules/amazon.md
- 'Flipkart': modules/flipkart.md
- 'Spotify': modules/spotify.md
- 'Ask-Ubuntu': modules/ask-ubuntu.md
- 'Eazydiner': modules/eazydiner.md
- 'Stack Overflow': modules/stackoverflow.md
- 'Tech Crunch': modules/techcrunch.md
- 'Youtube': modules/youtube.md
- 'Google News': modules/googlenews.md
- 'Hashnode': modules/hashnode.md
- 'Reddit': modules/reddit.md
- 'Devpost': modules/devpost.md
- 'Luma': modules/luma.md
- Code of Conduct: CODE_OF_CONDUCT.md
theme:
features:
- header.autohide
name: material
palette:
- media: '(prefers-color-scheme: dark)'
scheme: default
primary: teal
accent: amber
toggle:
icon: material/lightbulb
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: teal
accent: amber
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
repo_name: /scrape-up
repo_url: https://github.com/Clueless-Community/scrape-up