mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-11 19:28:30 +00:00
Add favicon and update navigation icons across documentation
- Added a favicon link to all tour pages in the Japanese documentation. - Updated navigation links to include SVG icons for Home and GitHub. - Changed language button to include an SVG icon for better visual representation. - Improved theme toggle button to use SVG icons for light and dark modes. - Refactored the documentation build commands in the justfile for clarity and consistency.
This commit is contained in:
12
justfile
12
justfile
@@ -46,10 +46,10 @@ bench:
|
||||
@(cd benchmark && make bench-all)
|
||||
|
||||
docs:
|
||||
cargo build --release --manifest-path docs-gen/Cargo.toml
|
||||
./docs-gen/target/release/docs-gen build docs-src --out docs
|
||||
@cargo build --release --manifest-path docs-gen/Cargo.toml
|
||||
@./docs-gen/target/release/docs-gen build docs-src --out docs
|
||||
|
||||
docs-serve:
|
||||
@cargo build --release --manifest-path docs-gen/Cargo.toml
|
||||
-@./docs-gen/target/release/docs-gen serve docs-src --open
|
||||
|
||||
docs-test:
|
||||
cargo build --release --manifest-path docs-gen/Cargo.toml
|
||||
./docs-gen/target/release/docs-gen build docs-src --out test/cpp-httplib
|
||||
cd test && python3 -m http.server
|
||||
|
||||
Reference in New Issue
Block a user