Skip to content

Commit

Permalink
Update docs headings to match
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Dec 12, 2024
1 parent 50dc27e commit 8681ca3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion civet.dev/.vitepress/components/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const actions = [
<VPHero
class="hero"
name="Civet"
text="A Programming Language for the New Millenium"
text="A Programming Language for the New Millennium"
tagline="Code More with Less in a TypeScript Superset"
:image="{
src: 'https://user-images.githubusercontent.com/13007891/210392977-03a3b140-ec63-4ce9-b6e3-0a0f7cac6cbe.png',
Expand Down
4 changes: 2 additions & 2 deletions civet.dev/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export default async function vitePressConfig() {
const highlighter = await getHighlighter();
return defineConfig({
lang: 'en-US',
title: 'Civet - The Modern Way to Write TypeScript',
title: 'Civet - A Programming Language for the New Millennium',
titleTemplate: 'Civet',
description: 'Concise Syntax and Faster Coding with Civet',
description: 'Code More with Less in a TypeScript Superset',
lastUpdated: true,
cleanUrls: 'with-subfolders',
appearance: 'dark',
Expand Down

0 comments on commit 8681ca3

Please sign in to comment.