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!
|
||||
|
||||
|
||||
+3
-2
@@ -9,6 +9,8 @@ copyright: Copyright © 2025 Karim Shoair - <a href="#__consent">Change cook
|
||||
theme:
|
||||
name: material
|
||||
language: en
|
||||
logo: assets/logo.png
|
||||
favicon: assets/favicon.ico
|
||||
palette:
|
||||
- media: "(prefers-color-scheme)"
|
||||
toggle:
|
||||
@@ -56,8 +58,6 @@ theme:
|
||||
- content.code.copy
|
||||
- content.code.annotate
|
||||
- content.code.annotation
|
||||
# logo: assets/logo.png
|
||||
# favicon: assets/favicon.png
|
||||
|
||||
nav:
|
||||
- Introduction: index.md
|
||||
@@ -135,6 +135,7 @@ plugins:
|
||||
show_symbol_type_toc: true
|
||||
|
||||
extra:
|
||||
homepage: https://scrapling.readthedocs.io/en/latest/
|
||||
social:
|
||||
- icon: fontawesome/brands/github
|
||||
link: https://github.com/D4Vinci/Scrapling
|
||||
|
||||
Reference in New Issue
Block a user