Quickstart
How to upload files on this site/project
Requirements
- Gitlab account (signed as a developer in HighEldersRealm)
- IDE or editor (IntelliJ recommended)
Configuration
- In IntelliJ
Go to Settings -> Settings... (Alternative: STRG + ALT + S)
Version Control -> GitLab -> Click on the + Symbol
Server: https://gitlab.com -> Generate TOKEN (it takes you to the GitLab Token page)
On the GitLab Token page you need to give you following Rights: api, read_api, read_user, read_repository, write_repository
Blue Button generate TOKEN
Copy TOKEN ->
Now paste it in and press Log In->
Now you need to download the Vitepress project from GitLab ->
STRG + V ->
and press Clone
-> Now you can start editing
After editing and/or adding files
⚠️ Warning: Make sure your current project is updated!
Press (Alt + 9) -> Right-click 'local main' -> Update
Create Branch and Merge Request
- Press (Alt + 0)
- On your left side a commit window should appear
- Changed files appear blue and new files green
- ⚠️ Only place a check mark on your green files if needed
- ⚠️ Only place a check mark on the blue files if there are only necessary changes.
- ⚠️ If files are not listed because they haven't been added to the local git, you can find them under unversioned files. The two rules above also apply to this
-> Provide a meaningful commit message -> Press Commit and Push... -> a new window will appear -> You can't push to main, so you need to create a new branch. To do so, click on main (choose a name) and then Push
-> Now, on the GitLab page for the VitePress project, a notice with the "Create merge request" button should appear at the top
-> Provide a meaningful description -> Assign Malik Jakupi and create merge request
The project owner will approve the request if there are no issues.
Thank you for your future contributions