Renovate Bot
2935226ee6
chore(deps): update storybook monorepo to v6.4.22
2022-04-14 11:18:50 +00:00
Renovate Bot
bb85321926
chore(deps): update dependency enhanced-resolve to v5.9.3
2022-04-13 13:53:33 +00:00
Thomas Heartman
f3a7ec5559
Merge pull request #1492 from Unleash/docs/update-sdk-compat
...
docs(sdk compat table): Add new strategy constraint ✅ for .NET; add ✅ s for Proxy
2022-04-12 13:53:08 +02:00
Thomas Heartman
747b5f128a
Merge pull request #1498 from Unleash/docs/update-sdk-overview-title
...
docs: update client sdk overview title
2022-04-12 12:12:44 +02:00
Thomas Heartman
a327f55b3a
docs: update client sdk overview title
...
When the title is only "Introduction" it's super hard to find via
search. Changing it to something more descriptive should make that easier.
2022-04-12 10:41:50 +02:00
Ivar Conradi Østhus
55e43b033d
docs: correct secrets key
2022-04-11 22:32:58 +02:00
Ivar Conradi Østhus
947d9fc40c
docs: correct proxy url to demo instance
2022-04-11 22:23:22 +02:00
Thomas Heartman
2e1423095e
fix: Add missing segments image
2022-04-11 12:17:02 +02:00
Renovate Bot
3d078550dc
chore(deps): update storybook monorepo to v6.4.21
2022-04-09 05:23:44 +00:00
Thomas Heartman
d86f898316
docs: Add ✅ s for proxy features
2022-04-08 15:24:56 +02:00
Thomas Heartman
3067001083
docs: add ✅ for .NET constraints since 2.1
2022-04-08 15:24:35 +02:00
Salvatore Novelli
7ddbff2669
feat: add "application_name" as an optional DB option #1170 ( #1478 )
...
* implemented changes to resolve issue 1170
* added applicationName to the list of db options in the documentation'
Co-authored-by: Daniele Casal <daniele.casal@lloydsbanking.com>
Co-authored-by: Sukhvinder Panesar <79143027+esspee-lbg@users.noreply.github.com>
2022-04-07 20:55:56 +02:00
renovate[bot]
007cc0a83c
chore(deps): pin dependencies ( #1427 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-06 21:42:26 +02:00
Thomas Heartman
41485ec50a
docs: change android docs to use clientKey
, not clientSecret
2022-04-06 10:56:51 +02:00
Thomas Heartman
35bd047af9
docs: reword api return type description
2022-04-04 14:56:34 +02:00
Thomas Heartman
90794fc6ec
docs: add segment ids examples for replacing strategy segments
2022-04-04 14:49:13 +02:00
Thomas Heartman
6f2a336fc4
docs: simplify activation strategy payload
2022-04-04 14:43:45 +02:00
Thomas Heartman
683e33915f
docs: update payload for activation strategies
2022-04-04 14:33:38 +02:00
Thomas Heartman
bf9f9e9d6d
docs: update return types to use JSON examples instead of TS
2022-04-04 13:55:53 +02:00
Thomas Heartman
d9aae95c26
docs: move when to use segments to top of document
2022-04-04 12:32:47 +02:00
Thomas Heartman
14cb523c91
docs: expand on time-based strategies with segments
2022-04-04 12:16:32 +02:00
Thomas Heartman
971b411db1
docs: explain that with multiple segments, all must be satisfied.
2022-04-04 11:48:59 +02:00
Thomas Heartman
93b20246a7
docs: make note of how to remove all segments from a strategy
2022-04-04 11:47:13 +02:00
Thomas Heartman
e4c2e8807d
docs: segment names don't need to be url-friendly.
2022-04-04 11:44:37 +02:00
Thomas Heartman
020e94e358
docs: update segments availability in API docs too
2022-04-04 11:44:03 +02:00
Thomas Heartman
cc670a018c
docs: update segments availability: indicate that it's experimental
2022-04-04 11:34:53 +02:00
Thomas Heartman
524be02b74
docs(docs): document the use of AliasPlugin for theme resolution
2022-04-02 16:47:38 +02:00
Thomas Heartman
c8578f06c9
chore: remove comment code
2022-04-02 16:42:04 +02:00
Thomas Heartman
f59f43bb4c
chore: use docusaurusPath
function consistently.
2022-04-02 16:40:37 +02:00
Thomas Heartman
c0228a0ca3
chore: remove unused code
2022-04-02 16:39:16 +02:00
Thomas Heartman
79b5582542
docs(fix): various typos and abstractions fixed
2022-04-02 16:33:51 +02:00
Thomas Heartman
facf546df4
docs(fix): fix internal links between segments docs
2022-04-02 16:29:45 +02:00
Thomas Heartman
8eb91fc860
fix(docs): fix the quotes of JSON property in table
2022-04-02 16:28:24 +02:00
Thomas Heartman
45dc2c8c33
fix: remove redundant heading
2022-04-02 16:27:53 +02:00
Thomas Heartman
3846ad8252
fix: re-add the groupId prop for the API request tabs component.
2022-04-02 16:27:20 +02:00
Thomas Heartman
e03876286c
docs: finish the API docs for segments
2022-04-02 16:27:09 +02:00
Thomas Heartman
102438946e
docs: add POST and GET by ID
2022-04-01 16:24:35 +02:00
Thomas Heartman
d88032710b
docs: describe GET /api/admin/segments
2022-04-01 16:04:10 +02:00
Thomas Heartman
5d164db46c
docs: add relevant types for this API
2022-04-01 16:03:50 +02:00
Thomas Heartman
fc6ea25ebd
docs: add more endpoint data
2022-04-01 15:47:00 +02:00
Thomas Heartman
cfbe04272a
feat: make API request component work without payloads
...
There's been no previous need for GET or DELETE requests, but now that
we do need them, the payload shouldn't show up as `undefined`
2022-04-01 15:47:00 +02:00
Thomas Heartman
d167de76d8
docs: add stories file for API request component
2022-04-01 15:47:00 +02:00
Thomas Heartman
032176576b
chore: add more docusaurus alias resolutions
2022-04-01 15:47:00 +02:00
Thomas Heartman
3440b4f42a
docs: add segments api placeholder
2022-04-01 15:47:00 +02:00
Thomas Heartman
e37714d61a
docs: First draft of segments reference doc
2022-04-01 15:47:00 +02:00
Thomas Heartman
4306836511
docs: Add .NET SDK to list of SDKs that crash on new operators
2022-04-01 10:24:08 +02:00
sighphyre
17e7777a75
Update website/docs/integrations/jira-server-plugin-installation.md
...
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2022-03-25 12:51:47 +02:00
sighphyre
8c13fe74a8
Update website/docs/integrations/jira-server-plugin-installation.md
...
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2022-03-25 12:51:37 +02:00
sighphyre
69532656bd
Update website/docs/integrations/jira-server-plugin-installation.md
...
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2022-03-25 12:50:43 +02:00
sighphyre
f05d76255a
Update website/docs/integrations/jira-server-plugin-installation.md
...
Nice!
Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2022-03-25 12:50:30 +02:00