1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/website/docs/reference
Gastón Fournier 0e80484068
docs: update documentation and dev server use of passord (#3564)
## About the changes
Update `passord` documentation with `password`. Note this was not a typo
but just Norwegian:
https://dictionary.cambridge.org/dictionary/english-norwegian/password
```shell
grep passord * -R -l | grep -v .git | grep -v dist | grep -v v3 | xargs sed -i 's/passord/password/g'
```
The script above avoids updating v3 because of legacy reasons

Related to #1265
2023-04-19 13:29:18 +02:00
..
addons
api/legacy/unleash
deploy docs: update documentation and dev server use of passord (#3564) 2023-04-19 13:29:18 +02:00
integrations docs: jira cloud documentation (#3494) 2023-04-17 15:16:01 +02:00
sdks Chore: Update Python SDK compatibility. (#3474) 2023-04-07 10:34:38 +02:00
activation-strategies.md
api-tokens-and-client-keys.mdx fix: project api token docs (#3485) 2023-04-13 11:08:54 +03:00
archived-toggles.md
change-requests.md
custom-activation-strategies.md
environments.md
event-log.md
feature-toggle-types.md
feature-toggle-variants.md
feature-toggles.mdx
front-end-api.md
impression-data.md
login-history.md
maintenance-mode.mdx
network-view.mdx
notifications.md docs: notifications (#3361) 2023-03-24 10:37:25 +01:00
playground.mdx
project-collaboration-mode.md docs: Project collaboration mode docs (#3360) 2023-03-22 13:13:56 +01:00
projects.md
public-signup.mdx
rbac.md
segments.mdx docs: fix broken links (#3533) 2023-04-17 14:10:31 +02:00
service-accounts.md
sso.md
stickiness.md
strategy-constraints.md docs: fix broken links (#3533) 2023-04-17 14:10:31 +02:00
tags.md
technical-debt.md
unleash-context.md
whats-new-v4.md