Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.07 KB

File metadata and controls

39 lines (26 loc) · 1.07 KB

TEdit Documentation

Official documentation for TEdit — the Terraria Map Editor.

Live site: https://docs.tedit.dev

Versions

  • TEdit 5 (current) — New Fluent Design UI, scripting engine, find/filter panels, auto-update
  • TEdit 4 (archived) — Legacy documentation preserved via version switcher

Development

Built with Docusaurus 3.

npm install
npm start        # Dev server at http://localhost:3000
npm run build    # Production build

Structure

docs/               # TEdit 5 documentation (current version)
versioned_docs/     # TEdit 4 documentation (snapshotted)
static/img/v4/      # TEdit 4 screenshots
static/img/v5/      # TEdit 5 screenshots

Contributing

Pull requests welcome. For major changes, open an issue first.

Links