From b04132c7ebec107a80ea76130af1ec7977c0d5eb Mon Sep 17 00:00:00 2001 From: Roberto Arocha Date: Mon, 16 Oct 2023 15:49:25 +0200 Subject: [PATCH] logo and some icons updated --- docs/assets/icons/logo.svg | 23 +++++++++++++++++++++++ docs/content/en/_index.md | 6 +++--- docs/hugo.toml | 2 +- 3 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 docs/assets/icons/logo.svg diff --git a/docs/assets/icons/logo.svg b/docs/assets/icons/logo.svg new file mode 100644 index 0000000..ff5dfa5 --- /dev/null +++ b/docs/assets/icons/logo.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/content/en/_index.md b/docs/content/en/_index.md index 320a71c..4e6841d 100644 --- a/docs/content/en/_index.md +++ b/docs/content/en/_index.md @@ -25,15 +25,15 @@ Under the hood the solution uses Azure OpenAI Service to access the ChatGPT mode {{% blocks/section color="dark" type="row" %}} -{{% blocks/feature icon="fab fa-github" title="Read the Docs!" url="https://azure.github.io/activate-genai/" %}} +{{% blocks/feature icon="fa-solid fa-file-lines" title="Read the Docs!" url="https://azure.github.io/activate-genai/" %}} Read the delivery guide and learn how to deploy the solution. {{% /blocks/feature %}} -{{% blocks/feature icon="fab fa-github" title="Deploy the Solution!" url="https://github.com/azure/activate-genai/" %}} +{{% blocks/feature icon="fa-solid fa-boxes-stacked" title="Deploy the Solution!" url="https://github.com/azure/activate-genai/" %}} Use `terraform` to deploy the complete solution. {{% /blocks/feature %}} -{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/azure/activate-genai" %}} +{{% blocks/feature icon="fa-solid fa-code-pull-request" title="Contributions welcome!" url="https://github.com/azure/activate-genai" %}} We do a [Pull Request](https://github.com/azure/activate-genai/pulls) contributions workflow on **GitHub**. New users are always welcome! {{% /blocks/feature %}} diff --git a/docs/hugo.toml b/docs/hugo.toml index 180e85e..5ab9f8c 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -169,7 +169,7 @@ enable = false [[params.links.developer]] name = "GitHub" url = "https://github.com/azure/activate-genai" - icon = "fab fa-github" + icon = "fab fa-microsoft" desc = "Development takes place here!" # hugo module configuration