Thank you for your interest in improving the Promised Worlds Wiki!
This is a curated documentation project for the Promised Worlds mod for Kerbal Space Program. Contributions are welcome via pull requests and will be reviewed before merging.
-
Fork the repository.
-
Create a branch for your changes.
-
Run the site locally with:
pip install mkdocs mkdocs-material mkdocs serve
-
Make your edits in the
docs/folder. -
Ensure pages are:
- Linked in
mkdocs.ymlnavigation. - Accurate to the current version of Promised Worlds.
- Include images in the
docs/assets/folder where applicable.
- Linked in
-
Commit and push your changes.
-
Open a pull request describing:
- What you changed.
- Which Promised Worlds version the changes apply to.
- Any corrections or new content added.
- Keep content clear, concise, and engaging.
- Use proper markdown formatting.
- Place images in the
docs/assets/folder and reference them with relative paths. - When documenting celestial bodies, include:
- Physical characteristics
- Orbital parameters
- Notable features
- Gameplay tips where relevant
If you find a mistake, outdated information, or a missing topic:
- Open an issue with as much detail as possible.
- Include the Promised Worlds version you are using.
- Provide screenshots or references where relevant.