Skip to content

Commit

Permalink
Merge pull request #47 from innovolve-ai/feature/#46-add-new-logo
Browse files Browse the repository at this point in the history
added #46 add new logo
  • Loading branch information
wildone authored Jun 8, 2022
2 parents 9b41cb1 + 6a7deed commit adf822f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 41 deletions.
78 changes: 37 additions & 41 deletions src/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

module.exports = {
head: [["link", { rel: "icon", href: "/logo.png" }]],
locales: {
/* This is the place where general locale config */
"/": {
Expand All @@ -12,11 +12,10 @@ module.exports = {
},
},
themeConfig: {

locales: {
"/": {
label: "English",

algolia: {
indexName: "typerefinery.ai",
apiKey: "5792a907c238f1c51eadbc3816abd9a1",
Expand All @@ -35,36 +34,35 @@ module.exports = {
link: "/feature/",
},
{
text: 'Learn More',
ariaLabel: 'Learn More',
text: "Learn More",
ariaLabel: "Learn More",
items: [
{
text: 'Contributing Guide',
text: "Contributing Guide",
items: [
{
text: 'Local Development',
link: '/localdevelopment/'
text: "Local Development",
link: "/localdevelopment/",
},
{
text: 'Create Articles',
link: '/create_article/'
text: "Create Articles",
link: "/create_article/",
},
{
text: 'Design Concepts',
link: '/design-concepts/'
text: "Design Concepts",
link: "/design-concepts/",
},
{
text: 'FAQ',
link: '/faq/'
text: "FAQ",
link: "/faq/",
},
{
text: 'Glossary',
link: '/glossary/'
}
]
text: "Glossary",
link: "/glossary/",
},
],
},

]
],
},
{
text: "GitHub",
Expand All @@ -76,15 +74,14 @@ module.exports = {
{
title: "Guide",
collapsable: false,
children: ["", "setup-vue" ,],
children: ["", "setup-vue"],
},
],
},
},
"/hi/": {

label: "हिन्दी",

algolia: {
indexName: "typerefinery.ai",
apiKey: "5792a907c238f1c51eadbc3816abd9a1",
Expand All @@ -103,36 +100,35 @@ module.exports = {
link: "/hi/feature/",
},
{
text: 'अधिक जानकारी',
ariaLabel: 'अधिक जानकारी',
text: "अधिक जानकारी",
ariaLabel: "अधिक जानकारी",
items: [
{
text: 'योगदान गाइड',
text: "योगदान गाइड",
items: [
{
text: 'स्थानीय विकास',
link: "/hi/localdevelopment/"
text: "स्थानीय विकास",
link: "/hi/localdevelopment/",
},
{
text: 'लेख बनाएं',
link: '/hi/create_article/'
text: "लेख बनाएं",
link: "/hi/create_article/",
},
{
text: 'डिजाइन अवधारणाएं',
link: '/hi/design-concepts/'
text: "डिजाइन अवधारणाएं",
link: "/hi/design-concepts/",
},
{
text: 'सामान्य प्रश्न',
link: '/hi/faq/'
text: "सामान्य प्रश्न",
link: "/hi/faq/",
},
{
text: 'शब्दकोष',
link: '/hi/glossary/'
}
]
text: "शब्दकोष",
link: "/hi/glossary/",
},
],
},

]
],
},
{
text: "GitHub",
Expand All @@ -144,7 +140,7 @@ module.exports = {
{
title: "मार्गदर्शक",
collapsable: false,
children: ["", "setup-vue",],
children: ["", "setup-vue"],
},
],
},
Expand Down
Binary file modified src/.vuepress/public/innovolve.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/.vuepress/public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit adf822f

Please sign in to comment.