Move lego wiki to team wiki authored by kez's avatar kez
# Lego
This repository contains templates, models, assets, databags, and lektor plugins used by many of the lektor sites. It's intended to be added as a submodule, to keep the style and assets up-to-date between sites.
You won't use this repo directly. You'll usually clone it as a submodule:
```
git clone https://gitlab.torproject.org/tpo/web/tpo
cd tpo
git submodule update --init
# or
git clone --recurse-submodules https://gitlab.torproject.org/tpo/web/tpo
```
Some parts of lego are modular, and let you pick which functionality you want. Those parts have their own documentation:
- [plugins](plugins.md)
- [robots.txt](robots.txt)
This wiki has been moved to the [tpo/web/team/ lego wiki page](https://gitlab.torproject.org/tpo/web/team/-/wikis/lego)