Skip to content

Commit

Permalink
📝 Add some content
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Nov 25, 2024
1 parent ae65852 commit 84d8f39
Show file tree
Hide file tree
Showing 9 changed files with 258 additions and 716 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
// @ts-check
import starlight from '@astrojs/starlight';
import icon from 'astro-icon';
import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({
site: 'https://cosmoscout.github.io',
integrations: [
icon(),
starlight({
title: 'CosmoScout VR',
logo: {
Expand All @@ -29,6 +27,8 @@ export default defineConfig({
label: 'Development',
items: [
'development/architecture',
'development/coordinate-systems',
'development/building',
'development/contribution-guide',
'development/continuous-integration',
'development/release-management',
Expand Down
Loading

0 comments on commit 84d8f39

Please sign in to comment.