Skip to content

Commit fc2dac6

Browse files
authored
Merge pull request #25 from HackUCF/copilot/fix-24
Make AUP more visible by adding to navigation and homepage
2 parents 42199d5 + f537a17 commit fc2dac6

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1+
2+
# MkDocs build output
13
site/
4+
5+
# Python
6+
__pycache__/
7+
*.pyc
8+
*.pyo
9+
*.pyd
10+
.Python
11+
env/
12+
venv/
13+
.venv/
14+
.env
15+
16+
# OS
17+
.DS_Store
18+
Thumbs.db
19+
20+
21+

docs/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Welcome to HackUCF Private Cloud Wiki
22

3+
4+
!!! warning "Important: Acceptable Use Policy"
5+
Before using the HackUCF Private Cloud Platform, please review and agree to our [**Acceptable Use Policy (AUP)**](./misc/aup.md). All users must comply with these terms and conditions.
6+
7+
If you are here for the first time go to [HERE](./guides/Overview of OpenStack GUI.md)
8+
39
## What is HackUCF Private Cloud?
410

11+
512
HackUCF Private Cloud (PCV2) is a student-managed OpenStack cloud infrastructure that provides University of Central Florida students and faculty with hands-on experience in cloud computing technologies. Our private cloud offers virtualized compute resources, networking, and storage services in a controlled educational environment.
613

714
## Key Features

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ nav:
5353
- "Troubleshooting": "guides/Troubleshooting.md"
5454
- "Linux Cyberlab Secure": "guides/Linux Cyberlab Secure.md"
5555
- "How to use Virtual Networks": "guides/How to use Virtual Networks.md"
56+
- "Acceptable Use Policy": "misc/aup.md"
5657
#extra_css:
5758
# - stylesheets/extra.css
5859
plugins:

0 commit comments

Comments
 (0)