Skip to content

Commit

Permalink
Merge pull request #10 from shotover/remove_nonsense
Browse files Browse the repository at this point in the history
remove nonsense from website
  • Loading branch information
rukai authored Sep 10, 2023
2 parents 84a567e + 7756b4d commit 31cce20
Show file tree
Hide file tree
Showing 6 changed files with 255 additions and 225 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
shotover-proxy
node_modules
52 changes: 0 additions & 52 deletions docs/.vitepress/components/Contacts.vue

This file was deleted.

47 changes: 4 additions & 43 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ export default {

nav: [
{ text: 'Docs', link: '/docs/user-guide/introduction' },
{ text: 'Blog', link: '/blog/' },
//{ text: 'Blog', link: '/blog/' },
{ text: 'Github', link: 'https://github.com/shotover/shotover-proxy' },
// { text: 'Contacts', link: '/contacts' }
],

blog: {
Expand Down Expand Up @@ -73,9 +72,9 @@ export default {
landing: {
title: 'Shotover',
titleImg: ref('/landing/title_image.png'),
subtitle1: 'Proxy server.',
subtitle2: 'Making your life easier.',
motto: 'Controlling. Managing. Modyfiying.',
subtitle1: 'L7 data layer proxy',
subtitle2: '',
motto: '',
actionBtnText: 'Get started',
actionBtnLink: '/docs/user-guide/getting-started',

Expand Down Expand Up @@ -230,43 +229,5 @@ export default {
description: 'Shotover refers to the Shotover (Kimi-ākau) river in Otago, New Zealand - close to Queenstown and eventually flowing into Lake Wakatipu via the Kawarau River, it\'s famous for white water rafting, bungy-jumping, fast rapids and jet boating.'
}
},

contacts: {
image: ref('/contacts.png'),
imageMsg: 'For general questions ask a member of our team, who will be happy to help!',

enquiries: [
{
name: 'General enquiries:',
email: '[email protected]'
},
{
name: 'Recruitment enquiries:',
email: '[email protected]'
}
],

adress: {
company: 'Shotover',
city: 'Christchurch',
country: 'New Zealand'
}
}
},

footerConfig: {
nav: [
{ text: 'Github', link: 'https://github.com/shotover/shotover-proxy' },
{ text: 'Introduction', link: '/docs/user-guide/introduction' },
{ text: 'Concepts', link: '/docs/user-guide/concepts' },
{ text: 'Roadmap', link: '/#roadmap' },
{ text: 'Contacts', link: '/contacts' }
],

copyrightMessages: {
m1: 'Copyright © Shotover Ltd 2022. All rights reserved.',
m2: '',
m3: ''
}
}
}
Loading

0 comments on commit 31cce20

Please sign in to comment.