---
title: "Reading the docs"
---
# Reading the docs
The documentation in MHSF has some special symbols used in the docs that might be useful to know.
## Icons
When looking at a link, there will be symbols used that indicate where the link is going: *(these apply to the whole site)*
- indicates the link will link to the [official Minehut wiki](Wiki:/)
- indicates the link will link to another page on the docs
- indicates the link will go to an external site
When contributing, these links are as follows:
```
Wiki:
Docs:
Special:Root (links back to /)
https://example.com
**Example:**
[Ranks](Wiki:Ranks)
[Getting Started](Docs:Getting-started)
https://google.com
```
The icons above will be automatically added when using the syntax above.
The source code for above is stored [here](Special:GitHub/edit/main/src/components/misc/Link.tsx)