Karim shoair commited on
Commit
c3bcd43
·
1 Parent(s): 088485e

Adding logo and icon

Browse files
Files changed (2) hide show
  1. docs/index.md +10 -1
  2. mkdocs.yml +3 -2
docs/index.md CHANGED
@@ -1,4 +1,13 @@
1
- # Scrapling
 
 
 
 
 
 
 
 
 
2
 
3
  Scrapling is an Undetectable, high-performance, intelligent Web scraping library for Python 3 to make Web Scraping easy!
4
 
 
1
+ <style>
2
+ .md-typeset h1 {
3
+ display: none;
4
+ }
5
+ </style>
6
+
7
+ <p align="center">
8
+ <a href="https://scrapling.readthedocs.io/en/latest/" alt="poster">
9
+ <img alt="poster" src="assets/poster.png" style="width: 50%; height: 100%;"></a>
10
+ </p>
11
 
12
  Scrapling is an Undetectable, high-performance, intelligent Web scraping library for Python 3 to make Web Scraping easy!
13
 
mkdocs.yml CHANGED
@@ -9,6 +9,8 @@ copyright: Copyright &copy; 2025 Karim Shoair - <a href="#__consent">Change cook
9
  theme:
10
  name: material
11
  language: en
 
 
12
  palette:
13
  - media: "(prefers-color-scheme)"
14
  toggle:
@@ -56,8 +58,6 @@ theme:
56
  - content.code.copy
57
  - content.code.annotate
58
  - content.code.annotation
59
- # logo: assets/logo.png
60
- # favicon: assets/favicon.png
61
 
62
  nav:
63
  - Introduction: index.md
@@ -135,6 +135,7 @@ plugins:
135
  show_symbol_type_toc: true
136
 
137
  extra:
 
138
  social:
139
  - icon: fontawesome/brands/github
140
  link: https://github.com/D4Vinci/Scrapling
 
9
  theme:
10
  name: material
11
  language: en
12
+ logo: assets/logo.png
13
+ favicon: assets/favicon.ico
14
  palette:
15
  - media: "(prefers-color-scheme)"
16
  toggle:
 
58
  - content.code.copy
59
  - content.code.annotate
60
  - content.code.annotation
 
 
61
 
62
  nav:
63
  - Introduction: index.md
 
135
  show_symbol_type_toc: true
136
 
137
  extra:
138
+ homepage: https://scrapling.readthedocs.io/en/latest/
139
  social:
140
  - icon: fontawesome/brands/github
141
  link: https://github.com/D4Vinci/Scrapling