Remove StarlightLayout and update sidebar configuration
Deleted StarlightLayout.astro file and removed its references in various markdown files. Also, extended the sidebar configuration in the astro.config.mjs to include translations and added menu items under the Tools & Equipment section.
This commit is contained in:
parent
d69078b745
commit
522eb397f0
13 changed files with 13 additions and 25 deletions
|
@ -30,14 +30,26 @@ export default defineConfig({
|
|||
ja: { label: "日本語", lang: "ja" },
|
||||
"zh-cn": { label: "简体中文", lang: "zh-CN" },
|
||||
},
|
||||
// https://starlight.astro.build/guides/sidebar/
|
||||
sidebar: [
|
||||
{
|
||||
label: "Quick Start Guides",
|
||||
translations: {
|
||||
de: "Schnellstartanleitungen",
|
||||
es: "Guías de Inicio Rápido",
|
||||
fa: "راهنمای شروع سریع",
|
||||
fr: "Guides de Démarrage Rapide",
|
||||
ja: "クイックスタートガイド",
|
||||
"zh-cn": "快速入门指南",
|
||||
},
|
||||
autogenerate: { directory: "guides" },
|
||||
},
|
||||
{
|
||||
label: "Tools & Equipment",
|
||||
autogenerate: { directory: "tools" },
|
||||
items: [
|
||||
{ label: "Tool Guides", link: "tools/tool-guides/" },
|
||||
{ label: "Equipment Care", link: "tools/equipment-care/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Construction Services",
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: ../../../../layouts/StarlightLayout.astro
|
||||
title: Technical Specifications
|
||||
description: Explore ScrewFast's comprehensive documentation for an in-depth look at our premium tools and construction services.
|
||||
sidebar:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: ../../../../layouts/StarlightLayout.astro
|
||||
title: Custom Solutions for Complex Projects
|
||||
description: Explore ScrewFast's comprehensive documentation for an in-depth look at our premium tools and construction services.
|
||||
sidebar:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: ../../../../layouts/StarlightLayout.astro
|
||||
title: Project Planning and Management
|
||||
description: Explore ScrewFast's comprehensive documentation for an in-depth look at our premium tools and construction services.
|
||||
sidebar:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: ../../../../layouts/StarlightLayout.astro
|
||||
title: Safety Protocols and Procedures
|
||||
description: Explore ScrewFast's comprehensive documentation for an in-depth look at our premium tools and construction services.
|
||||
sidebar:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: ../../../../layouts/StarlightLayout.astro
|
||||
title: Comprehensive Service Overview
|
||||
description: Explore ScrewFast's comprehensive documentation for an in-depth look at our premium tools and construction services.
|
||||
sidebar:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: ../../../../layouts/StarlightLayout.astro
|
||||
title: First Project Checklist
|
||||
description: Explore ScrewFast's comprehensive documentation for an in-depth look at our premium tools and construction services.
|
||||
sidebar:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: ../../../../layouts/StarlightLayout.astro
|
||||
title: Getting Started
|
||||
description: Explore ScrewFast's comprehensive documentation for an in-depth look at our premium tools and construction services.
|
||||
sidebar:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: ../../../../layouts/StarlightLayout.astro
|
||||
title: Introduction to ScrewFast Services
|
||||
description: Explore ScrewFast's comprehensive documentation for an in-depth look at our premium tools and construction services.
|
||||
sidebar:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: ../../../../layouts/StarlightLayout.astro
|
||||
title: Equipment Care & Maintenance
|
||||
description: Explore ScrewFast's comprehensive documentation for an in-depth look at our premium tools and construction services.
|
||||
sidebar:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: ../../../../layouts/StarlightLayout.astro
|
||||
title: Tool Guides
|
||||
description: Explore ScrewFast's comprehensive documentation for an in-depth look at our premium tools and construction services.
|
||||
sidebar:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: ../../../layouts/StarlightLayout.astro
|
||||
title: ScrewFast Docs
|
||||
head:
|
||||
- tag: title
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
// Importing View Transitions component
|
||||
import { ViewTransitions } from "astro:transitions";
|
||||
---
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<ViewTransitions />
|
||||
</head>
|
||||
<body>
|
||||
<slot />
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue