Skip to content
/ CTT Public
forked from Aetopia/CTT

Converts webhooks into .MD for synchronized documentation on CTT's Discord and GitHub pages

License

Notifications You must be signed in to change notification settings

Hzqkii/CTT

 
 

Repository files navigation

CTT Wiki

WIP wiki for CTT, made with MkDocs Material.

Contributing

Join CTT and come discuss with us on the CTT Wiki forum post.

Useful Resources:

To locally host the website do the following:

  1. Install Python via your preferred method could be a package manager or installer.

    [!NOTE] If you are on Linux, make sure to install PIP.

  2. Run the following command in your terminal in the root directory of the repository to install the required dependencies:
    Windows:

    python -m pip install -r requirements.txt  
    

    Linux:

    python3 -m pip install -r requirements.txt 
    
  3. Run the following command to host the website locally for developement purposes:
    Windows:

    python -m mkdocs serve
    

    Linux:

    python3 -m mkdocs serve
    

About

Converts webhooks into .MD for synchronized documentation on CTT's Discord and GitHub pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%