Skip to content
Open
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
6 changes: 4 additions & 2 deletions docs/src/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@ import { defineConfig } from 'vitepress';

// https://vitepress.dev/reference/site-config
export default defineConfig({
base: '/craft/',
base: '/',
lang: 'en',
title: "Statik's Craft Base Install",
description: 'This is documentation for our Craft Base Install',
lastUpdated: true,
ignoreDeadLinks: true,
head: [['link', { rel: 'icon', href: '/favicon.svg' }]],
themeConfig: {
siteTitle: 'Craft base install',
// https://vitepress.dev/reference/default-theme-config
logo: '/assets/favicon.svg',
logo: '/favicon.svg',
nav: [
{ text: 'Home', link: '/' },
{ text: 'Frontend', link: '/frontend/frontend', activeMatch: '/frontend/' },
Expand Down
4 changes: 0 additions & 4 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Welcome to the comprehensive documentation for [Statik's](https://www.statik.be)

## 🚀 Quick Navigation

<div class="navigation-grid">

### [Frontend Components](/frontend/components/components.html)

40+ reusable JavaScript components for common UI patterns including:
Expand All @@ -30,8 +28,6 @@ Custom Twig extensions and utilities for Craft CMS:
- **Statik Extension**: SEO control, bot detection, slugification
- **Validate Input Extension**: Security-focused input validation

</div>

## 📖 Documentation Structure

### Frontend Documentation
Expand Down
Loading