fix: V2 docs / error messages (#3611)

* docs: rewrite concept section

* docs: add instance to guides

* chore: error messages

* fix: scenarios

* docs: urls

* docs: change images

* docs: change images

* docs: change images

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
Fabi
2022-05-16 14:00:33 +02:00
committed by GitHub
parent d401439427
commit c53d5251a7
66 changed files with 2117 additions and 1790 deletions

View File

@@ -14,6 +14,9 @@ export function ApiCard({ title, type, label, children}) {
case 'ADMIN':
style = styles.apiadmin;
break;
case 'SYSTEM':
style = styles.apisystem;
break;
case 'ASSET':
style = styles.apiasset;
break;

View File

@@ -22,6 +22,10 @@
background: var(--apiadminbackground);
}
.apisystem {
background: var(--apisystembackground);
}
.apiasset {
background: var(--apiassetbackground);
}

View File

@@ -118,6 +118,7 @@
--apiauthbackground: linear-gradient(40deg, #a9d9ca 30%, #b4d5cb);
--apimgmtbackground: linear-gradient(40deg, #c6d7f3 30%, #c7c6e3);
--apiadminbackground: linear-gradient(40deg, #c192c790, #c192c790);
--apisystembackground: linear-gradient(40deg, #C7A6928E, #C7A6928E);
--apiassetbackground: linear-gradient(40deg, #e4eaf1, #eef2f9);
--overlaycolor: #6c90b420;
--ifm-hero-text-color: #ffffff;
@@ -281,6 +282,7 @@ h2 {
--apiauthbackground: linear-gradient(40deg, #506e6e90 30%, #506e6e90);
--apimgmtbackground: linear-gradient(40deg, #595d8090 30%, #595d8090);
--apiadminbackground: linear-gradient(40deg, #6a506e90, #6a506e90);
--apisystembackground: linear-gradient(40deg, #6E695090, #6E695090);
--apiassetbackground: linear-gradient(40deg, #3c4257, #3c4257);
--overlaycolor: #ffffff15;
--ifm-hero-text-color: #023c2a;