Skip to content

Divisionic/HD2-Modding-Wiki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helldivers 2 Modding Wiki

The Modding Wiki Site for Helldivers 2

Go to the site Here

Contributing to the Site

Note

This is a tutorial about developing in VSCode. If you do not have VSCode, install it Here. VSCode is not explicitly required but it is extremely useful for development with it's integrations with Github.

  1. Create a fork of the repository
  2. Copy the link to your forked page
  3. Open VSCode and go to the Source Control Tab
  4. Click clone repository and paste the link to your fork

Now that your fork is setup, you can start developing. Vitepress General Guide

You will have to run these next commands in the terminal to get things going. To open the terminal go to View > Terminal in the file bar at the top of the window.

To install dependencies:

npm ci

Note

If you encounter any errors with npm, it is likely because you do not have nodejs installed. Install Nodejs Here

Run a preview of the wiki locally:

npm run docs:dev

Once your changes have been made, you can create a pull request in the Source Control Tab.

Helpful Guidelines for Contributing

Vitepress Writing Guide

Basic Markdown Tutorial

Github Markdown Tutorial

  • All guides are markdown (.md) files placed in the /docs/ folder.
  • Properly Organize your guides into proper folders. Try not to nest too many folders.
  • Keep all of your image content in the /docs/.vitepress/public/images/ folder. You can create a sub folder in this directory for each page you write.

About

The Modding Wiki Site for Helldivers 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors