# Doctopus

The simplest way to write beautiful documentation.

Write Markdown files in your `docs` directory. Run `doctopus` to generate a static site. Done.

You get a static HTML site that is easy to read fro both humans and AIs.

If you need a more complex homepage, you can write it in React instead of Markdown.
Just create a `index.tsx` file in the `docs` directory and export an `App` component.

## Installation

```bash
go install codeberg.org/tsukinoko-kun/doctopus@latest
```

You need to have Go and a C compiler installed.
