Skip to content

Commit

Permalink
Fix URLS
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Dec 10, 2024
1 parent 6106aeb commit e4e39ee
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/blog/contributor-spotlight-ankit-jain.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Outside of work, I'm a huge fan of Iron Maiden, Metallica, and other metal bands

I've been using Mockoon for about one year now, initially for a client project but later integrating it into my personal projects. One aspect I'm particularly proud of is my contributions to the faker request helpers. Collaborating on these pull requests with Guillaume (editor's note: our founder) has been a rewarding experience, and I've enjoyed enhancing the functionality of Mockoon through these contributions.

> 💡 Ankit notably added support for JSON path in [release v5.0.0](http://localhost:3000/releases/5.0.0#jsonpath-support) and helped us migrate to Faker.js v8 in [release v5.1.0](http://localhost:3000/releases/5.1.0#fakerjs-v8-migration-%EF%B8%8F-potentially-breaking)
> 💡 Ankit notably added support for JSON path in [release v5.0.0](/releases/5.0.0#jsonpath-support) and helped us migrate to Faker.js v8 in [release v5.1.0](/releases/5.1.0#fakerjs-v8-migration-%EF%B8%8F-potentially-breaking)
### What inspired you to contribute to a project like Mockoon and open-source in general?

Expand Down
2 changes: 1 addition & 1 deletion content/blog/five-years-2022-retrospective.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Since the last blog post, we've released several major updates and new features

☁️ We also released a new [serverless package](/serverless/), allowing users to use their mock APIs in serverless environments (Firebase Functions, AWS Lambda, etc.).

🪣 Finally, we introduced [data buckets](http://localhost:3000/tutorials/use-persisting-data-buckets/), a powerful key-value store available in each environment. Data buckets are persistent and generated when the server starts. This feature will make the development of CRUD and GraphQL routes easier in the future.
🪣 Finally, we introduced [data buckets](/tutorials/use-persisting-data-buckets/), a powerful key-value store available in each environment. Data buckets are persistent and generated when the server starts. This feature will make the development of CRUD and GraphQL routes easier in the future.

### 🆕 And after?

Expand Down
76 changes: 76 additions & 0 deletions public/funding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "owner",
"name": "Mockoon",
"email": "team@mockoon.com",
"description": "We are building Mockoon, a set of open-source API mocking tools for developers. Created in 2017 by Guillaume Monnet, it has since grown to be used by thousands of developers worldwide. Mockoon is a free and open-source project, and we rely on donations to keep it running and improving. We are also providing consulting and cloud services to help sustain the project.",
"webpageUrl": {
"url": "https://mockoon.com"
}
},
"projects": [
{
"guid": "mockoon",
"name": "Mockoon",
"description": "Mockoon is a set of open-source API mocking tools for developers, including a desktop app and various libraries. It is available for Windows, macOS, and Linux. ",
"webpageUrl": {
"url": "https://mockoon.com"
},
"repositoryUrl": {
"url": "https://github.com/mockoon/mockoon",
"wellKnown": "https://github.com/mockoon/mockoon/blob/main/.well-known/funding-manifest-urls"
},
"licenses": ["spdx:MIT"],
"tags": ["api", "api-mocking", "developer-tools", "data"]
}
],
"funding": {
"channels": [
{
"guid": "company-bank",
"type": "bank",
"description": "Will accept bank transfers. Please e-mail us for details."
},
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/mockoon",
"description": "We accept donations via GitHub Sponsors."
}
],
"plans": [
{
"guid": "platinum-sponsor",
"status": "active",
"name": "Platinum Sponsor",
"description": "This contribution helps us cover the cost of running the project.",
"amount": 250,
"currency": "USD",
"frequency": "monthly",
"channels": ["company-bank", "github-sponsors"]
},
{
"guid": "developer-time",
"status": "active",
"name": "Developer compensation",
"description": "This will cover the cost of one developer working part-time on the projects.",
"amount": 1000,
"currency": "USD",
"frequency": "monthly",
"channels": ["company-bank", "github-sponsors"]
},
{
"guid": "angel-plan",
"status": "active",
"name": "Goodwill plan",
"description": "Pay anything you wish to show your goodwill for the project.",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": ["company-bank", "github-sponsors"]
}
]
}
}

0 comments on commit e4e39ee

Please sign in to comment.