Skip to content

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.

    git clone https://github.com/Kptweedy/Tutorials.git
    

  • Inside the repository create a virtual environment.

    python -m venv venv
    

  • Activate the virtual environment.

.\venv\Scripts\Activate.ps1
source /venv/bin/activate
  • Upgrade pip.

    python -m pip install --upgrade pip
    

  • Install mkdocs-material and the plugins it needs.

    python -m pip install mkdocs-material mkdocs-open-in-new-tab mkdocs-glightbox
    

  • Run the server and head to http://localhost:8000

    mkdocs serve
    

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
    • Character Setup, finish making it informational and get rid of old guide.
    • Level Setup, make simple al material setup guide at the bottom.
  • 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.

  • Inspiration Gallery.

  • Finish custom theming.