Fredrik Oseberg
ea312e574e
fix: update docs
2021-08-17 14:39:02 +02:00
Fredrik Oseberg
8ee317439a
fix: config
2021-08-16 14:58:15 +02:00
Fredrik Oseberg
c237a0f62c
fix: add curl command
2021-08-16 14:39:40 +02:00
Fredrik Oseberg
2cc3f649d7
fix: update link to getunleash.io
2021-08-16 14:34:20 +02:00
Fredrik Oseberg
08385dac8c
fix: DO casing
2021-08-16 14:34:20 +02:00
Fredrik Oseberg
67f1ba40cc
fix: add enterprise casing
2021-08-16 14:34:20 +02:00
Fredrik Oseberg
73bc6c0c9e
fix: heroku casing
2021-08-16 14:34:20 +02:00
Fredrik Oseberg
a8507ad7df
fix: docs
2021-08-16 14:34:19 +02:00
Fredrik Oseberg
4a14e6f3aa
fix: remove trailing slashes
2021-08-16 14:34:16 +02:00
Fredrik Oseberg
692d58d3ac
fix: rename proxy menu item
2021-08-16 14:33:37 +02:00
Fredrik Oseberg
7e79c83a52
fix: update link
2021-08-16 14:33:37 +02:00
Fredrik Oseberg
596e40a07a
feat: add curl option
2021-08-16 14:33:37 +02:00
Fredrik Oseberg
a56e1caa04
fix: update docs
2021-08-16 14:33:36 +02:00
Fredrik Oseberg
716090a659
fix: update description
2021-08-16 14:33:36 +02:00
Fredrik Oseberg
343887de5c
fix: update link to unique architecture
2021-08-16 14:33:36 +02:00
Fredrik Oseberg
abb4829cb9
feat: add more sections to quickstart
2021-08-16 14:33:36 +02:00
Fredrik Oseberg
682c74c9f3
feat: preliminary outline
2021-08-16 14:33:35 +02:00
Ivar Conradi Østhus
9050dfb36b
fix: adjust logo in emails
2021-08-16 10:55:06 +02:00
Oleg Gerasimenko
c7bf9a5028
docs: Update Unleash Proxy docker pull instructions ( #911 )
2021-08-13 11:07:20 +02:00
Christopher Kolstad
ff7be7696c
fix: Stores as typescript and with interfaces. ( #902 )
...
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-08-12 15:04:37 +02:00
Ivar Conradi Østhus
f5a872bf73
docs: update footer
2021-08-11 12:55:56 +02:00
Ivar Conradi Østhus
d02fabacd1
docs: update link to unleash-proxy-client-js
2021-08-11 10:34:02 +02:00
Dorian Monnier
b713ccd037
doc: add import query params in doc ( #673 ) ( #903 )
...
Document query params in import API (/api/admin/state/import)
2021-08-10 14:02:48 +02:00
Ivar Conradi Østhus
097141a926
fix: yarn.lock resolution for website docs
2021-08-10 14:01:28 +02:00
Ivar Conradi Østhus
cc3a8187c7
fix: update yarn.lock file
2021-08-10 13:58:50 +02:00
Christopher Kolstad
301fc68203
chore: document password requirements
2021-08-05 14:00:30 +02:00
Christopher Kolstad
7fcca8579e
doc: Remove link to laravel php sdk
2021-08-03 16:29:19 +02:00
Christopher Kolstad
b1c8fea5c6
Use absolute url to api-token doc
2021-07-29 15:04:00 +02:00
Ivar Conradi Østhus
10dd4b753e
Update node.md
2021-07-21 23:12:34 +02:00
Iago Pimenta
7b6fe6acc9
fix: Update node.md ( #896 )
2021-07-21 22:35:11 +02:00
Diego
ef8ce8ba23
Remove trailing backslash ( #892 )
2021-07-16 09:13:11 +02:00
Blaine R Southam
48b35174ca
fix link to proxy-javascript ( #889 )
...
correct then link for the JavaScript Proxy SDK
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-07-15 08:58:15 +02:00
Blaine R Southam
85d8e0c10d
fix curl health call ( #888 )
...
removed duplicate curl in the health endpoint example call.
curl curl --> curl
2021-07-15 08:49:27 +02:00
Dominik Chrástecký
9e1cb27f96
Add rikudou/unleash-sdk to community clients ( #885 )
2021-07-07 16:37:10 +02:00
Christopher Kolstad
2ab283f140
add dump of current state of database
2021-07-07 15:47:25 +02:00
Dominik Chrástecký
869e25c437
Fixed typo ( #884 )
2021-07-06 08:38:11 +02:00
Markus Lutteropp
39b3b07cd4
Fix contextProvider not being in code block ( #883 )
2021-07-05 22:05:26 +02:00
dependabot[bot]
3a50f35fdb
chore(deps): bump prismjs from 1.23.0 to 1.24.0 in /websitev2 ( #882 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.23.0...v1.24.0 )
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-29 09:32:43 +02:00
Yinon Avraham
00f2c7312d
Fix link to unleash-client-go ( #876 )
2021-06-22 10:44:05 +02:00
Ivar Conradi Østhus
4f9deee2ed
fix: add option for graceful shutdown ( #872 )
...
* fix: add option for graceful shutdown
* fix: gracefulShutdown should close idle keep-alive connections
* fix: eslint import order
* docs: add config options to docs as well
2021-06-17 20:33:34 +02:00
Christopher Kolstad
d757eeb8cd
docs: Added api key for algolia
2021-06-16 08:52:33 +02:00
Ivar Conradi Østhus
6c2ec59fa4
fix: Do gracefull shutdown of Unleash on 'SIGINT' & 'SIGTERM' ( #870 )
...
Unleash will listen for 'SIGINT' & 'SIGTERM' and close background tasks and db connections before shutting down.
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-06-15 12:32:35 +02:00
Christopher Kolstad
c467d59a7e
chore: update api index with note about content-type
2021-06-15 08:57:35 +02:00
Ivar Conradi Østhus
b6e3903b32
docs: improve introduction section
2021-06-14 21:35:19 +02:00
Christopher Kolstad
cceb360b3a
docs: fix wrong grafana query
2021-06-14 15:43:57 +02:00
Christopher Kolstad
6a55524be9
docs: fix typo and remember to note that the slack addon needs Unleash URL
2021-06-11 11:56:53 +02:00
dependabot[bot]
8db61d0384
chore(deps): bump ws from 6.2.1 to 6.2.2 in /websitev2 ( #869 )
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/6.2.1...6.2.2 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 23:24:23 +02:00
Ivar Conradi Østhus
429208f561
doc: redirects for external links
2021-06-10 23:15:14 +02:00
Christopher Kolstad
60d3982e66
docs: updated jira-plugin from feedback
2021-06-09 14:29:33 +02:00
Christopher Kolstad
297d5474e6
docs: wrong comma
2021-06-09 11:38:33 +02:00