diff --git a/BotSharp.WebHost/wwwroot/images/BotSharp.png b/BotSharp.WebHost/wwwroot/images/BotSharp.png deleted file mode 100644 index 1ff4ab5d..00000000 Binary files a/BotSharp.WebHost/wwwroot/images/BotSharp.png and /dev/null differ diff --git a/BotSharp.WebHost/wwwroot/images/BotSharp.psd b/BotSharp.WebHost/wwwroot/images/BotSharp.psd deleted file mode 100644 index 431b5974..00000000 Binary files a/BotSharp.WebHost/wwwroot/images/BotSharp.psd and /dev/null differ diff --git a/docs/index.rst b/docs/index.rst index 9f9fff7f..2d1bbf43 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,8 +20,8 @@ Why we do this? because we all know python is not friendly programming language BotSharp is in accordance with components princple strictly, decouples every part that needed in the platform builder. So you can choose different UI/UX, or pick up a different NLP Tagger, or select a more advanced algrithm to do NER task. They are all modulized based an unfied interfaces. -.. image:: https://raw.githubusercontent.com/Oceania2018/BotSharp/master/BotSharp.WebHost/wwwroot/images/BotSharp.png - :height: 30px +.. image:: static/logos/BotSharp.png + :height: 64px Some Features ------------- diff --git a/BotSharp.WebHost/wwwroot/images/BotSharp.min.png b/docs/static/logos/BotSharp.min.png similarity index 64% rename from BotSharp.WebHost/wwwroot/images/BotSharp.min.png rename to docs/static/logos/BotSharp.min.png index ea4a355d..dc0c295e 100644 Binary files a/BotSharp.WebHost/wwwroot/images/BotSharp.min.png and b/docs/static/logos/BotSharp.min.png differ diff --git a/BotSharp.WebHost/wwwroot/images/BotSharp.min.psd b/docs/static/logos/BotSharp.min.psd similarity index 100% rename from BotSharp.WebHost/wwwroot/images/BotSharp.min.psd rename to docs/static/logos/BotSharp.min.psd diff --git a/docs/static/logos/BotSharp.png b/docs/static/logos/BotSharp.png new file mode 100644 index 00000000..4a4d0c15 Binary files /dev/null and b/docs/static/logos/BotSharp.png differ diff --git a/docs/static/logos/BotSharp.psd b/docs/static/logos/BotSharp.psd new file mode 100644 index 00000000..788c3b06 Binary files /dev/null and b/docs/static/logos/BotSharp.psd differ diff --git a/BotSharp.WebHost/wwwroot/images/favicon.ico b/docs/static/logos/favicon.ico similarity index 100% rename from BotSharp.WebHost/wwwroot/images/favicon.ico rename to docs/static/logos/favicon.ico