Add a cute little emoji logo to the docs

This commit is contained in:
Emi Tatsuo 2020-12-11 14:44:14 -05:00
parent 80198818af
commit 3347c708af
Signed by: Emi
GPG Key ID: 68FAB2E2E6DFC98B
2 changed files with 3 additions and 1 deletions

View File

@ -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"

View File

@ -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.
//!