> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.hikamoru.ru/llms.txt.
> For full documentation content, see https://docs.hikamoru.ru/llms-full.txt.

# Edit your docs

[Fern Editor](https://dashboard.buildwithfern.com/) is a browser-based visual editor for your documentation. Edit pages, add components, and publish changes — all without leaving your browser. No Git, markdown, or local setup required.

Perfect for content writers, product managers, and marketers who want to contribute to docs without needing a developer environment.

<a href="https://dashboard.buildwithfern.com/">
  <Button intent="primary" rightIcon="arrow-right">
    Open Fern Editor
  </Button>
</a>

## What Fern Editor can do

<CardGroup cols={2}>
  <Card title="Rich text editing" icon="duotone edit">
    Write and edit like you would in Notion or Google Docs — no markdown required
  </Card>

  <Card title="Built-in components" icon="duotone puzzle-piece">
    Create and edit Callouts, Cards, Tabs, and more directly from the UI
  </Card>

  <Card title="GitHub-backed workflow" icon="duotone code-compare">
    Every change becomes a pull request with full code review and CI checks
  </Card>

  <Card title="Dev mode" icon="duotone code">
    Drop into the source code from the editor when you need more control
  </Card>
</CardGroup>

## Other ways to edit

You can also use the command-line interface (CLI) or Fern Writer to edit your docs.

<CardGroup cols={2}>
  <Card title="Fern CLI" icon="duotone terminal" href="https://buildwithfern.com/learn/cli-api-reference/cli-reference/overview">
    Preview and publish docs from the command line
  </Card>

  <Card title="Fern Writer" icon="duotone wand-magic-sparkles" href="https://buildwithfern.com/learn/docs/ai-features/writer">
    AI-powered writing assistant for your documentation
  </Card>
</CardGroup>