Navigating Gitea¶
Now that you have an account, let's learn how to find your way around our Git hosting platform. This page will show you the key areas you'll use most often.
The Project Homepage¶
When you open our project on Gitea, you'll see several important areas:
Step 1: Understand the Main Sections¶
- Files Tab - Shows all the files in our project (this is where you'll spend most of your time)
- Issues Tab - Where we track problems, suggestions, and planned improvements
- Pull Requests Tab - Where people submit changes for review
- Wiki Tab - Additional documentation (if we use it)
Step 2: Explore the Files¶
- Click on the "Files" tab if you're not already there
- You'll see a list of folders and files
- Click on
mkdocs
thendocs
to see the website content - Click on any
.md
file to see its contents
Step 3: Learn the File View¶
When viewing a file, you'll see:
- Raw content - The actual text with special formatting codes
- Edit button (pencil icon) - Click this to make changes
- History button - See who changed what and when
- Download button - Save a copy to your computer
Key Areas to Know¶
The Repository Root¶
This is the main folder containing everything. Key items:
mkdocs/docs/
- Website content goes hereREADME.md
- Project description and instructionsdocker-compose.yml
- Technical setup file (don't worry about this)
The Docs Folder¶
This is where you'll make most changes:
index.md
- The homepage content- Individual
.md
files - Other pages on the website blog/
folder - Blog posts and newsassets/
folder - Images and files
Practice Navigation¶
Try these steps to get comfortable:
- Start at the project homepage
- Click into
mkdocs
→docs
- Open
index.md
to see the homepage content - Click the "back" button to return to the docs folder
- Try opening another
.md
file
What's Next?¶
Now that you can find your way around, let's make your first edit: Make Your First Edit.
Video Tutorial¶
[Administrator: Add a video tutorial showing how to navigate through Gitea's interface and find files]
Quick Reference¶
- Project home: All tabs and main project info
- Files: Browse and edit website content
- Issues: Report problems or suggest improvements
- Pull requests: Submit changes for review
- Edit button: Pencil icon next to any file