Contributing
This guide explains how to contribute to the TCAT Wiki.
Note that, while external contributions are welcome, this guide is primarily intended for use by TCAT/GS staff.
For a list of all guides on the TCAT Wiki, refer to the Guides List.
Full Installation and Setup (Windows 10/11)
This section of the guide explains how to set up a Windows environment for contributing to the TCAT Wiki.
Legend
- Keyboard shortcut to press | Action
(Shift
+C
) | Copy
- Command to enter into terminal
[someCommand --arguments \<path>
]
Prerequisites
-
Install Visual Studio Code
-
Install YAML plugin
-
Install Markdown All in One plugin
-
Install mkdocs-material
-
In Powershell terminal:
[
pip install mkdocs-material
] -
Install image processing dependencies
-
In Powershell terminal:
[
pip install "mkdocs-material[imaging]"
] -
Install MSYS2
-
In UCRT64 terminal:
-
Install cairo:
[
pacman -S mingw-w64-ucrt-x86_64-cairo
] -
Install pngquant:
[
pacman -S mingw-w64-ucrt-x86_64-pngquant
]
-
-
Add to PATH:
[
C:\msys64\ucrt64\bin
]
-
Setup
- Using VS Code, clone [
https://github.com/TaskarCenterAtUW/tcat-wiki
]
Editing Instructions
Refer to the documentation for Material for MkDocs and the MkDocs User Guide.