Skip to content

Commit

Permalink
docsify (#499)
Browse files Browse the repository at this point in the history
docsify
  • Loading branch information
timgit authored Sep 27, 2024
1 parent 5aeb999 commit 8974856
Show file tree
Hide file tree
Showing 23 changed files with 1,024 additions and 1,247 deletions.
72 changes: 0 additions & 72 deletions .github/workflows/pages.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pg-boss relies on [SKIP LOCKED](https://www.2ndquadrant.com/en/blog/what-is-sele
This will likely cater the most to teams already familiar with the simplicity of relational database semantics and operations (SQL, querying, and backups). It will be especially useful to those already relying on PostgreSQL that want to limit how many systems are required to monitor and support in their architecture.


## Summary
## Summary <!-- {docsify-ignore-all} -->
* Exactly-once job delivery
* Create jobs within your existing database transaction
* Backpressure-compatible polling workers
Expand All @@ -67,7 +67,7 @@ yarn add pg-boss
```

## Documentation
* [Docs](docs/readme.md)
* [Docs](https://timgit.github.io/pg-boss/)

## Contributing
To setup a development environment for this library:
Expand Down
15 changes: 0 additions & 15 deletions docs/.gitignore

This file was deleted.

Empty file added docs/.nojekyll
Empty file.
7 changes: 0 additions & 7 deletions docs/Gemfile

This file was deleted.

93 changes: 0 additions & 93 deletions docs/Gemfile.lock

This file was deleted.

6 changes: 2 additions & 4 deletions docs/index.md → docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# pg-boss Docs

Queueing jobs in Postgres from Node.js like a boss.

[![npm version](https://badge.fury.io/js/pg-boss.svg)](https://badge.fury.io/js/pg-boss)
Expand Down Expand Up @@ -42,7 +40,7 @@ pg-boss relies on [SKIP LOCKED](https://www.2ndquadrant.com/en/blog/what-is-sele
This will likely cater the most to teams already familiar with the simplicity of relational database semantics and operations (SQL, querying, and backups). It will be especially useful to those already relying on PostgreSQL that want to limit how many systems are required to monitor and support in their architecture.


## Summary
## Summary <!-- {docsify-ignore-all} -->
* Exactly-once job delivery
* Create jobs within your existing database transaction
* Backpressure-compatible polling workers
Expand All @@ -69,7 +67,7 @@ yarn add pg-boss
```

## Documentation
* [Docs](docs/readme.md)
* [Docs](https://timgit.github.io/pg-boss/)

## Contributing
To setup a development environment for this library:
Expand Down
11 changes: 0 additions & 11 deletions docs/_config.yml

This file was deleted.

14 changes: 14 additions & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
* [Home](/)
* [Introduction](introduction.md)
* [Install](install.md)
* API
* * [Constructor](./api/constructor.md)
* * [Events](./api/events.md)
* * [Operations](./api/ops.md)
* * [Queues](./api/queues.md)
* * [Jobs](./api/jobs.md)
* * [Scheduling](./api/scheduling.md)
* * [PubSub](./api/pubsub.md)
* * [Workers](./api/workers.md)
* * [Utils](./api/utils.md)
* [SQL](sql.md)
Loading

0 comments on commit 8974856

Please sign in to comment.