Add a cute little emoji logo to the docs
This commit is contained in:
parent
80198818af
commit
3347c708af
|
@ -48,6 +48,8 @@ As this is a fork of [northstar], naturally a fair amount of our code derives fr
|
|||
|
||||
Kochab also depends on the wonderful gemtext parsing/building library written by [Cadey] \[[gemini][cadey-gemini]\] as part of the [maj] ecosystem, which also includes its own gemini server library.
|
||||
|
||||
Lastly, we use the :milkyway: emoji from Twemoji as our logo in our docs, which is licensed under CC BY 4.0
|
||||
|
||||
[northstar]: https://github.com/panicbit/northstar "Northstar GitHub"
|
||||
[examples]: ./examples "Code Examples"
|
||||
[Cadey]: https://christine.website/ "Cadey (Christine Dodrill)'s Blog"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#![warn(missing_docs)]
|
||||
#![feature(doc_cfg)]
|
||||
#![doc(html_logo_url = "https://raw.githubusercontent.com/twitter/twemoji/master/assets/svg/1f30c.svg")]
|
||||
//! Kochab is an ergonomic and intuitive library for quickly building highly functional
|
||||
//! and advanced Gemini applications on either SCGI or raw Gemini.
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue