Skip to content

Commit

Permalink
Highlight sponsors (nuwave#1972)
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Nybroe <oliver@worksome.com>
  • Loading branch information
spawnia and Oliver Nybroe authored Nov 3, 2021
1 parent 89d87c7 commit d94e24a
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 62 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ node: up ## Open an interactive shell into the Node container
.PHONY: release
release: up ## Prepare the docs for a new release
docker-compose exec node yarn run release

.PHONY: docs
docs: up ## Render the docs in a development server
docker-compose exec node yarn run start
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ and offer flexibility when you need it.

## Documentation

The documentation lives at [lighthouse-php.com](https://lighthouse-php.com/).
The documentation lives at [lighthouse-php.com](https://lighthouse-php.com).

The site includes the latest docs for each major version of Lighthouse.
You can find docs for specific versions by looking at the contents of [/docs/master](/docs/master)
at that point in the git history: `https://github.com/nuwave/lighthouse/tree/<SPECIFIC-TAG>/docs/master`.

A chinese translation is available at [lighthouse-php.cn](http://lighthouse-php.cn/) and is maintained
A chinese translation is available at [lighthouse-php.cn](http://lighthouse-php.cn) and is maintained
over at https://github.com/haxibiao/lighthouse.

## Get involved
Expand Down Expand Up @@ -64,3 +64,9 @@ We welcome contributions of any kind, see how in [`CONTRIBUTING.md`](CONTRIBUTIN
If you discover a security vulnerability within Lighthouse,
please email Benedikt Franke via [benedikt@franke.tech](mailto:benedikt@franke.tech)
or visit https://tidelift.com/security.

# Sponsors

Lighthouse is supported by [its awesome sponsors](https://lighthouse-php.com/sponsors).

If you want to support the development of Lighthouse and see your logo there, consider [sponsoring](https://github.com/sponsors/spawnia).
10 changes: 5 additions & 5 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
logo: "/logo.svg",
editLinks: true, // "Edit this page" at the bottom of each page
repo: "nuwave/lighthouse", // Github repo
docsDir: "docs/", // Github repo docs folder
docsDir: "docs", // Github repo docs folder
latest,
nav: [
{
Expand All @@ -48,15 +48,15 @@ module.exports = {
},
{
text: "Tutorial",
link: "/tutorial/",
link: "/tutorial",
},
{
text: "Resources",
link: "/resources/",
link: "/resources",
},
{
text: "Users",
link: "/users/",
text: "Sponsors",
link: "/sponsors",
},
{
text: "Changelog",
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pre code[class*="language-"] .token.comment
color #fff

/******************************
USERS
Sponsors
*******************************/

.showcase
Expand Down
15 changes: 15 additions & 0 deletions docs/sponsors/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<div align="center">

# Sponsors

</div>

<div class="showcase">
<div class="logos">
<a href="https://www.worksome.com">
<img src="./worksome.svg" alt="Worksome" title="Worksome - The Home for Your Freelance Workforce">
</a>
</div>
</div>

If you want to support the development of Lighthouse and see your logo here, consider [sponsoring](https://github.com/sponsors/spawnia).
11 changes: 11 additions & 0 deletions docs/sponsors/worksome.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 0 additions & 34 deletions docs/users/README.md

This file was deleted.

Binary file removed docs/users/entryninja.png
Binary file not shown.
1 change: 0 additions & 1 deletion docs/users/mll.svg

This file was deleted.

Binary file removed docs/users/nuwave.png
Binary file not shown.
Binary file removed docs/users/traimmu.jpg
Binary file not shown.
19 changes: 0 additions & 19 deletions docs/users/utecca.svg

This file was deleted.

Binary file removed docs/users/worksome.png
Binary file not shown.

0 comments on commit d94e24a

Please sign in to comment.