Skip to content

Commit f0880fe

Browse files
aqilazizsteve-chavez
authored andcommitted
docs: remove old pg_net docs site
1 parent 88e692d commit f0880fe

8 files changed

Lines changed: 3 additions & 244 deletions

File tree

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Contributing
2+
13
pg_net is OSS. PR and issues are welcome.
24

35

@@ -94,26 +96,3 @@ $ net-loadtest 1000 200
9496
| 2.001 | 4 | 20.418 | 437.566 |
9597
| 3.002 | 3 | 20.418 | 437.566 |
9698
```
97-
98-
## Documentation
99-
100-
All public API must be documented. Building documentation requires python 3.6+
101-
102-
103-
### Install Dependencies
104-
105-
Install mkdocs, themes, and extensions.
106-
107-
```shell
108-
pip install -r docs/requirements_docs.txt
109-
```
110-
111-
### Serving
112-
113-
To serve the documentation locally run
114-
115-
```shell
116-
mkdocs serve
117-
```
118-
119-
and visit the docs at [http://127.0.0.1:8000/pg_net/](http://127.0.0.1:8000/pg_net/)

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Requires libcurl >= 7.83. Compatible with PostgreSQL > = 12.
88
[![Coverage Status](https://coveralls.io/repos/github/supabase/pg_net/badge.svg)](https://coveralls.io/github/supabase/pg_net)
99
[![Tests](https://github.com/supabase/pg_net/actions/workflows/main.yml/badge.svg)](https://github.com/supabase/pg_net/actions)
1010

11-
**Documentation**: [https://supabase.github.io/pg_net](https://supabase.github.io/pg_net)
12-
1311
---
1412

1513
# Contents
@@ -558,4 +556,4 @@ The above function can be called using cron jobs or manually to retry failed req
558556

559557
# Contributing
560558

561-
Checkout the [Contributing](docs/contributing.md) page to learn more about adding to the project.
559+
Checkout the [Contributing](CONTRIBUTING.md) page to learn more about adding to the project.

docs/api.md

Lines changed: 0 additions & 140 deletions
This file was deleted.

docs/assets/favicon.ico

-14.7 KB
Binary file not shown.

docs/index.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/installation.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/requirements_docs.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

mkdocs.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)