Update site

This commit is contained in:
Pavan Kumar Sunkara 2021-10-28 21:08:02 +01:00
parent 0d7a0a81c2
commit 34ac79f9b0
2 changed files with 8 additions and 5 deletions

View file

@ -3,9 +3,12 @@ base_url = "https://clap.rs"
title = "Clap" title = "Clap"
description = "Fast & Modern CLI Framework for Rust" description = "Fast & Modern CLI Framework for Rust"
compile_sass = false
highlight_code = true
highlight_theme = "ayu-dark"
build_search_index = true build_search_index = true
default_language = "en" default_language = "en"
[markdown]
highlight_code = true
highlight_theme = "ayu-dark"
external_links_target_blank = true

View file

@ -6,7 +6,7 @@
<nav class="nav"> <nav class="nav">
<a href="/cheatsheet">Cheatsheet</a> <a href="/cheatsheet">Cheatsheet</a>
<a href="/cookbook">Cookbook</a> <a href="/cookbook">Cookbook</a>
<a href="https://docs.rs/clap">Reference</a> <a href="https://docs.rs/clap" target="_blank">Reference</a>
<a href="https://github.com/clap-rs/clap">Code</a> <a href="https://github.com/clap-rs/clap" target="_blank">Code</a>
</nav> </nav>
</header> </header>