Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Rename logos
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkl committed Jan 11, 2021
1 parent a3ebfdf commit e8392bc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions .vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
module.exports = {
theme: "cosmos",
title: "CosmWasm Documentation",
base: process.env.VUEPRESS_BASE || "/",
locales: {
"/": {
lang: "en-US"
},
},
head: [
['link', { rel: 'icon', href: '/logo/SVG/CosmWasm Favicon.svg' }]
['link', { rel: 'icon', href: '/logo/SVG/CosmWasm_Favicon_Full.svg' }]
],
themeConfig: {
custom: true,
Expand All @@ -16,13 +17,23 @@ module.exports = {
docsRepo: "CosmWasm/docs",
docsDir: "/",
logo: {
src: "/logo/SVG/CosmWasm Logo.svg",
src: "/logo/SVG/CosmWasm_Logo.svg",
},
algolia: {
id: "BH4D9OD16A",
key: "abeca9781b806ca955a7e0f1ee95d003",
index: "cosmwasm_docs"
},
versions: [
{
"label": "v0.13",
"key": "v0.13"
},
{
"label": "v0.12",
"key": "v0.12"
}
],
topbar: {
banner: false
},
Expand Down Expand Up @@ -234,13 +245,12 @@ module.exports = {
]
}
},
plugins: [
"sitemap",
{
hostname: "https://docs.cosmwasm.com"
},
"check-md", {
plugins: {
"check-md": {
pattern: "**/*.md"
},
]
'sitemap': {
hostname: 'https://docs.cosmwasm.com'
},
}
}

0 comments on commit e8392bc

Please sign in to comment.