Commit graph

231 commits

Author SHA1 Message Date
Jørgen Solli
4a5d121dfb
Improved Horizon documentation regarding tags (#57)
- Fixed the snippet for passing tags to the job
- Wrapped content in a Tags header to prepare for more content in the
future
- Added comment to method to mimic Laravel's documentation regardin the
matter
- Made it slightly more clear that the tags method should be applied to
the actual job class
2020-06-23 21:56:35 +02:00
Kakajan SH
9949f888e4
Added migration file sample (#55)
* Added migration file sample

* place id column first

* Mention provider

Co-authored-by: Samuel Stancl <samuel.stancl@gmail.com>
2020-06-22 16:38:45 +02:00
Samuel Štancl
2f043afe35 link to universal routes from livewire page 2020-06-22 00:14:40 +02:00
J. Alexander Curtis
5ce3c316e5
Subdomain/ Domain Clarification in Tenant Identification Docs (#56)
I believe this paragraph has the information switched. A string in the `domain` column that contains a **dot** would represent a domain/hostname and a string in this column without a dot, would represent a subdomain. The current documentation has this flipped. 

It had me second guessing myself. Unless I am misunderstanding something.

Maybe I am misunderstanding things, and if so, then disregard this PR.
2020-06-21 23:03:04 +02:00
Samuel Štancl
1819c7b9e9
Update README.md 2020-06-21 22:06:10 +02:00
Samuel Štancl
c4af0901c0 Merge branch 'master' of github.com:stancl/tenancy-docs 2020-06-21 15:37:52 +02:00
Samuel Štancl
ca0df53bce intro improve 2020-06-21 15:34:02 +02:00
Samuel Štancl
ecfbaf6a12
Str import 2020-06-19 12:09:12 +02:00
Odunayo Ogungbure
7a38437a04
Fix Typo (#54)
* Fix Typo

The statement "Records that contain dots in the domain column will be treated as domains (hostnames) and records that don't contain any dots will be treated as subdomains" should be the other way round

* Move (hostnames) after domains
2020-06-18 17:23:03 +02:00
Samuel Štancl
c2a7b7c14a switch pp/cc order 2020-06-17 15:06:37 +02:00
Samuel Štancl
37ddf393be note about different code 2020-06-17 12:41:12 +02:00
Samuel Štancl
91badf2929 manual mode blade 2020-06-15 12:46:23 +02:00
Samuel Štancl
5c5af86851 update nova integration for v3 mw 2020-06-14 21:52:13 +02:00
Samuel Štancl
37f5c906fc Note on domains for dev 2020-06-14 20:00:05 +02:00
Samuel Štancl
880de3faf2 note on WHERE with data col 2020-06-14 17:53:17 +02:00
Samuel Štancl
f723466462 update contact link 2020-06-13 15:59:30 +02:00
Samuel Štancl
ca7c868b5d typo 2020-06-13 15:24:20 +02:00
Samuel Štancl
5f2470fad9 onfail 2020-06-13 14:40:30 +02:00
Samuel Štancl
14d1a0fc17 minor improvements 2020-06-13 12:32:24 +02:00
Samuel Štancl
513a56d55b Old version notice 2020-06-13 12:23:13 +02:00
Samuel Štancl
072eb36494 Fix a few things in docs 2020-06-13 11:52:10 +02:00
Samuel Štancl
42e2c51343 new quotes 2020-06-11 18:56:39 +02:00
Samuel Štancl
e912a6044d ga for homepage 2020-06-10 17:45:59 +02:00
Samuel Štancl
d4ac0f9630 Fix link to GH sponsors 2020-06-10 11:58:57 +02:00
Samuel Štancl
b49c6060c9 all() instead of cursor() 2020-06-09 22:34:57 +02:00
Samuel Štancl
4a3c31b170 Merge branch 'master' of github.com:stancl/tenancy-docs 2020-06-08 23:00:06 +02:00
Samuel Štancl
ffe161c434 Fix netlify form 2020-06-08 22:59:56 +02:00
dependabot[bot]
67f49da0bc
Bump websocket-extensions from 0.1.3 to 0.1.4 (#52)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-08 22:38:44 +02:00
Samuel Štancl
f36cff8427 fix integration links 2020-06-08 21:58:53 +02:00
Samuel Štancl
3db5bff055 Fix links 2020-06-08 21:45:22 +02:00
Samuel Štancl
80aef9ebb7 Fix indentation 2020-06-08 21:40:40 +02:00
Samuel Štancl
8ad4675be6 Fixed discord link 2020-06-08 21:39:54 +02:00
Samuel Štancl
f8f354c323 3.x redesign 2020-06-08 21:20:15 +02:00
Samuel Štancl
857122540f Version 3 notice 2020-05-15 06:14:27 +02:00
dependabot[bot]
d36debdf46
Bump acorn from 6.3.0 to 6.4.1 in /docs (#50)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-04-27 16:04:09 +02:00
Anton
cb913e9987
Update misc-tips.blade.md (#49)
Noticed that the code example for Custom ID scheme had some errors.
2020-04-27 02:15:39 +02:00
Samuel Štancl
791e8433f5
Improve isActive logic 2020-04-24 18:06:47 +02:00
Samuel Štancl
ff8b594cbd Document pgsql schema separation fix #45 2020-04-23 19:51:00 +02:00
Samuel Štancl
0e8a9a7ac9 Document cached tenant lookup fix #46 2020-04-23 19:46:51 +02:00
Samuel Štancl
af8e403504 Document optional DB creation fix #47 2020-04-23 19:34:28 +02:00
Samuel Štancl
2d3badb168 Theme color for docs 2020-04-23 19:11:11 +02:00
Samuel Štancl
2b7e483641 Favicons 2020-04-23 18:56:48 +02:00
Samuel Štancl
65010ff4ff opengraph meta tags 2020-04-23 04:58:45 +02:00
Samuel Štancl
9126773b4d Fix symlinks 2020-04-23 04:46:26 +02:00
Samuel Štancl
9a30f9f85a asset symlink, fix search 2020-04-23 04:41:25 +02:00
Samuel Štancl
0bd44a3b9a Brand colors in docs 2020-04-23 04:30:29 +02:00
Samuel Štancl
aed2aac50a Get rid of gray stripes, improve copy 2020-04-23 03:51:36 +02:00
Samuel Štancl
1b69e4b9ca Navbar padding 2020-04-23 03:43:03 +02:00
Samuel Štancl
f26fb684fe SVG title 2020-04-23 03:42:11 +02:00
Samuel Štancl
9760cb75b1 Add new logo 2020-04-23 03:34:25 +02:00