docs(urls): update documentation URLs to new domain

Update all documentation URLs from crawl4ai.com/mkdocs to docs.crawl4ai.com
Improve badges styling and layout in documentation
Increase code font size in documentation CSS

BREAKING CHANGE: Documentation URLs have changed from crawl4ai.com/mkdocs to docs.crawl4ai.com
This commit is contained in:
UncleCode
2025-01-09 16:22:41 +08:00
parent 051a6cf974
commit e8b4ac6046
5 changed files with 75 additions and 24 deletions

View File

@@ -7,7 +7,7 @@
:root {
--global-font-size: 16px;
--global-code-font-size: 14px;
--global-code-font-size: 16px;
--global-line-height: 1.5em;
--global-space: 10px;
--font-stack: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono,
@@ -233,4 +233,13 @@ pre {
.terminal h1, .terminal h2, .terminal h3, .terminal h4, .terminal h5, .terminal h6 {
text-shadow: 0 0 0px var(--font-color), 0 0 0px var(--font-color), 0 0 0px var(--font-color);
}
/* Lower max height or width for these images */
div.badges a {
/* no underline */
text-decoration: none !important;
}
div.badges a > img {
width: auto;
}