Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed docs/.gitbook/assets/image (3).png
Binary file not shown.
Binary file removed docs/.gitbook/assets/image (6) (1).png
Binary file not shown.
Binary file removed docs/.gitbook/assets/image (6).png
Binary file not shown.
Binary file removed docs/.gitbook/assets/image (8).png
Binary file not shown.
20 changes: 20 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ A Job is the term used to refer to a smart contract that wishes an external enti

Credits are used to pay keepers for their work. A job can either top up your credits [with tokens](tokenomics/job-payment-mechanisms/token-payments.md), or by mining credits with time by [staking liquidity](tokenomics/job-payment-mechanisms/credit-mining.md).

### Local Development

```
yarn
yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
62 changes: 0 additions & 62 deletions docs/SUMMARY.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};
2 changes: 0 additions & 2 deletions docs/cli/introduction.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/cli/jobs.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/cli/keepers.md

This file was deleted.

224 changes: 0 additions & 224 deletions docs/core/jobs.md

This file was deleted.

56 changes: 0 additions & 56 deletions docs/core/keepers.md

This file was deleted.

Loading