Adding logo and icon
This commit is contained in:
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 186 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 187 KiB |
+10
-1
@@ -1,4 +1,13 @@
|
|||||||
# Scrapling
|
<style>
|
||||||
|
.md-typeset h1 {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://scrapling.readthedocs.io/en/latest/" alt="poster">
|
||||||
|
<img alt="poster" src="assets/poster.png" style="width: 50%; height: 100%;"></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
Scrapling is an Undetectable, high-performance, intelligent Web scraping library for Python 3 to make Web Scraping easy!
|
Scrapling is an Undetectable, high-performance, intelligent Web scraping library for Python 3 to make Web Scraping easy!
|
||||||
|
|
||||||
|
|||||||
+3
-2
@@ -9,6 +9,8 @@ copyright: Copyright © 2025 Karim Shoair - <a href="#__consent">Change cook
|
|||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
language: en
|
language: en
|
||||||
|
logo: assets/logo.png
|
||||||
|
favicon: assets/favicon.ico
|
||||||
palette:
|
palette:
|
||||||
- media: "(prefers-color-scheme)"
|
- media: "(prefers-color-scheme)"
|
||||||
toggle:
|
toggle:
|
||||||
@@ -56,8 +58,6 @@ theme:
|
|||||||
- content.code.copy
|
- content.code.copy
|
||||||
- content.code.annotate
|
- content.code.annotate
|
||||||
- content.code.annotation
|
- content.code.annotation
|
||||||
# logo: assets/logo.png
|
|
||||||
# favicon: assets/favicon.png
|
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Introduction: index.md
|
- Introduction: index.md
|
||||||
@@ -135,6 +135,7 @@ plugins:
|
|||||||
show_symbol_type_toc: true
|
show_symbol_type_toc: true
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
|
homepage: https://scrapling.readthedocs.io/en/latest/
|
||||||
social:
|
social:
|
||||||
- icon: fontawesome/brands/github
|
- icon: fontawesome/brands/github
|
||||||
link: https://github.com/D4Vinci/Scrapling
|
link: https://github.com/D4Vinci/Scrapling
|
||||||
|
|||||||
Reference in New Issue
Block a user