mirror of
https://github.com/Xevion/utsa-handbook.git
synced 2025-12-06 13:16:54 -06:00
Remove unused variable, add intro details, remove living/index
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
---
|
||||
title: 'Introduction'
|
||||
description: 'Handbook'' root file'
|
||||
pubDate: '2024-03-09'
|
||||
authors: ['xevion']
|
||||
---
|
||||
10
src/content/handbook/introduction.md
Normal file
10
src/content/handbook/introduction.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: 'Introduction'
|
||||
description: 'An explanation of the Handbook and it''s purpose'
|
||||
pubDate: '2024-03-09'
|
||||
authors: ['xevion']
|
||||
---
|
||||
|
||||
The UTSA Handbook is intended to be a living document filled with perspectives, opinions and information gathered from numerous students, old and young, incoming and graduated.
|
||||
|
||||
If you have something to add, please consider contributing! The process is easier than you think, and is an easy way to participate in open source and contribute to the UTSA CS community.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
title: 'Living'
|
||||
description: 'Handbook'' root file'
|
||||
pubDate: '2024-03-09'
|
||||
authors: ['xevion']
|
||||
---
|
||||
@@ -11,7 +11,6 @@ export async function getStaticPaths() {
|
||||
}
|
||||
type Props = CollectionEntry<"handbook">;
|
||||
|
||||
const isProd = import.meta.env.PROD;
|
||||
const { render, data } = Astro.props;
|
||||
const { title } = data;
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user