Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmh committed Oct 16, 2024
1 parent c3f5692 commit ef2da97
Show file tree
Hide file tree
Showing 6 changed files with 16,388 additions and 1,313 deletions.
1 change: 0 additions & 1 deletion .well-known/funding-manifest-urls

This file was deleted.

2 changes: 2 additions & 0 deletions DocsV2/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ module.exports = {
text: 'Home',
link: '/'
}],
repo: "https://github.com/jamesmh/coravel",
repoLabel: 'On GitHub',
sidebar: [{
title: 'Getting Started',
collapsable: false,
Expand Down
4 changes: 0 additions & 4 deletions DocsV2/docs/.vuepress/public/funding.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
"webpageUrl": {
"url": "https://docs.coravel.net"
},
"repositoryUrl": {
"url": "https://github.com/jamesmh/coravel",
"wellKnown": "https://github.com/jamesmh/coravel/blob/master/.well-known/funding-manifest-urls"
},
"licenses": ["spdx:MIT"],
"tags": ["dotnet", "scheduler", "queuing", "mailing", "caching", "background"]
}],
Expand Down
8 changes: 4 additions & 4 deletions DocsV2/docs/Installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ meta:
content: dotnet ".NET task scheduling" ".NET scheduler" ".NET Queue" ".NET Queuing" ".NET Caching" Coravel
---

## GitHub

[You can visit the GitHub repo here.](https://github.com/jamesmh/coravel)

# Installation

[[toc]]
Expand All @@ -22,10 +26,6 @@ Coravel requires the nuget package `Coravel` to get started.

`dotnet add package coravel`

## GitHub

[You can visit the GitHub repo here.](https://github.com/jamesmh/coravel)

## Extras

### Coravel CLI
Expand Down
Loading

0 comments on commit ef2da97

Please sign in to comment.