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

Commit

Permalink
feat: remove dead pages, add copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-at-koor committed Aug 17, 2023
1 parent 0c742c8 commit 421d8dc
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 79 deletions.
17 changes: 13 additions & 4 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig } from 'vitepress'
import { defineConfig, DefaultTheme } from 'vitepress'
import { withMermaid } from 'vitepress-plugin-mermaid'

// https://vitepress.dev/reference/site-config
Expand All @@ -7,20 +7,24 @@ export default withMermaid(
title: 'Koor Handbook',
titleTemplate: ':title | Koor Technologies, Inc.',
description: 'How we run our business',

lastUpdated: true,

head: [
['link', { rel: 'icon', type: 'image/x-icon', href: '/favicon.png' }],
],

themeConfig: {
// https://vitepress.dev/reference/default-theme-config
logo: 'koor-logo.png',

nav: [
{ text: 'Home', link: '/' },
{ text: 'Company', link: '/company/' },
{ text: 'Employees', link: '/employees/' },
{ text: 'Development', link: '/development/' },
{ text: 'Development', link: '/engineering/development/' },
{ text: 'Product', link: '/engineering/product/' },
{ text: 'Marketing', link: '/marketing/' },
{ text: 'Support', link: '/customers/support/' },
{ text: 'Examples', link: '/markdown-examples' },
],

sidebar: [
Expand Down Expand Up @@ -185,6 +189,11 @@ export default withMermaid(
},
{ icon: 'twitter', link: 'https://twitter.com/koor_tech' },
],

footer: {
message: 'MIT License',
copyright: 'Copyright © 2022-present Koor Technologies, Inc.',
},
},
markdown: {
xhtmlOut: true,
Expand Down
5 changes: 3 additions & 2 deletions docs/company/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ We love open source. In fact, Koor is one of the maintainers of the [Rook](https

## And more…

That's not all. We have big, harry, audacious goals, and brilliant, hard-working people.

[Culture](culture)
[Communication](communication)
[Operating Procedures](operating-procedures)
[Goals](goals/)
[Employees](employees/)
3 changes: 0 additions & 3 deletions docs/company/mission.md

This file was deleted.

57 changes: 0 additions & 57 deletions docs/company/vision.md

This file was deleted.

23 changes: 10 additions & 13 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
layout: home

hero:
name: Operating Handbook for Koor Technologies, Inc.
text: How we run our business
name: Koor Handbook
text: Minding our business
tagline: Compounding daily, incremental improvements to build something amazing
image:
src: /koor-logo.png
Expand All @@ -14,14 +14,11 @@ hero:
text: Company Goals
link: /company/goals/
- theme: alt
text: Employees
link: /employees/
- theme: alt
text: Support Practices
link: /consulting/
text: Product Roadmap
link: /engineering/product/product-roadmap
- theme: alt
text: Demo System
link: /development/demo/
link: /engineering/demo/

features:
- title: Company
Expand All @@ -30,14 +27,14 @@ features:
linkText: What makes us tick
- title: Employees
details: All about our people
link: /employees/
link: /company/employees/
linkText: Who we are
- title: Development
details: How we build great software and contribute to the Rook Ceph open source community
link: /development/
details: How we build great software
link: /engineering/development/
linkText: What we build
- title: Consulting / Support
- title: Customer Support
details: Service we provide to customers in need
link: /consulting/
link: /customers/support/
linkText: How we help
---

0 comments on commit 421d8dc

Please sign in to comment.