Skip to content

Commit 0ff1e89

Browse files
authored
Remove sponsoring section from the docs (#321)
<!-- Thank you for your pull request. Please provide a description above and review the requirements below. Bug fixes and new features should include tests and possibly benchmarks. Contributors guide: https://github.com/fastify/fastify/blob/main/CONTRIBUTING.md By making a contribution to this project, I certify that: * (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or * (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or * (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. * (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. --> #### Checklist - [ ] run `npm run test && npm run benchmark --if-present` - [ ] tests and/or benchmarks are included - [ ] documentation is changed or added - [ ] commit message and code follows the [Developer's Certification of Origin](https://github.com/fastify/.github/blob/main/CONTRIBUTING.md#developers-certificate-of-origin-11) and the [Code of conduct](https://github.com/fastify/.github/blob/main/CODE_OF_CONDUCT.md)
1 parent 4e73f14 commit 0ff1e89

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

docs/.vitepress/config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ const config = withMermaid({
4545
'/config/': { base: '/config/', items: sidebarConfig() },
4646
'/roadmap': { base: '/guide/', items: sidebarGuide() },
4747
'/contributing': { base: '/guide/', items: sidebarGuide() },
48-
'/sponsoring': { base: '/guide/', items: sidebarGuide() },
4948
},
5049

5150
editLink: {
@@ -346,6 +345,5 @@ function Common () {
346345
{ text: 'Configuration', base: '/config/', link: 'index' },
347346
{ text: 'Roadmap', base: '/', link: 'roadmap' },
348347
{ text: 'Contributing', base: '/', link: 'contributing' },
349-
{ text: 'Sponsoring', base: '/', link: 'sponsoring' },
350348
]
351349
}

docs/sponsoring.md

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

0 commit comments

Comments
 (0)