Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 0 additions & 63 deletions docs/.vuepress/components/GitHubBadge.vue

This file was deleted.

17 changes: 16 additions & 1 deletion docs/.vuepress/components/Head.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
<div class="banner-title-container">
<div class="banner-title">Run Spark SQL/DataFrame Faster</div>
<div class="banner-subtitle">The Auron accelerator for big data engine (e.g., Spark, Flink) leverages native vectorized execution to accelerate query processing.</div>
<div class="github-buttons-container"><GitHubBadge /></div>
<a class="route-link auto-link vp-hero-action-button primary" href="/documents/getting-started" aria-label="Get Started">Get Started</a>
<a class="route-link auto-link vp-hero-action-button github-button" href="https://github.com/apache/auron" target="_blank" rel="noopener noreferrer">
GitHub
</a>
</div>
<div class="right-logo-container">
<div class="right-logo">
Expand Down Expand Up @@ -88,4 +90,17 @@
</script>

<style scoped>
/* GitHub button styles - match Get Started button exactly */
.github-button {
border: 1px solid var(--vp-c-text-1);
color: var(--vp-c-text-1);
margin-left: 12px;
}

.github-button:hover {
/* Auron brand orange from logo */
background-color: #fc4c04;
border-color: #fc4c04;
color: #fff;
}
</style>
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"sass-embedded": "^1.81.1",
"vue": "^3.4.0",
"vue-echarts": "^7.0.3",
"vue-github-button": "^3.1.3",
"vuepress": "2.0.0-rc.18"
}
}