Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 607 Bytes

File metadata and controls

27 lines (20 loc) · 607 Bytes
title Home
layout home
nav_order 1

Club Documentation

Welcome to the club documentation site. Use this space for member guides, event notes, operating procedures, and shared resources.

Quick Links

  • [Getting Started]({{ '/docs/getting-started/' | relative_url }})
  • [Membership]({{ '/docs/membership/' | relative_url }})
  • [Events]({{ '/docs/events/' | relative_url }})

Contributing

Documentation pages are written in Markdown. Add new pages to the docs folder and include front matter at the top of each file:

---
title: Page Title
layout: default
nav_order: 10
---