diff --git a/docs/config.toml b/docs/config.toml index 52602750..b47ef18f 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -48,8 +48,8 @@ defaultContentLanguage = 'en' [params.docs] # Parameters for the /docs 'template' - logo = "https://github.com/go-skynet/LocalAI/assets/2420543/0966aa2a-166e-4f99-a3e5-6c915fc997dd" - logo_text = "LocalAI" + logo = "https://raw.githubusercontent.com/mudler/LocalAI/53652d5b8f8049e95ef71f0fed39671eb39c211c/core/http/static/logo.png" + logo_text = "" title = "LocalAI documentation" # default html title for documentation pages/sections pathName = "docs" # path name for documentation site | default "docs" diff --git a/docs/content/docs/overview.md b/docs/content/docs/overview.md index 11b9ce7d..16b82a31 100644 --- a/docs/content/docs/overview.md +++ b/docs/content/docs/overview.md @@ -7,8 +7,6 @@ description = "What is LocalAI?" tags = ["Beginners"] categories = [""] author = "Ettore Di Giacinto" -# This allows to overwrite the landing page -url = '/' icon = "info" +++ diff --git a/docs/layouts/index.html b/docs/layouts/index.html deleted file mode 100644 index e69de29b..00000000