Skip to content

Commit

Permalink
Merge pull request #685 from DanielXMoore/reference
Browse files Browse the repository at this point in the history
Reference
  • Loading branch information
STRd6 authored Sep 9, 2023
2 parents cf0ac02 + dd9bbab commit 5291ec2
Show file tree
Hide file tree
Showing 8 changed files with 1,872 additions and 1,565 deletions.
5 changes: 5 additions & 0 deletions civet.dev/.vitepress/components/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ import VPHero from 'vitepress/dist/client/theme-default/components/VPHero.vue';
const actions = [
{
theme: 'brand',
text: 'Reference',
link: '/reference',
},
{
theme: 'alt',
text: 'Cheatsheet',
link: '/cheatsheet',
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pkg from '../../package.json';
import { head } from './head.js';
import { getContributors } from './utils/getContributors.js';
import { head } from './head.mjs';
import { getContributors } from './utils/getContributors.mjs';
import { defineConfig } from 'vitepress';
import { compileCivet } from './utils/compileCivet';
import { getHighlighter } from './utils/getHighlighter';
Expand All @@ -26,7 +26,8 @@ export default async function vitePressConfig() {
siteTitle: 'Civet',
nav: [
{ text: 'Getting started', link: '/getting-started' },
{ text: 'Cheatsheet', link: '/cheatsheet' },
{ text: 'Reference', link: '/reference' },
{ text: 'Cheatsheet', link: '/cheatsheet'},
{ text: 'Comparison', link: '/comparison' },
{ text: 'Integrations', link: '/integrations' },
{ text: 'Config', link: '/config' },
Expand Down
File renamed without changes.
Loading

0 comments on commit 5291ec2

Please sign in to comment.