This is the GitHub repository for the Tabular Editor documentation site, https://docs.tabulareditor.com. The repository contains documentation articles for both the open-source Tabular Editor 2.x as well as the commercial Tabular Editor 3, including articles for common features and C# scripting documentation.
The site uses DocFX and GitHub flavoured markdown for all articles.
All contributions are welcome. We will review all pull requests submitted.
To test your changes locally:
- Make sure DocFX is installed.
- Run
gen_redirects.pyin the root of the project. - Run
docfx --servein the root of the project.