Skip to content

ReDeathmatch/ReDeathmatch.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

logo

You've found the ReDeathmatch_AMXX documentation GitHub repository, which contains the content for the ReDeathmatch_AMXX documentation.

If you are looking for the ReDeathmatch_AMXX product GitHub repository, you can find it here.

Documentation Issues

To enter documentation bugs, please create a new GitHub issue. Please check if there is an existing issue first.

If you think the issue is with the ReDeathmatch_AMXX product itself, please enter issues in the ReDeathmatch_AMXX product repo here.

Workflow

  • For small changes, use the "Edit" button on each page to edit the Markdown file directly on GitHub.
  • If you plan to make significant changes or preview the Markdown files in VS Code, clone the repo to edit and preview the files directly in VS Code. Alt text

Manual with Python

  1. Install Python and deps for MkDocs

  2. Activate python virtual env

    source venv/Scripts/activate
  3. Previewing as you write

    mkdocs serve

or Docker image use

docker run --rm -it -p 8000:8000 -v /${PWD}:/docs squidfunk/mkdocs-material

Now you can open local MkDocs server: http://127.0.0.1:8000/