-
-
Notifications
You must be signed in to change notification settings - Fork 243
/
mkdocs.yml
81 lines (80 loc) · 2.68 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
74
75
76
77
78
79
80
81
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: ""
plugins:
- search
nav:
- Scrape Up: index.md
- Contribution: CONTRIBUTING.md
- Installation: installation.md
- Guide: home.md
- Modules:
- 'Academia': modules/academia.md
- 'BBC News': modules/bbc.md
- 'Codechef': modules/codechef.md
- 'Coin Market Cap': modules/coinmarketcap.md
- 'Covid-19': modules/covid-19.md
- 'Crickbuzz': modules/crickbuzz.md
- 'Dribbble': modules/dribbble.md
- 'Ebay': modules/ebay.md
- 'ESPN': modules/espn.md
- 'Eazydiner': modules/eazydinner.md
- 'Flipkart': modules/flipkart.md
- 'Flipkart Clothing': modules/flipkartclothing.md
- 'Flipkart laptops': modules/flipkartlaptop.md
- 'Flyrobu': modules/flyrobu.md
- 'GitHub': modules/github.md
- 'Github Education': modules/githubedu.md
- 'Gitlab': modules/gitlab.md
- 'HackerEarth': modules/HackerEarth.md
- 'Hackernews': modules/Hackernews.md
- 'Hashnode': modules/hashnode.md
- 'Health Grades': modules/healthgrade.md
- 'ICC Rankings': modules/iccranking.md
- 'IMDb': modules/imdb.md
- 'IMDb Box Office': modules/imdb-boxoffice.md
- 'IMDb Indian Movies': modules/imdb-indian.md
- 'imdb-actor': modules/imdb-actor.md
- 'imdb-celebrity': modules/imdb-celeb.md
- 'imdb-movies': modules/imdb-movies.md
# - 'Amazon': modules/modules/amazon.md
# - 'Ask-Ubuntu': modules/ask-ubuntu.md
# - 'Coursera': modules/coursera.md
# - 'Devpost': modules/devpost.md
# - 'Finance': modules/Finance.md
# - 'Flex Jobs': modules/flexjobs.md
# - 'Google News': modules/googlenews.md
# - 'Instagram': modules/instagram.md
# - 'Internshala': modules/internshala.md
# - 'Kooapp': modules/kooapp.md
# - 'Leet Code': modules/leetcode.md
# - 'Luma': modules/luma.md
# - 'Medium': modules/medium.md
# - 'Reddit': modules/reddit.md
# - 'Spotify': modules/spotify.md
# - 'Stack Overflow': modules/stackoverflow.md
# - 'Tech Crunch': modules/techcrunch.md
# - 'Twitter': modules/Twitter.md
# - 'Wikipedia': modules/wikipedia.md
# - 'Youtube': modules/youtube.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