Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
update: readme 🔒
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFlag committed Jan 29, 2024
1 parent 68aede7 commit 9848c92
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 143 deletions.
34 changes: 34 additions & 0 deletions README.md
@@ -0,0 +1,34 @@
# 🔒 Former Aiven Documentation

> [!IMPORTANT]
> This repository used to be the main documentation of Aiven.
>
> The content has been migrated to https://github.com/aiven/aiven-docs.
## Building the docs

1. We recommend using a [virtual environment](https://docs.python.org/3/library/venv.html):

```bash
python3 -m venv venv
```

1. Activate your virtual environment:

```bash
source venv/bin/activate
```

1. Install the dependencies:

```bash
pip install -r requirements.txt
```

1. Build a local preview:

```bash
make livehtml
```

See the output on [http://localhost:8000](http://localhost:8000).
143 changes: 0 additions & 143 deletions README.rst

This file was deleted.

0 comments on commit 9848c92

Please sign in to comment.