-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maintain: update documentation #3233
Conversation
Signed-off-by: Matthew Williams <m@technovangelist.com>
Signed-off-by: Matthew Williams <m@technovangelist.com>
Signed-off-by: Matthew Williams <m@technovangelist.com>
Signed-off-by: Matt Williams <m@technovangelist.com>
Signed-off-by: Matt Williams <m@technovangelist.com>
Signed-off-by: Matt Williams <m@technovangelist.com>
Signed-off-by: Matt Williams <m@technovangelist.com>
58f3297
to
b8faa5c
Compare
Signed-off-by: Matt Williams <m@technovangelist.com>
@@ -38,8 +40,10 @@ body, | |||
@apply prose-pre:py-4; | |||
@apply prose-pre:min-w-full; | |||
@apply prose-pre:font-medium; | |||
@apply prose-img:rounded-lg; | |||
@apply prose-img:bg-gray-700/5; | |||
/* @apply prose-img:rounded-lg; */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove comments.
/* @apply prose-img:rounded-lg; */ | ||
/* @apply prose-img:bg-gray-700/5; */ | ||
/* @apply prose-img:border-2; | ||
@apply prose-img:drop-shadow-lg; */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may not be visible due to overflow – we could try:
@apply prose-img:overflow-visible;
@@ -8,7 +8,9 @@ body, | |||
@apply h-full; | |||
@apply antialiased; | |||
} | |||
|
|||
.prose-docs > img { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be better as a tailwind rule as below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i forgot i added that.... trying to get anything to work
permanent: true, | ||
}, | ||
|
||
...[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great idea with the spread operator here
|
||
{% callout type="info" %} | ||
|
||
We are slowly rolling out our SaaS product. If you are interested in onboarding before we open it up completely, let us know. Until then you can [install the self-hosted version of the Infra Server](../reference/selfhosted.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great callout! Let's link this to a signup form once that's ready vs sending to self-hosted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
send me the signup form and it will be done
--- | ||
# Quickstart | ||
|
||
Infra is rolling out it's Software as a Service offering which makes it easier than ever to setup infrastructure access for your organization. This page will show you everything you need to do to get started. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two paragraphs are a ton of frontmatter that may not help the user get started. Let's help them get started!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
refactored
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
take a look at #3270
Summary
Update the documentation to be SaaS-first, dashboard-first.
Checklist
Related Issues
Resolves #