1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Commit Graph

238 Commits

Author SHA1 Message Date
Thomas Heartman
8916de76be
docs: Remove/update references to Heroku (#2099)
## What

This PR removes or updates references in the docs to Heroku. Most of the code samples have been replaced with a more generic `unleash.example.com` url, while other references have been removed or updated.

Also removes old OpenAPI files that are out of date and redundant with the new generation.

## Background

Come November and Heroku will no longer offer free deployments of Unleash, so it's about time we remove that claim.

Links to the heroku instance are also outdated because we don't have that instance running anymore.

Finally, the OpenAPI files we do have there are old and static, so they don't match the current reality.

## Commits

* Meta: update ignore file to ignore autogenerated docs

I must've missed the ignore file when looking for patterns.

* docs: delete old openapi file.

This seems to have been a holdover from 2020 and is probably
hand-written. It has been superseded by the new autogenerated OpenAPI docs.

* docs: add notes for heroku changes to the frontend readme and pkg

* docs: remove old openapi article and add redirects to new openapi

* docs: fix link in overview doc: point to GitHub instead of heroku

* docs: update quickstart docs with new heroku details

* docs: remove reference to crashing heroku instance

* docs: remove references to herokuapp in  code samples

* docs: add a placeholder comment

* docs: update references for heroku updates

* docs: keep using unleash4 for enterprise

* docs: remove start:heroku script in favor of start:sandbox

* docs: remove 'deploy on heroku button'

Now that it's not free anymore (or won't be very shortly), let's
remove it.

