1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/website/docs
Thomas Heartman 75c3fcd170
docs: update export/import examples (#2348)
## What

This change updates the availability notice and the code samples in the
import/export docs.

Specifically, the code samples have been moved to using the ApiRequest
component (and thus get examples in HTTP, cURL, and HTTPie), and the
import code sample now says which version it's using (version 3).

## Why

The import code sample didn't say which version of the data it used, so
Unleash would assume it was version 1 if you tried to run it. However,
the actual data was incompatible with the v1 data format, so you'd get
an error if you tried to actually import it.

While fixing this, I figured it'd also be alright to add some other
minor updates to bring the docs a bit more up to recent standards.
2022-11-08 13:42:06 +00:00
..
addons
advanced docs: adds documentation for personal api tokens (#2164) 2022-10-13 11:02:04 +02:00
api Rename suggest changes to change request (#2311) 2022-11-02 08:34:14 +02:00
contributing Docs/dev docs (#2134) 2022-10-19 14:32:37 +02:00
deploy docs: update export/import examples (#2348) 2022-11-08 13:42:06 +00:00
guides
how-to docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
integrations
migrations
reference docs: adds documentation for personal api tokens (#2164) 2022-10-13 11:02:04 +02:00
sdks docs: Remove/update references to Heroku (#2099) 2022-10-19 12:02:00 +00:00
topics docs: add "The Anatomy of Unleash" (#2138) 2022-10-19 13:14:49 +02:00
user_guide docs: add documentation for user group syncing (#2314) 2022-11-03 14:59:12 +02:00
client-specification.md