Skip to content

Commit c126310

Browse files
committed
Add docs
1 parent ca47350 commit c126310

File tree

5 files changed

+74
-0
lines changed

5 files changed

+74
-0
lines changed

docs/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Template specific files
2+
*.sh
3+
_site/
4+
.jekyll-metadata
5+
Gemfile.lock
6+
Gemfile
7+
8+
# Add your own files to be ignored from git in here

docs/_config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This theme is based on https://github.com/jekyll/minima
2+
# Please refer above link to know the available configurations
3+
4+
title: "EventStack - Event Management System"
5+
remote_theme: cepdnaclk/eYY-project-theme
6+
description: "EventStack is a full-stack event management platform with role-based access for Users, Organizers, and Admins. It supports event discovery, event creation, expense tracking, Budget Bot insights, and complete system administration."
7+
markdown: kramdown
8+
9+
kramdown:
10+
parse_block_html: true
11+
syntax_highlighter_opts:
12+
block:
13+
line_numbers: false
14+
15+
# Enable mermaid diagrams
16+
mermaid:
17+
enabled: true

docs/_includes/head-custom.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<link rel="stylesheet" href="{{ '/assets/css/custom.css' | relative_url }}">
2+
<script src="https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.min.js"></script>
3+
<script>
4+
mermaid.initialize({ startOnLoad: true, theme: 'default' });
5+
</script>

docs/data/index.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"visibility" : true,
3+
"title": "EventStack - Event Management System",
4+
"description": "EventStack is a full-stack event management platform with role-based access for Users, Organizers, and Admins. It supports event discovery, event creation, expense tracking, Budget Bot insights, and complete system administration.",
5+
"team": [
6+
{
7+
"name": "ANANTHASAGARAN N.",
8+
"email": "e21031eng.pdn.ac.lk",
9+
"eNumber": "E/21/031"
10+
},
11+
{
12+
"name": "H.K.N.Erandi",
13+
"email": "[email protected]",
14+
"eNumber": "E/21/127"
15+
},
16+
{
17+
"name": "Jarshigan K.",
18+
"email": "[email protected]",
19+
"eNumber": "E/21/188"
20+
},
21+
{
22+
"name": "Pavindran V.",
23+
"email": "[email protected]",
24+
"eNumber": "E/21/283"
25+
},
26+
{
27+
"name": "SANJEEVAN U.",
28+
"email": "[email protected]",
29+
"eNumber": "E/21/356"
30+
},
31+
{
32+
"name": "SUTHAIL A.L.M.",
33+
"email": "[email protected]",
34+
"eNumber": "E/21/395"
35+
}
36+
],
37+
"supervisors": [
38+
{
39+
"name": "Ms. Yasodha Vimukthi",
40+
"email": "[email protected]"
41+
}
42+
],
43+
"tags": []
44+
}

docs/images/sample.png

2.79 KB
Loading

0 commit comments

Comments
 (0)