1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/website/docs
Thomas Heartman fa74f81aa5
fix: env drop event data.name + /api/admin/events docs (#1662)
* docs: add all /events endpoints and query params

* docs: events page skeleton structure

* docs: correct description of event payloads

* docs: add table with event properties.

* docs: remove duplicate table.

* docs: sort property table

* docs: more work on adding events: feature events

* docs: add examples for most feature events

Still missing are: events that require imports, and
feature-project-change

* docs: scaffold out all events descriptions

* docs: normalize casing

* docs: add brief descriptions to strategy and context events

* docs: Add remaining non-import event descriptions and examples

* docs: add code sample annotations for all example events.

* docs: remove all references to myself

* docs: change "toggle" -> "feature", adjust headings

The headings aren't semantic for this doc yet. We'll need to create a
new document for this.

* docs: update event type description table

* docs: change header level of event type section

* docs: add details around feature-project-change event

* docs: add import type events

* docs: use a better `createdBy` name

* docs: "sort" events so that they're in a consistent order.

* docs: remove reference to ID in addon-config-created event

* fix: drop-environments data.name all-projects -> all-environments

This is probably a bug. Should be double checked.

* docs: clarify that `data.name` is always `all-x` on drop events

* Apply suggestions from code review

Co-authored-by: sighphyre <liquidwicked64@gmail.com>

Co-authored-by: sighphyre <liquidwicked64@gmail.com>
2022-06-07 11:33:30 +01:00
..
addons docs: Add NODE_EXTRA_CA_CERTS documentation for webhook addons (#1578) 2022-05-09 13:04:56 +02:00
advanced docs: clarify that multiple overrides for a variant create unions (#1551) 2022-05-06 14:00:08 +02:00
api fix: env drop event data.name + /api/admin/events docs (#1662) 2022-06-07 11:33:30 +01:00
contributing
deploy docs: Add deprecation notice to eventHook (#1618) 2022-06-03 14:03:45 +02:00
guides chore: update deprecation notice. 2022-04-22 11:20:30 +02:00
how-to docs: Update ApiRequest in how-to guide for proxy 2022-04-13 15:15:27 +02:00
integrations Update website/docs/integrations/jira-server-plugin-installation.md 2022-03-25 12:51:47 +02:00
migrations
reference docs: add note about client tokens changing with v 4.10 2022-04-19 11:08:02 +02:00
sdks docs: use named export instead of default (#1615) 2022-05-20 10:31:05 +01:00
topics docs: Reference impression data from A/B testing doc 2022-02-10 16:35:29 +01:00
user_guide docs: switch all slack links to slack.unleash.run (#1613) 2022-05-20 08:17:36 +02:00
client-specification.md