Skip to content

Commit c9b3564

Browse files
docs: revert to plain mdBook styling (#414)
Remove visual enhancements added in previous commit: - Remove mdbook-admonish callout boxes - Remove custom CSS theme - Simplify introduction and quickstart content - Keep plain mdBook defaults This branch preserves the plain mdBook approach for comparison. Main branch has the enhanced styling if we want to use it later.
1 parent 1b8aa4d commit c9b3564

File tree

5 files changed

+77
-1052
lines changed

5 files changed

+77
-1052
lines changed

docs/book.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@ preferred-dark-theme = "ayu"
1010
git-repository-url = "https://github.com/joshrotenberg/redisctl"
1111
git-repository-icon = "fa-github"
1212
edit-url-template = "https://github.com/joshrotenberg/redisctl/edit/main/docs/{path}"
13-
additional-css = ["theme/custom.css", "./mdbook-admonish.css"]
1413

1514
[output.html.fold]
1615
enable = true
1716
level = 1
1817

19-
[preprocessor.admonish]
20-
command = "mdbook-admonish"
21-
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
22-
2318
# Temporarily disabled for reorganization
2419
# [preprocessor.lint]
2520
# command = "mdbook-lint"

docs/mdbook-admonish.css

Lines changed: 0 additions & 348 deletions
This file was deleted.

0 commit comments

Comments
 (0)