mirror of
https://github.com/lingble/talos.git
synced 2025-11-26 19:04:57 +00:00
docs: add documentation website
This will allow us to iterate faster on documentation for multiple versions of Talos. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This commit is contained in:
10
docs/website/components/Logo.vue
Normal file
10
docs/website/components/Logo.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<a href="/" class="site-title">
|
||||
<img
|
||||
id="header-logo"
|
||||
src="/images/TalosSystems_Horizontal_Logo_FullColor_RGB-for-site.svg"
|
||||
alt="Talos"
|
||||
width="350"
|
||||
/>
|
||||
</a>
|
||||
</template>
|
||||
Reference in New Issue
Block a user