> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.another-horizon.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Web editor overview

> Edit and publish documentation in your browser with real-time previews and Git synchronization.

<img className="block dark:hidden my-0 pointer-events-none" src="https://mintcdn.com/anotherhorizon/UHlRmQ8bvjzUmdum/images/editor/editor-light.png?fit=max&auto=format&n=UHlRmQ8bvjzUmdum&q=85&s=c480396fe8f9017edc950336a8d6f963" alt="Decorative image in light mode" width="1184" height="320" data-path="images/editor/editor-light.png" />

<img className="hidden dark:block my-0 pointer-events-none" src="https://mintcdn.com/anotherhorizon/UHlRmQ8bvjzUmdum/images/editor/editor-dark.png?fit=max&auto=format&n=UHlRmQ8bvjzUmdum&q=85&s=f0fd3c8f120fcd13a28144febbf700ce" alt="Decorative image in dark mode" width="1184" height="320" data-path="images/editor/editor-dark.png" />

Create and edit documentation directly in your browser with the web editor. Work on content visually to see real-time previews or in Markdown; manage your site structure with drag-and-drop components; and publish changes using Git workflows.

## Key features

* **Visual and Markdown editing**: Switch between visual and Markdown modes as you work.
* **Drag-and-drop navigation**: Organize your site structure visually without editing configuration files.
* **Built-in media manager**: Upload and organize images and assets.
* **Git synchronization**: All changes sync automatically with your documentation repository.
* **Branch workflows**: Work on feature branches and create pull requests for review.
* **Team collaboration**: Multiple team members can work simultaneously with preview deployments.

## Get started

<Card title="Create and edit pages" icon="notebook-pen" horizontal href="/editor/pages">
  Create, edit, and organize pages.
</Card>

<Card title="Organize navigation" icon="list-tree" horizontal href="/editor/navigation">
  Structure your site navigation.
</Card>

<Card title="Add media" icon="image" horizontal href="/editor/media">
  Upload and use images in your documentation.
</Card>

## Publish and collaborate

<Card title="Publish changes" icon="rocket" horizontal href="/editor/publish">
  Save and publish your documentation updates.
</Card>

<Card title="Collaborate" icon="users" horizontal href="/editor/collaborate">
  Work with teams using branches and pull requests.
</Card>

## Reference

<Card title="Configurations" icon="settings" horizontal href="/editor/configurations">
  Configure site branding, colors, and features.
</Card>

<Card title="Keyboard shortcuts" icon="keyboard" horizontal href="/editor/keyboard-shortcuts">
  Speed up your workflow with keyboard shortcuts.
</Card>
