Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 2.3 KB

README.md

File metadata and controls

60 lines (35 loc) · 2.3 KB

Mathesar Wiki

This repository holds the source content for Mathesar's wiki, as published to:

https://wiki.mathesar.org/

Table of Contents

Preview your edits locally

  1. Install requirements.

    pip install -r requirements.txt
    
  2. Start MkDocs

    mkdocs serve -a localhost:9000
    
  3. Preview the docs at http://localhost:9000

  4. Keep mkdocs running while you edit and your local preview will refresh automatically.

Contribution process

  • Mathesar maintainers are encouraged to push small commits directly to master.

  • Community contributors may suggest changes by opening PRs.

Reference

See also