* docs: remove extra newline
2022-10-19 12:02:00 +00:00
Christopher Kolstad
54d28471f7
fix: openapi spec should only include base path once (#1755)
* fix: openapi spec should only include base path once
2022-06-27 15:39:08 +02:00
Ivar Conradi Østhus
bec32f726b
fix: correct oas for creating feature toggle 2022-02-24 08:24:47 +01:00
Ivar Conradi Østhus
d8478dd928
feat: clean up events (#1089)
Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
2021-11-12 13:15:51 +01:00
Ivar Conradi Østhus
998dc2e977
fix: remove swagger.json poc 2021-10-01 13:21:41 +02:00
Ivar Conradi Østhus
14bbc9c1ad
fix: oas docs on root 2021-08-27 12:10:53 +02:00
Christopher Kolstad
406f0554cf
Docusaurusv2 (#864)
feat: Upgraded to Docusaurus v2

closes: #771
2021-06-04 11:17:15 +02:00
Ivar Conradi Østhus
1d7be178d6
Update unleash-proxy.md 2021-05-28 00:11:53 +02:00
Ivar Conradi Østhus
906b9f63e6
docs: enterprise authentication 2021-05-27 22:10:28 +02:00
Ivar Conradi Østhus
35eaa70586
doc: correct /api/client/features examples
fixes: #852
2021-05-25 21:29:36 +02:00
Laurent Richard
4e6dcaf3fd
Doc links fixed (#851)
* Update toggle_variants.md

fix link

* Update toggle_variants.md

* Update toggle_variants.md

* Update client_sdk.md

fix link

* Update client_sdk.md
2021-05-25 10:56:50 +02:00
Ivar Conradi Østhus
fb66aeb8e0
fix: more docs 2021-05-21 22:26:56 +02:00
Ivar Conradi Østhus
ef37da7326
fix: more docs 2021-05-21 22:26:13 +02:00
Ivar Conradi Østhus
18fa981949
fix: broken link in docs 2021-05-21 22:06:38 +02:00
Ivar Conradi Østhus
13b5bd5154
fix: broken link 2021-05-21 21:30:29 +02:00
Ivar Conradi Østhus
e095691c1e
fix: lint 2021-05-21 19:16:08 +02:00
Joseph DeChicchis
18ebde2e9a
Add explanation of how to run multiple instances of Unleash to the Getting Started doc (#845)
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-05-18 14:21:39 +02:00
Ivar Conradi Østhus
360defe625
fix: update SDK examples 2021-05-18 13:31:54 +02:00
Ivar Conradi Østhus
bcc2d913cc
fix: more docs 2021-05-18 13:22:28 +02:00
Christopher Kolstad
1d71d01a70 chore: fix typos 2021-05-18 12:11:23 +02:00
Ivar Conradi Østhus
1530be70a8
fix: doc linkts to api-token 2021-05-18 12:07:07 +02:00
Ivar Conradi Østhus
4c73dc66fa
fix: add link in docs 2021-05-18 11:22:51 +02:00
Christopher Kolstad
c224786f29
feat: update docs to match v4.
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-05-18 11:19:33 +02:00
Ivar Conradi Østhus
141b359330
chore: moved technical debt docs to user-guides 2021-05-04 20:11:17 +02:00
Ivar Conradi Østhus
b5a36a6d42
chore: fix SDK docs 2021-05-04 16:08:21 +02:00
R Ashwin
d61c7242d8
feat: Datadog integration (#820)
fixes: #815 

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-05-03 22:08:14 +02:00
R Ashwin
6c57aeb232
feat: Teams addon for messaging on Microsoft teams (#814) 2021-04-28 12:38:11 +02:00
Ivar Conradi Østhus
06a7bb323c
fix: fully remove enableLegacyRoutes option 2021-04-15 22:16:14 +02:00
Ivar Conradi Østhus
c86a29622d
chore: typos in migration-guide 2021-04-13 09:21:53 +02:00
Ivar Conradi Østhus
469e87a923
fix: remove enableLegacyRoutes option from v2 2021-04-13 09:04:25 +02:00
Ivar Conradi Østhus
9e7d2f845a
fix: migrate all permissions to rbac (#782)
* fix: migrate all permissions to rbac
* fix: update migration guide

fixes #782
2021-04-12 20:25:03 +02:00
Christopher Kolstad
99fd210392
feat: added basic email-service (#780)
* feat: added basic email-service
* feat: preview endpoint for plaintext/html templates
* chore: Updated docs
fixes: #757
2021-04-09 11:16:06 +02:00
Ivar Conradi Østhus
eca168c500
chore: fix broken /docs link 2021-03-23 12:18:05 +01:00
Ivar Conradi Østhus
3a122a3f97
chore: update docs 2021-03-17 08:42:26 +01:00
Fredrik Strand Oseberg
8848956846
docs: add technical debt documentation (#751)
* docs: add technical debt documentation

* fix: unknown toggles id

* fix: add doc
2021-03-16 13:07:45 +01:00
Johannes Gorset
aab069e919
chore(docs) Highlight that databaseUrl overrides db (#763) 2021-03-15 13:04:17 +01:00
Ivar Conradi Østhus
1152272ed6
chore: add docs for context api (#762) 2021-03-12 19:08:18 +01:00
Ivar Conradi Østhus
ba959e41f8
Update getting-started.md 2021-03-12 13:12:13 +01:00
Ivar Conradi Østhus
c194bea99b
chore: fix typo in docker network create 2021-03-12 13:04:10 +01:00
Christopher Kolstad
289cf85a3c
Add import/export for tags and projects (#754)
* Add import/export for tags and projects

Tags includes (tags, tag-types and feature-tags)

fixes: #752
2021-03-12 11:08:10 +01:00
Ivar Conradi Østhus
3fdad485ea
chore: Update Go SDK getting started 2021-03-09 22:19:03 +01:00
Alexis Degrugillier
0f60fd075a
chore: Fix documentation typos (#758)
Co-authored-by: Alexis Degrugillier <alexis.degrugillier@duproprio.com>
2021-03-09 21:44:45 +01:00
Ivar Conradi Østhus
36bc3b9823
chore: more docs 2021-02-28 22:20:15 +01:00
Ivar Conradi Østhus
151699186a
Update discover-unknown-toggles.md 2021-02-28 21:57:07 +01:00
Ivar Conradi Østhus
620d0f53d0
chore: more docs 2021-02-26 07:49:31 +01:00
Ivar Conradi Østhus
24d2aa5dea
chore: more docs 2021-02-25 22:27:11 +01:00
Ivar Conradi Østhus
26255b8d62
chore: docs 2021-02-25 21:00:19 +01:00
Ivar Conradi Østhus
c4c33c1f4a
chore: add docs for health 2021-02-25 16:55:18 +01:00
egilconr
1d9065aff1
chore: Improve our user documentation (#733)
Co-authored-by: Christopher Kolstad <chriswk@fastmail.com>
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
Co-authored-by: Eco C <egilconr@gmail.com>
2021-02-25 16:01:36 +01:00
Christopher Kolstad
153fd970bf
chore: Add override information for version check to doc 2021-02-19 11:22:25 +01:00