Skip to content

Commit

Permalink
fixing additional pages
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewallace committed Nov 18, 2024
1 parent dd83f59 commit 2e8b00f
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 73 deletions.
17 changes: 1 addition & 16 deletions serverless/index-serverless-general.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,8 @@ include::./pages/welcome-to-serverless.asciidoc[leveloffset=+2]
include::./pages/sign-up.asciidoc[leveloffset=+2]
include::./pages/get-started-general.asciidoc[leveloffset=+2]


include::./pages/manage-org.asciidoc[leveloffset=+2]

include::./pages/manage-your-project.asciidoc[leveloffset=+2]
include::./pages/manage-your-project-rest-api.asciidoc[leveloffset=+3]

include::./pages/manage-billing.asciidoc[leveloffset=+2]
include::./pages/manage-billing-check-subscription.asciidoc[leveloffset=+3]
include::./pages/manage-billing-monitor-usage.asciidoc[leveloffset=+3]
include::./pages/manage-billing-history.asciidoc[leveloffset=+3]
include::./pages/manage-billing-pricing-model.asciidoc[leveloffset=+3]
include::./pages/manage-billing-stop-project.asciidoc[leveloffset=+3]

include::./pages/service-status.asciidoc[leveloffset=+2]

include::./pages/user-profile.asciidoc[leveloffset=+2]

include::./pages/cloud-regions.asciidoc[leveloffset=+2]

include::./pages/ml-nlp-auto-scale.asciidoc[leveloffset=+2]

15 changes: 15 additions & 0 deletions serverless/index-serverless-project-settings.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[[project-and-management-settings]]
== Project and management settings

include::./index-serverless-devtools.asciidoc[leveloffset=+2]

include::./pages/project-and-management-settings.asciidoc[leveloffset=+2]

include::./pages/project-settings.asciidoc[leveloffset=+2]
Expand All @@ -25,3 +27,16 @@ include::./pages/transforms.asciidoc[leveloffset=+3]
include::./pages/integrations.asciidoc[leveloffset=+2]

include::./pages/fleet-and-elastic-agent.asciidoc[leveloffset=+2]

include::./pages/manage-org.asciidoc[leveloffset=+2]

include::./pages/manage-your-project.asciidoc[leveloffset=+2]
include::./pages/ml-nlp-auto-scale.asciidoc[leveloffset=+3]
include::./pages/manage-your-project-rest-api.asciidoc[leveloffset=+3]

include::./pages/manage-billing.asciidoc[leveloffset=+2]
include::./pages/manage-billing-check-subscription.asciidoc[leveloffset=+3]
include::./pages/manage-billing-monitor-usage.asciidoc[leveloffset=+3]
include::./pages/manage-billing-history.asciidoc[leveloffset=+3]
include::./pages/manage-billing-pricing-model.asciidoc[leveloffset=+3]
include::./pages/manage-billing-stop-project.asciidoc[leveloffset=+3]
1 change: 0 additions & 1 deletion serverless/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ include::./index-serverless-general.asciidoc[]
include::./index-serverless-elasticsearch.asciidoc[]
include::{observability-serverless}/index.asciidoc[]
include::{security-serverless}/index.asciidoc[]
include::./index-serverless-devtools.asciidoc[]
include::./index-serverless-project-settings.asciidoc[]


Expand Down
59 changes: 59 additions & 0 deletions serverless/pages/manage-org.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,70 @@ In this article we walk you through the essential processes to effectively overs

Learn how to:

* <<general-user-profile>>: Manage or update your user profile.
* <<general-manage-access-to-organization>>: Invite users in your organization to access serverless projects and specify their roles.
* <<general-assign-user-roles>>: Assign predefined roles to users in your organization.
* <<general-join-organization-from-existing-cloud-account>>: Join a new organization and bring over your projects.
* <<general-leave-an-organization>>: Leave an organization.

[[general-user-profile]]
== Update your user profile

// :description: Manage your profile settings.
// :keywords: serverless, general, profile, update

preview:[]

To edit your user profile, go to the user icon on the header bar and select **Profile**.

[discrete]
[[general-user-profile-update-your-email-address]]
=== Update your email address

Your email address is used to sign in. If needed, you can change this email address.

. In the **Profile** section, by **Email address**, select **Edit**.
. Enter a new email address and your current password.
+
An email is sent to the new address with a link to confirm the change. If you don't get the email after a few minutes, check your spam folder.

[discrete]
[[general-user-profile-change-your-password]]
=== Change your password

When you signed up with your email address, you selected a password that you use to log in to the Elastic Cloud console. If needed, you can change this password.

If you know your current password:

. Navigate to the **Password** section and select **Change password**.
. Enter the current password and provide the new password that you want to use.

If you don't know your current password:

. At the login screen for the Elastic Cloud console, select the link **Forgot password?**
. Enter the email address for your account and select **Reset password**.
+
An email is sent to the address you specified with a link to reset the password. If you don't get the email after a few minutes, check your spam folder.

[discrete]
[[general-user-profile-enable-multi-factor-authentication]]
=== Enable multi-factor authentication

To add an extra layer of security, you can either set up Google authenticator or text messaging on a mobile device.

[TIP]
====
Before you start using multi-factor authentication, verify that your device has SMS capabilities or download the Google Authenticator application onto your device.
====

To enable multi-factor authentication, you must enroll your device.

. Navigate to the **Multi-factor authentication** section.
. Select **Configure** to enable the Authenticator app or **Add a phone number** to enable the Text message.

If the device you want to remove is your only enrolled device, you must disable multi-factor authentication first. If your device is lost or stolen, contact https://support.elastic.co/[support].


[discrete]
[[general-manage-access-to-organization]]
== Invite your team
Expand Down
56 changes: 0 additions & 56 deletions serverless/pages/user-profile.asciidoc

This file was deleted.

0 comments on commit 2e8b00f

Please sign in to comment.