mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-05-04 15:40:01 -05:00
Fix stale documentation links after updating getting-stared guide. #87
This commit is contained in:
@@ -12,6 +12,10 @@ import tailwindcss from "@tailwindcss/vite";
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://trailbase.io",
|
||||
redirects: {
|
||||
// Stable docs path independent of documentation structure.
|
||||
"/docs": "/getting-started/install",
|
||||
},
|
||||
integrations: [
|
||||
icon(),
|
||||
robotsTxt(),
|
||||
|
||||
@@ -40,7 +40,7 @@ const columnStyle = "flex flex-col gap-1 items-center justify-start";
|
||||
<div class={columnStyle}>
|
||||
<strong>Developers</strong>
|
||||
|
||||
<a class="no-underline" href="/getting-started/starting-up">
|
||||
<a class="no-underline" href="/docs">
|
||||
Documentation
|
||||
</a>
|
||||
<a
|
||||
|
||||
@@ -213,10 +213,7 @@ export function IndexPage() {
|
||||
|
||||
<p>
|
||||
Documentation is available at{" "}
|
||||
<a href="https://trailbase.io/getting-started/starting-up">
|
||||
trailbase.io
|
||||
</a>
|
||||
.
|
||||
<a href="https://trailbase.io/docs">trailbase.io</a>.
|
||||
</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user