Skip to content

Commit

Permalink
Link to Wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 1, 2022
1 parent e2d6675 commit d2cc378
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Cheatsheet.md
Expand Up @@ -868,6 +868,11 @@ app.addContextHook('send:before', async (ctx, body) => {
Useful for post-processing dynamically generated content. Passed the context object and the dynamically generated
content. Can return an arbitrary value to replace the dynamic content.
## More
A lot more documentation and examples by many different authors can be found in the
[mojo.js wiki](https://github.com/mojolicious/mojo.js/wiki).
## Support
If you have any questions the documentation might not yet answer, don't hesitate to ask in the
Expand Down
5 changes: 5 additions & 0 deletions docs/Contributing.md
Expand Up @@ -145,6 +145,11 @@ If you believe someone is violating the code of conduct, we ask that you report
doesn’t mean that they’re wrong. Don’t forget that it is human to err and blaming each other doesn’t get us anywhere.
Instead, focus on helping to resolve issues and learning from mistakes.

## More

A lot more documentation and examples by many different authors can be found in the
[mojo.js wiki](https://github.com/mojolicious/mojo.js/wiki).

## Support

If you have any questions the documentation might not yet answer, don't hesitate to ask in the
Expand Down
5 changes: 5 additions & 0 deletions docs/Cookbook.md
Expand Up @@ -422,6 +422,11 @@ $ node index.js eval -v 'app.renderer.viewPaths'
["/home/sri/myapp/views"]
```

## More

A lot more documentation and examples by many different authors can be found in the
[mojo.js wiki](https://github.com/mojolicious/mojo.js/wiki).

## Support

If you have any questions the documentation might not yet answer, don't hesitate to ask in the
Expand Down
5 changes: 5 additions & 0 deletions docs/FAQ.md
Expand Up @@ -27,6 +27,11 @@ declare module '@mojojs/core' {
}
```

## More

A lot more documentation and examples by many different authors can be found in the
[mojo.js wiki](https://github.com/mojolicious/mojo.js/wiki).

## Support

If you have any questions the documentation might not yet answer, don't hesitate to ask in the
Expand Down
5 changes: 5 additions & 0 deletions docs/Growing.md
Expand Up @@ -788,6 +788,11 @@ myapp

Test-driven development takes a little getting used to, but can be a very powerful tool.

## More

A lot more documentation and examples by many different authors can be found in the
[mojo.js wiki](https://github.com/mojolicious/mojo.js/wiki).

## Support

If you have any questions the documentation might not yet answer, don't hesitate to ask in the
Expand Down
5 changes: 5 additions & 0 deletions docs/Introduction.md
Expand Up @@ -1095,6 +1095,11 @@ $ tap --no-coverage test/*.js
For more information take a look at the [User-Agent](User-Agent.md) guide.
## More
A lot more documentation and examples by many different authors can be found in the
[mojo.js wiki](https://github.com/mojolicious/mojo.js/wiki).
## Support
If you have any questions the documentation might not yet answer, don't hesitate to ask in the
Expand Down
5 changes: 5 additions & 0 deletions docs/README.md
Expand Up @@ -93,6 +93,11 @@ to be used with it and are being developed under the same umbrella.

A very fast embedded JavaScript template engine.

## More

A lot more documentation and examples by many different authors can be found in the
[mojo.js wiki](https://github.com/mojolicious/mojo.js/wiki).

## Support

If you have any questions the documentation might not yet answer, don't hesitate to ask in the
Expand Down
5 changes: 5 additions & 0 deletions docs/Rendering.md
Expand Up @@ -1099,6 +1099,11 @@ app.start();
See [mojo-plugin-ejs](https://github.com/mojolicious/mojo-plugin-ejs) for a full example plugin you can fork.
## More
A lot more documentation and examples by many different authors can be found in the
[mojo.js wiki](https://github.com/mojolicious/mojo.js/wiki).
## Support
If you have any questions the documentation might not yet answer, don't hesitate to ask in the
Expand Down
5 changes: 5 additions & 0 deletions docs/Routing.md
Expand Up @@ -821,6 +821,11 @@ app.get('/', async ctx => {
app.start();
```
## More
A lot more documentation and examples by many different authors can be found in the
[mojo.js wiki](https://github.com/mojolicious/mojo.js/wiki).
## Support
If you have any questions the documentation might not yet answer, don't hesitate to ask in the
Expand Down
5 changes: 5 additions & 0 deletions docs/User-Agent.md
Expand Up @@ -389,6 +389,11 @@ Connection: close\x0d
Hello World!
```

## More

A lot more documentation and examples by many different authors can be found in the
[mojo.js wiki](https://github.com/mojolicious/mojo.js/wiki).

## Support

If you have any questions the documentation might not yet answer, don't hesitate to ask in the
Expand Down
1 change: 1 addition & 0 deletions vendor/views/mojo/debug.html.tmpl
Expand Up @@ -67,6 +67,7 @@
<a class="dropdown-item" href="https://github.com/mojolicious/mojo.js/discussions">Forum</a>
<a class="dropdown-item" href="https://twitter.com/mojolicious_org">Twitter</a>
<a class="dropdown-item" href="https://www.linkedin.com/groups/8963713/">LinkedIn</a>
<a class="dropdown-item" href="https://github.com/mojolicious/mojo.js/wiki">Wiki</a>
</div>
</li>
<li class="nav-item">
Expand Down

0 comments on commit d2cc378

Please sign in to comment.