Contributing
How to contribute
To learn how to write in markdown reference this markdown guide.
To learn how to use github reference this short video or if you would like to learn more reference this long video.
If you need any help or want any questions answered mention @Krab (me) in the discord.
MkDocs-Material Documentation.
To host a locally hosted development site first make sure that you have the latest python installed and it is in your path.
-
Clone the repository.
-
Inside the repository create a virtual environment.
-
Activate the virtual environment.
-
Upgrade pip.
-
Install mkdocs-material and the plugins it needs.
-
Run the server and head to http://localhost:8000
Submitting a pull request
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request
TODO
- Warframe Guides Introduction, make it worth reading.
- FAQ, redo faq to be better structured + record videos.
- Extractor, advanced cli info.
- Internal Names, add new frames since whenever the last update was
- Tools, is this even useful?
- Model Guides
- Shader Introduction, add information pretaning to shaders, maybe a guide for porting them to blender using impux.
- Pruu Shader, make it readable and add guides on how to setup.
- Baking Guide record video and add more edge cases.
- Valkyrie Shader pester valk.
-
General Clean-up of files and pages.
-
Grammar, Punctuation and readability pass.
-
Finish custom theming.