Move docs to Gitea wiki; point README links at wiki
This commit is contained in:
@@ -24,8 +24,8 @@ a web UI for sharing text and small files
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
|  |  |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
## Get Started
|
||||
|
||||
@@ -66,17 +66,17 @@ go build -o palette .
|
||||
|
||||
An `/admin` page exists for runtime settings, protected by a key set at
|
||||
install (`PALETTE_ADMIN_KEY` env var) and resettable locally — see
|
||||
[docs/API.md](docs/API.md) and [docs/design/](docs/design/) for details.
|
||||
[API](https://git.archfox.org/poslop/palette/wiki/API) and the [design docs](https://git.archfox.org/poslop/palette/wiki/Home) in the wiki for details.
|
||||
|
||||
## API
|
||||
|
||||
Full REST API: [docs/API.md](docs/API.md). One example:
|
||||
Full REST API: [wiki/API](https://git.archfox.org/poslop/palette/wiki/API). One example:
|
||||
|
||||
```bash
|
||||
curl -X POST http://localhost:8080/api/pastes -d '{"content":"hello"}'
|
||||
```
|
||||
|
||||
Design docs: [docs/design/](docs/design/).
|
||||
Design docs: [wiki/design](https://git.archfox.org/poslop/palette/wiki/design/attachments-storage) (e2e encryption, attachments & storage, cookie preferences).
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user