docs: Docs v2 (#3733)

* fix: change images

* fix: change images, add policies

* fix: change images, add policies

* docs: add customer portal docs

* docs: add customer portal docs

* docs: add customer portal docs

* docs: add customer portal docs

* docs: organization creation

* docs: policy docs

* docs: change password

* docs: verify domain

* docs: profile page

* docs: profile page

* docs: profile page

* docs: login page

* docs: login page

* docs: fix broken links

* docs: customer portal users

* docs: instance detail

* docs: instance detail

* docs: getting started

* Update organizations.mdx

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
Fabi
2022-06-02 14:05:45 +02:00
committed by GitHub
parent 6506ce537d
commit 0c14614d02
57 changed files with 475 additions and 228 deletions

View File

@@ -12,6 +12,9 @@ export const ICONTYPE = {
ARCHITECTURE: <div className="rounded rounded-architecture">
<i className={`las la-sitemap`}></i>
</div>,
INSTANCE: <div className="rounded rounded-instance">
<i className={`las la-industry`}></i>
</div>,
LOGIN: <div className="rounded rounded-login">
<i className={`las la-sign-in-alt`}></i>
</div>,

View File

@@ -360,7 +360,8 @@ main .container img {
.rounded-system,
.rounded-apis,
.rounded-policy {
.rounded-policy,
.rounded-instance {
background: linear-gradient(40deg, #1f2937, #111827);
}