Thanks for helping improve the TEdit docs!
git clone https://github.com/TEdit/tedit-docs.git
cd tedit-docs
npm install
npm startThe dev server runs at http://localhost:3000 with hot reload.
- Fork the repository
- Create a branch (
git checkout -b fix/typo-in-toolbar) - Edit the relevant files in
docs/(TEdit 5) orversioned_docs/version-4/(TEdit 4) - Verify your changes build:
npm run build - Submit a pull request
docs/— TEdit 5 (current version)versioned_docs/version-4/— TEdit 4 (archived)static/img/v5/— TEdit 5 screenshotsstatic/img/v4/— TEdit 4 screenshotssidebars.js— Sidebar navigation for TEdit 5versioned_sidebars/— Sidebar navigation for TEdit 4
- Keep language clear and concise — our audience ranges from ages 12 to 50
- Use tables for reference data, not long paragraphs
- Add screenshots to
static/img/v5/<category>/and reference them as/img/v5/<category>/filename.png - Use Docusaurus admonitions (
:::tip,:::warning,:::danger,:::info) where appropriate - Test your changes with
npm run buildbefore submitting — broken links will fail the build
This project is licensed under the Microsoft Public License (MS-PL).